-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagr-pavi-monorepo.code-workspace
57 lines (57 loc) · 1.09 KB
/
agr-pavi-monorepo.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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"folders": [
{
"name": "PAVI root",
"path": "."
},
{
"name": "API",
"path": "api"
},
{
"name": "API AWS infra",
"path": "api/aws_infra"
},
{
"name": "pipeline alignment component",
"path": "pipeline/alignment"
},
{
"name": "pipeline AWS infra",
"path": "pipeline/aws_infra"
},
{
"name": "pipeline seq_retrieval component",
"path": "pipeline/seq_retrieval"
},
{
"name": "pipeline workflow mgmt",
"path": "pipeline/workflow"
},
{
"name": "shared aws py package",
"path": "shared_aws/py_package"
},
{
"name": "shared AWS infra",
"path": "shared_aws/aws_infra"
},
{
"name": "webUI",
"path": "webui"
},
{
"name": "webUI AWS infra",
"path": "webui/aws_infra"
}
],
"settings": {
"python.analysis.autoImportCompletions": false,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.supportRestructuredText": true,
"explorer.excludeGitIgnore": true,
"typescript.tsdk": "webUI/node_modules/typescript/lib",
"restructuredtext.experimental": true,
"makefile.configureOnOpen": false
}
}