22 lines
578 B
JSON
22 lines
578 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.22621.0",
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "linux-gcc-x64",
|
||
|
"configurationProvider": "ms-vscode.makefile-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|