-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathopenc3.code-workspace
More file actions
119 lines (119 loc) · 3.53 KB
/
openc3.code-workspace
File metadata and controls
119 lines (119 loc) · 3.53 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"folders": [
{
"path": ".",
},
{
"path": "../cosmos-project",
},
{
"path": "../cosmos-enterprise",
},
{
"path": "../cosmos-enterprise-project",
},
{
"path": "../cosmos-enterprise-plugins",
},
{
"path": "../openc3-news",
},
{
"path": "../openc3-cosmos-cfdp",
},
{
"path": "../app-store",
},
{
"path": "../openc3-cosmos-load-sim",
},
{
"path": "../openc3-schedule",
},
{
"path": "../../Development/openc3-cosmos-zendir",
},
{
"path": "../../Development/openc3-cosmos-vueflow",
},
{
"path": "../../Development/fprime",
},
{
"path": "../openc3-cosmos-fprime",
},
{
"path": "../openc3-cosmos-script-engine-cstol",
},
{
"path": "../api_tutorial",
},
{
"path": "../openc3-cosmos-nemesis",
},
{
"path": "../core",
},
{
"path": "../ace-diff",
},
{
"path": "../openc3-cosmos-tsdb-migration",
},
],
"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",
],
},
}