aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2024-11-12 05:57:44 +0100
committerDavid Timber <dxdt@dev.snart.me>2024-11-12 05:57:44 +0100
commit5fc6f750a207a9918c33f050409feae9f3dd3166 (patch)
treecf2c18b9ebb5c7c3cfefb1271696f97eda20eaef /.vscode
parentbe3b15d64e9f6b8c2489b296c7f4b63487aa5564 (diff)
Dump some files from personal directory
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..f6f2d94
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,16 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "cStandard": "c17",
+ "cppStandard": "c++17",
+ "intelliSenseMode": "linux-clang-x64",
+ "compilerPath": "/usr/bin/gcc"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file