From e1b2689c3a2b1395323d2fc58588b1e1b3c07c53 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 1 Jul 2025 15:35:54 +0200 Subject: feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401) --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json index 70f526afc6..dcc292e7a3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -115,5 +115,12 @@ "xutility": "cpp", "*.ipp": "cpp", "resumable": "cpp" - } + }, + "deno.enable": true, + "deno.path": "deps/deno/bin/deno", + "deno.lint": true, + "C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json", + "C_Cpp.default.cppStandard": "c++17", + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", + "C_Cpp.default.compilerPath": "/usr/bin/clang" } -- cgit v1.2.3