You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
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": "msedge",
|
|
"request": "launch",
|
|
"name": "Nicola (PDF)",
|
|
"url": "https://robert.development.omnia.egovc.de/index.html?testSample=renderNicola&ynTestRender=Y&testRenderType=PDF",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"name": "Exercise 1 (PDF)",
|
|
"url": "https://robert.development.omnia.egovc.de/index.html?testSample=render&ynTestRender=Y&testRenderType=PDF",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"name": "Exercise 2 (template)",
|
|
"url": "https://robert.development.omnia.egovc.de/index.html?jsApp=./app/oApp_template.mjs",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"name": "Exercise 3 (invoice)",
|
|
"url": "http://localhost:3000/index.html?rwLib=DEV&jsApp=./app/oApp_invoice.mjs",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"name": "Exercise 3 (Rechnung Ferienspiele 2023)",
|
|
"url": "http://localhost:3000/index.html?rwLib=DEV&jsApp=./app/oApp_R1_FS_Rechnung.mjs",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
|
|
]
|
|
}
|
|
|