32 lines
967 B
JSON
32 lines
967 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Kha: HTML5",
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"cwd": "${workspaceFolder}/build/debug-html5",
|
|
"runtimeExecutable": "${command:kha.findKhaElectron}",
|
|
"runtimeArgs": [
|
|
"--no-sandbox",
|
|
"--force-device-scale-factor=1",
|
|
"."
|
|
],
|
|
"outFiles": [
|
|
"${workspaceFolder}/build/debug-html5/*.js"
|
|
],
|
|
"preLaunchTask": "Kha: Build for Debug HTML5",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
]
|
|
},
|
|
{
|
|
"type": "krom",
|
|
"request": "launch",
|
|
"name": "Kha: Krom",
|
|
"preLaunchTask": "Kha: Build for Krom",
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
}
|
|
],
|
|
"compounds": []
|
|
} |