35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "windows-gcc-x64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"__GNUC__=6",
|
|
"__cdecl=__attribute__((__cdecl__))"
|
|
],
|
|
"intelliSenseMode": "windows-gcc-x64",
|
|
"browse": {
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"databaseFilename": "",
|
|
"path": [
|
|
"${workspaceRoot}",
|
|
"F:/mingw64/include/**",
|
|
"F:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++",
|
|
"F:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32",
|
|
"F:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward",
|
|
"F:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include",
|
|
"F:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed",
|
|
"F:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"
|
|
]
|
|
},
|
|
"cStandard": "${default}",
|
|
"cppStandard": "${default}",
|
|
"compilerPath": "F:/mingw64/bin/gcc.exe"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |