aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 7748b8f..6ffabe5 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -6,12 +6,11 @@
"${workspaceFolder}/**"
],
"defines": [],
- "compilerPath": "/usr/bin/gcc",
+ "compilerPath": "/opt/cuda/bin/gcc",
"cStandard": "c11",
- "cppStandard": "c++14",
+ "cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
- "compileCommands": "${workspaceFolder}/compile_commands.json",
- "configurationProvider": "vector-of-bool.cmake-tools"
+ "compileCommands": "${workspaceFolder}/compile_commands.json"
}
],
"version": 4