.vscode/c_cpp_properties.json gelöscht

This commit is contained in:
ZennDev1337 2024-01-19 10:37:26 +00:00
parent 773b23faa6
commit 49b65b4be4

View file

@ -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
}