aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-11 07:40:15 +1200
committerArslaan Pathan <[email protected]>2025-06-11 07:40:15 +1200
commit8d6464fe655a68d278a9806392ec1488757adf2e (patch)
treee585d55421983d1e15a9459ad64adca7621172fa /.vscode
downloadshowdownofthesticks-8d6464fe655a68d278a9806392ec1488757adf2e.tar.xz
showdownofthesticks-8d6464fe655a68d278a9806392ec1488757adf2e.zip
Initial commit
Diffstat (limited to '.vscode')
-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 0000000..0e5f843
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,17 @@
+{
+ "configurations": [
+ {
+ "name": "Mac",
+ "includePath": [
+ "${workspaceFolder}/**",
+ "/opt/homebrew/include"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/clang",
+ "cStandard": "c17",
+ "cppStandard": "c++17",
+ "intelliSenseMode": "macos-clang-arm64"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file