aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.vscode/c_cpp_properties.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/.vscode/c_cpp_properties.json b/src/.vscode/c_cpp_properties.json
deleted file mode 100644
index 359928d..0000000
--- a/src/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [],
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "c17",
- "cppStandard": "c++14",
- "intelliSenseMode": "linux-gcc-x64"
- }
- ],
- "version": 4
-} \ No newline at end of file