diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-10 16:36:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 16:36:21 +0100 |
commit | 148db0e330e158381bf2b5b39e139d75c55088b2 (patch) | |
tree | 49f8882792b13ef9d8035ff4e4abec4da6f3bdde | |
parent | e695a132af0e9ca563f0c4a939730b056aeb506b (diff) |
Delete c_cpp_properties.json
-rw-r--r-- | src/.vscode/c_cpp_properties.json | 16 |
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 |