-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzerOS.code-workspace
More file actions
53 lines (53 loc) · 1.3 KB
/
zerOS.code-workspace
File metadata and controls
53 lines (53 loc) · 1.3 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
{
"extensions": {},
"settings": {
"[just]": {
"editor.defaultFormatter": "TobiasHochguertel.just-formatter",
},
"python.analysis.extraPaths": [
/* "${workspaceFolder}/.waf3-2.1.6-6a38d8c49406d2fef32d6f6600c8f033/waflib", */
"${workspaceFolder}/.waf3-2.1.6-6a38d8c49406d2fef32d6f6600c8f033"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
},
"folders": [
{
"path": "./zerOS",
"name": "zerOS-kernel"
},
{
"path": "./generate-target",
"name": "zerOS-generate-target"
},
{
"path": "./docs",
"name": "zerOS-docs"
},
{
"path": "./macro-utils",
"name": "zerOS-macro-utils"
},
{
"path": "./proc-macro-utils",
"name": "zerOS-proc-macro-utils"
},
{
"path": "./scripts",
"name": "zerOS-scripts"
},
{
"path": "./unwindtool",
"name": "zerOS-unwindtool"
},
{
"path": "./xtask",
"name": "zerOS-xtask"
},
{
"path": ".",
"name": "zerOS"
}
]
}