1 Star 0 Fork 13

待应用/Rocket-Chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Rocket.Chat.sublime-project 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Pierre Lehnen 提交于 2023-12-12 01:29 +08:00 . chore: rename sublime project file (#31206)
{
"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...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/to-be-applied/Rocket-Chat.git
git@gitee.com:to-be-applied/Rocket-Chat.git
to-be-applied
Rocket-Chat
Rocket-Chat
develop

搜索帮助