The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/Rocket.Chat.sublime-project

55 lines
1.1 KiB

{
"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",
}
],
},
},
},
},
}