mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +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
|
|
}
|