24 lines
967 B
JSON
24 lines
967 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Debug SmartIT REMOTE",
|
|
"url": "http://vie-vm-259.at.softlab.net:19000/smartit/current/smart-it-full/#/",
|
|
//"url": "http://vie-vm-259.at.softlab.net:19000/smartit/smart-it/#/",
|
|
//"url":"http://vie-vm-269:8080/arsys/forms/vie-vm-269/XXXTestDragAndDrop/Default+Administrator+View__c/?cacheid=7839c966",
|
|
"trace": true,
|
|
"sourceMaps": true,
|
|
"webRoot": "${workspaceFolder}/NTT" ,
|
|
/*"sourceMapPathOverrides": {
|
|
"*": "../*"
|
|
}*/
|
|
}
|
|
|
|
]
|
|
} |