@webos-tools/cli
Version:
Command Line Interface for development webOS application and service
21 lines • 592 B
JSON
{
"configurations": [
{
"name": "LUPA",
"includePath": [
"${workspaceFolder}/**",
"${config:lupastudio.sdkroot}/${config:lupastudio.activeSdk}/sdk/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "${config:lupastudio.toolchainPath}/bin/arm-none-eabi-gcc",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-arm"
}
],
"version": 4
}