From 7e10bc543fa4eeee3934d3f14c1a134fda851e01 Mon Sep 17 00:00:00 2001 From: Darryldh Date: Wed, 19 Oct 2022 10:32:56 -0400 Subject: [PATCH] included accidentally --- .vscode/c_cpp_properties.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json 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