diff --git a/ExectOS.code-workspace b/ExectOS.code-workspace new file mode 100644 index 0000000..6c383fe --- /dev/null +++ b/ExectOS.code-workspace @@ -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", + } +} \ No newline at end of file