chore(vscode): C++20 (#25891)

This commit is contained in:
kb31
2026-05-18 23:32:26 +01:00
committed by GitHub
parent f79b594261
commit 47046c4cb6

View File

@@ -120,7 +120,7 @@
"deno.path": "deps/deno/bin/deno", "deno.path": "deps/deno/bin/deno",
"deno.lint": true, "deno.lint": true,
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json", "C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"C_Cpp.default.cppStandard": "c++17", "C_Cpp.default.cppStandard": "c++20",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.default.compilerPath": "/usr/bin/clang", "C_Cpp.default.compilerPath": "/usr/bin/clang",
"cmake.sourceDirectory": ["${workspaceFolder}"], "cmake.sourceDirectory": ["${workspaceFolder}"],