Update .vscode files

This commit is contained in:
EnderIce2
2024-05-13 08:03:15 +03:00
parent 231658ff2b
commit a6a12720ad
2 changed files with 2 additions and 11 deletions

11
.vscode/settings.json vendored
View File

@ -1,12 +1,3 @@
{
"C_Cpp.default.compilerPath": "/usr/bin/i686-w64-mingw32-gcc",
"files.associations": {
"*.su": "tsv",
"thread": "cpp",
"bitset": "cpp",
"initializer_list": "cpp",
"windows.h": "c",
"namedpipeapi.h": "c",
"*.rh": "c"
}
"C_Cpp.default.compilerPath": "/usr/bin/x86_64-w64-mingw32-gcc",
}