summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-03 18:37:56 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-04-03 18:37:56 +1100
commitb2da91f385dbfe3d7cd9c362f94fba72cd853264 (patch)
tree88e8d2750e830075b3e835b19ec0a22c451f7e50 /.vscode/c_cpp_properties.json
parent1fa1e002797a6392eb9fcf95c62848ef5f7c2032 (diff)
chore: Remove editor specific configuration files
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
deleted file mode 100644
index 109c8c0..0000000
--- a/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [],
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "c99",
- "cppStandard": "gnu++17",
- "intelliSenseMode": "linux-gcc-x64"
- }
- ],
- "version": 4
-} \ No newline at end of file