-
Notifications
You must be signed in to change notification settings - Fork 32
/
openc3.code-workspace
44 lines (44 loc) · 1.04 KB
/
openc3.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"folders": [
{
"path": "."
},
{
"path": "../cosmos-project"
},
{
"path": "../cosmos-enterprise"
},
{
"path": "../cosmos-enterprise-project"
},
{
"path": "../cosmos-enterprise-plugins"
}
],
"settings": {
"rubyLsp.bundleGemfile": "openc3/Gemfile",
"vetur.validation.template": false,
"eslint.validate": ["vue", "html", "javascript"],
"eslint.workingDirectories": ["./openc3-cosmos-init/plugins"],
"eslint.packageManager": "yarn",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"explorer.confirmDragAndDrop": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"vetur.completion.scaffoldSnippetSources": {
"workspace": "",
"user": "",
"vetur": ""
},
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.ignoreLimitWarning": true,
"ruby.rubocop.onSave": true,
"ruby.format": "rubocop"
},
"files.associations": {}
}