Skip to content

Commit a17c4f2

Browse files
committed
Add VSCode workspace
1 parent 14fafa2 commit a17c4f2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ExectOS.code-workspace

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"clangd.arguments": [
9+
"--compile-commands-dir=${workspaceFolder}/build/",
10+
"--header-insertion=never",
11+
"--enable-config",
12+
"--log=verbose"
13+
],
14+
"editor.rulers": [
15+
120
16+
],
17+
"terminal.integrated.profiles.linux": {
18+
"xtchain": {
19+
"path": "xtchain"
20+
}
21+
},
22+
"terminal.integrated.defaultProfile.linux": "xtchain",
23+
}
24+
}

0 commit comments

Comments
 (0)