aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.vscode/c_cpp_properties.json16
-rw-r--r--src/.vscode/settings.json6
2 files changed, 0 insertions, 22 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
diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json
deleted file mode 100644
index d485e2c..0000000
--- a/src/.vscode/settings.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "files.associations": {
- "hh_entity.h": "c",
- "maths.h": "c"
- }
-} \ No newline at end of file