|
@@ -0,0 +1,17 @@
|
|
|
|
+{
|
|
|
|
+ "configurations": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Linux",
|
|
|
|
+ "includePath": [
|
|
|
|
+ "${workspaceFolder}/**"
|
|
|
|
+ ],
|
|
|
|
+ "defines": [],
|
|
|
|
+ "compilerPath": "/usr/bin/clang-6.0",
|
|
|
|
+ "cStandard": "c11",
|
|
|
|
+ "cppStandard": "c++14",
|
|
|
|
+ "intelliSenseMode": "linux-clang-x64",
|
|
|
|
+ "compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "version": 4
|
|
|
|
+}
|