forked from nerc-project/regapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregapp.code-workspace
More file actions
37 lines (37 loc) · 862 Bytes
/
regapp.code-workspace
File metadata and controls
37 lines (37 loc) · 862 Bytes
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
{
"folders": [
{
"path": "."
},
{
"path": "../nerc-k8s-operators"
},
{
"path": "../mss-keycloak"
},
{
"path": "../coldfront-plugin-keycloak"
},
{
"path": "../coldfront-plugin-openstack"
},
{
"path": "../coldfront-nerc"
},
{
"path": "../coldfront-ubccr"
},
{
"path": "../coldfront-plugin-nese"
}
],
"settings": {
"python.defaultInterpreterPath": "~/development/ENVS/nerc/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.analysis.extraPaths": [
"${workspaceFolder}/.."
],
"editor.parameterHints.enabled": false
}
}