diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2025-07-01 15:35:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 15:35:54 +0200 |
commit | e1b2689c3a2b1395323d2fc58588b1e1b3c07c53 (patch) | |
tree | f36a888ec1fef286ac59607c8a513668286e4065 /.vscode/settings.json | |
parent | d3130f0d39064d03bed969c7bc135ebb6066442f (diff) |
feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401)
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 8 insertions, 1 deletions
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" } |