Removed unused configs

This commit is contained in:
dawidg81 2026-03-06 20:14:06 +01:00
commit 2aed5226dd
2 changed files with 0 additions and 19 deletions

View file

@ -1,5 +0,0 @@
CompileFlags:
Add: [
"--target=i686-w64-windows-gnu",
"-D_M_IX86"
]

View file

@ -1,14 +0,0 @@
{
"configurations": [
{
"name": "Win32",
"compilerPath": "D:/MinGW/bin/g++.exe",
"intelliSenseMode": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": []
}
],
"version": 4
}