diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 16 |
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 b88b548..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | { | ||
| 2 | "configurations": [ | ||
| 3 | { | ||
| 4 | "name": "Linux", | ||
| 5 | "includePath": [ | ||
| 6 | "${workspaceFolder}/**" | ||
| 7 | ], | ||
| 8 | "defines": [], | ||
| 9 | "compilerPath": "/usr/bin/gcc", | ||
| 10 | "cStandard": "gnu23", | ||
| 11 | "cppStandard": "gnu++17", | ||
| 12 | "intelliSenseMode": "linux-gcc-x64" | ||
| 13 | } | ||
| 14 | ], | ||
| 15 | "version": 4 | ||
| 16 | } \ No newline at end of file | ||
