mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
chore: Add Project File for Sublime Text (#31168)
This commit is contained in:
parent
9d1f4f8fa5
commit
d3be53b376
4
.gitignore
vendored
4
.gitignore
vendored
@ -45,4 +45,6 @@ yarn-error.log*
|
||||
.idea/
|
||||
.exrc
|
||||
.history
|
||||
.envrc
|
||||
.envrc
|
||||
|
||||
*.sublime-workspace
|
||||
|
||||
55
.sublime-project
vendored
Normal file
55
.sublime-project
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"name": "Monorepo Root",
|
||||
"path": ".",
|
||||
"folder_exclude_patterns": [
|
||||
"//apps/meteor",
|
||||
"//packages",
|
||||
"//ee/apps",
|
||||
"//ee/packages"
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Rocket.Chat",
|
||||
"path": "./apps/meteor",
|
||||
},
|
||||
{
|
||||
"name": "Packages",
|
||||
"path": "./packages",
|
||||
},
|
||||
{
|
||||
"name": "Enterprise Apps",
|
||||
"path": "./ee/apps",
|
||||
},
|
||||
{
|
||||
"name": "Enterprise Packages",
|
||||
"path": "./ee/packages",
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"LSP": {
|
||||
"LSP-typescript": {
|
||||
"enabled": true,
|
||||
"disabled_capabilities": {
|
||||
// Uncomment the line below to load auto complete suggestions from sublime's index instead of typescript.
|
||||
// The index is much faster, but doesn't filter out results based on the current context.
|
||||
|
||||
// "completionProvider": true,
|
||||
},
|
||||
},
|
||||
"LSP-eslint": {
|
||||
"settings": {
|
||||
// If node path is not automatically detected, you can specify it here (use the global eslint settings if you have a global node)
|
||||
// "nodePath": null
|
||||
"workingDirectories": [
|
||||
{
|
||||
"mode": "auto",
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user