-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathopenc3.code-workspace
More file actions
74 lines (74 loc) · 2.75 KB
/
openc3.code-workspace
File metadata and controls
74 lines (74 loc) · 2.75 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"folders": [
{
"path": ".",
},
{
"path": "../cosmos-project",
},
{
"path": "../cosmos-enterprise",
},
{
"path": "../cosmos-enterprise-project",
},
{
"path": "../cosmos-enterprise-plugins",
},
],
"settings": {
"rubyLsp.bundleGemfile": "openc3/Gemfile",
"eslint.validate": ["vue", "html", "javascript"],
"eslint.workingDirectories": ["./openc3-cosmos-init/plugins"],
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"explorer.confirmDragAndDrop": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.ignoreLimitWarning": true,
"python.analysis.stubPath": "/Users/jmthomas/Library/Application Support/Code/User/workspaceStorage/e00efcdc7e2d32a7200c7669166fd957/JakeHill.openc3/pystubs",
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none",
},
"python.analysis.extraPaths": [
"cosmos-enterprise-plugins/openc3-cosmos-gems-interface/targets",
"cosmos-enterprise-plugins/openc3-cosmos-apc-switched-pdu/targets",
"cosmos-enterprise-plugins/openc3-cosmos-prometheus-metrics/targets",
"cosmos-enterprise-plugins/openc3-cosmos-scpi-power-supply/targets",
"cosmos-enterprise-plugins/openc3-cosmos-proto-target/targets",
"cosmos-enterprise-plugins/openc3-cosmos-influx/spec/install/targets",
"openc3-cosmos-load-sim/targets",
"openc3-cosmos-cfdp/targets",
"cosmos-enterprise/openc3-enterprise-gem/spec/install/config/targets",
"cosmos/openc3-cosmos-ruby/targets",
"cosmos/examples/openc3-cosmos-http-example/targets",
"cosmos/examples/openc3-cosmos-html-get/targets",
"cosmos/examples/openc3-cosmos-erb-test/targets",
"cosmos/playwright/openc3-cosmos-pw-test/targets",
"cosmos/openc3/templates/target/targets",
"cosmos/openc3/spec/install/config/targets",
"cosmos/openc3/python/test/install/config/targets",
"cosmos/openc3-cosmos-init/plugins/packages/openc3-cosmos-demo/targets",
"app-store/openc3-cosmos-clam/targets",
"cosmos/plugins/openc3-cosmos-demo/openc3-cosmos-demo-5.21.0.pre.beta0.gem/targets",
"cosmos-enterprise-plugins/openc3-cosmos-gems-interface-python/targets",
],
},
}