mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
19 lines
560 B
JSON
19 lines
560 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/package/pikascript/pikascript-api/**",
|
|
"${workspaceFolder}/package/pikascript/pikascript-core/**",
|
|
"${workspaceFolder}/config/**",
|
|
"/usr/include/lua5.3"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |