From 49b65b4be44243b63950f33491c9155155377cb4 Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Fri, 19 Jan 2024 10:37:26 +0000 Subject: [PATCH] =?UTF-8?q?.vscode/c=5Fcpp=5Fproperties.json=20gel=C3=B6sc?= =?UTF-8?q?ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/c_cpp_properties.json | 20 -------------------- 1 file changed, 20 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 a09e6ca..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "compilerPath": "C:\\msys64\\mingw64\\bin\\gcc.exe", - "cStandard": "c17", - "cppStandard": "gnu++20", - "intelliSenseMode": "windows-gcc-x64" - } - ], - "version": 4 -} \ No newline at end of file