32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Firefox Remote",
|
|
"request": "launch",
|
|
"type": "firefox",
|
|
"url": "https://tibi_starter.code.testversion.online/",
|
|
"webRoot": "${workspaceFolder}/frontend",
|
|
"pathMappings": [
|
|
{
|
|
"url": "https://tibi_starter.code.testversion.online/",
|
|
"path": "${workspaceFolder}/frontend/"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Launch Edge",
|
|
"request": "launch",
|
|
"type": "msedge",
|
|
"url": "https://tibi_starter.code.testversion.online/",
|
|
"webRoot": "${workspaceFolder}/frontend",
|
|
"sourceMapPathOverrides": {
|
|
"../": "${webRoot}/"
|
|
}
|
|
}
|
|
]
|
|
}
|