summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json9
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"
}