diff options
| author | Arslaan Pathan <[email protected]> | 2025-06-11 07:40:15 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2025-06-11 07:40:15 +1200 |
| commit | 8d6464fe655a68d278a9806392ec1488757adf2e (patch) | |
| tree | e585d55421983d1e15a9459ad64adca7621172fa /.vscode/c_cpp_properties.json | |
| download | showdownofthesticks-8d6464fe655a68d278a9806392ec1488757adf2e.tar.xz showdownofthesticks-8d6464fe655a68d278a9806392ec1488757adf2e.zip | |
Initial commit
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 17 |
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 |
