aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-20 21:00:42 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit8e8dda19284c2e3767aa7b97fb29edad56344aae (patch)
treef488b86856dade694007b1315355b969562b6d54 /.vscode
parent9dd940a47e99becff4213e0abe38799da47771ac (diff)
Use cflags includes in zig build, ignore sibs-build dir for source files
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 30413be..a06c734 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -59,5 +59,6 @@
"hash_map": "cpp",
"valarray": "cpp",
"unordered_set": "cpp"
- }
+ },
+ "C_Cpp.configurationWarnings": "Disabled"
} \ No newline at end of file