From a17c4f24350e90543f7e352c396a5d9864764070 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 17 Aug 2022 19:19:57 +0200 Subject: [PATCH] Add VSCode workspace --- ExectOS.code-workspace | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ExectOS.code-workspace 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