forked from xt-sys/exectos
Add VSCode workspace
This commit is contained in:
parent
14fafa2517
commit
a17c4f2435
24
ExectOS.code-workspace
Normal file
24
ExectOS.code-workspace
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"clangd.arguments": [
|
||||
"--compile-commands-dir=${workspaceFolder}/build/",
|
||||
"--header-insertion=never",
|
||||
"--enable-config",
|
||||
"--log=verbose"
|
||||
],
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"xtchain": {
|
||||
"path": "xtchain"
|
||||
}
|
||||
},
|
||||
"terminal.integrated.defaultProfile.linux": "xtchain",
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user