summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorNiall Cooling <niall.cooling@gmail.com>2021-03-26 17:37:01 +0000
committerTim Keller <geekboy1011@gmail.com>2021-08-07 17:18:18 +0000
commitc0b84537b35fd358e929962a962c53e50019079e (patch)
tree85d2254245ddb14eb6a67f9cab5cdfa3fcbe2f6a /.vscode/c_cpp_properties.json
parentc50f2b70c23ff36de8f290ab0e4408be7eeed62c (diff)
added extra .sh build files
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 00000000..b409ec98
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,17 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "gnu11",
+ "cppStandard": "gnu++14",
+ "intelliSenseMode": "linux-gcc-x64",
+ "compileCommands": "${workspaceFolder}/build/compile_commands.json"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file