ui5_easy_use
Version:
A utility package for UI5 projects
58 lines • 1.76 kB
JSON
{
"configurations": [
{
"name": "Start ez5tst",
"type": "node",
"request": "launch",
"runtimeExecutable": "npx",
"cwd": "${workspaceFolder}/ez5tst",
"windows": {
"runtimeExecutable": "npx.cmd"
},
"runtimeArgs": [
"fiori",
"run"
],
"args": [
"--open",
"test/flpSandbox.html#ez5tst-display"
],
"console": "internalConsole",
"internalConsoleOptions": "openOnSessionStart",
"outputCapture": "std",
"port": 9229,
"env": {
"DEBUG": "--inspect",
"FIORI_TOOLS_URL_PARAMS": "sap-ui-xx-viewCache=false"
}
},
{
"name": "Start ez5tst Local",
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}/ez5tst",
"runtimeExecutable": "npx",
"windows": {
"runtimeExecutable": "npx.cmd"
},
"runtimeArgs": [
"fiori",
"run"
],
"args": [
"--config",
"./ui5-local.yaml",
"--open",
"test/flpSandbox.html#ez5tst-display"
],
"console": "internalConsole",
"internalConsoleOptions": "openOnSessionStart",
"outputCapture": "std",
"port": 9229,
"env": {
"FIORI_TOOLS_URL_PARAMS": "sap-ui-xx-viewCache=false"
}
}
],
"compounds": []
}