openc3.code-workspace
{
"folders": [
{
"path": "."
},
{
"path": "../cosmos-project"
},
{
"path": "../cosmos-enterprise"
},
{
"path": "../cosmos-enterprise-project"
}
],
"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": {}
}