summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2025-10-13 02:01:24 +0200
committernasr <nsrddyn@gmail.com>2025-10-13 02:01:24 +0200
commite7cc5cb8e211d0e61392bbae0ad58fd09b3b7d48 (patch)
tree095a94839490f04e44e5359184f80521d92eae8d /.vscode/c_cpp_properties.json
parent604cf259912c812f1ab6b92e212bfe86b3b5fb4e (diff)
feature: gitignore
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
deleted file mode 100644
index 0ecc223..0000000
--- a/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "configurations": [
- {
- "name": "Mac",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [],
- "macFrameworkPath": [
- "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
- ],
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "c23",
- "cppStandard": "c++23",
- "intelliSenseMode": "macos-gcc-x64",
- "compilerArgs": [
- "-I/opt/homebrew/Cellar/raylib/5.5/include",
- "-L/opt/homebrew/Cellar/raylib/5.5/lib"
- ]
- }
- ],
- "version": 4
-} \ No newline at end of file