15 lines
445 B
JSON
15 lines
445 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "windows-gcc",
|
||
|
"compileCommands": ".vscode/compile_commands.json",
|
||
|
"intelliSenseMode": "windows-gcc-x64",
|
||
|
"compilerPath": "C:/Users/Administrator/scoop/apps/msys2/current/mingw64/bin/gcc.exe",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/source"
|
||
|
],
|
||
|
"cppStandard": "gnu++20"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|