diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 377f5527..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/msys64/mingw64/bin/gcc.exe", - "cStandard": "gnu17", - "cppStandard": "c++17", - "intelliSenseMode": "linux-gcc-arm", - "compileCommands": "" - } - ], - "version": 4 -} \ No newline at end of file