mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
16 lines
390 B
JSON
16 lines
390 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": ["${workspaceFolder}/**"],
|
||
|
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
|
||
|
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
|
||
|
"cStandard": "gnu17",
|
||
|
"cppStandard": "gnu++14",
|
||
|
"intelliSenseMode": "windows-gcc-x64",
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|