Neue Datei .vscode/launch.json hinzugefügt und README.md aktualisiert
This commit is contained in:
parent
1ebd1424e5
commit
2054870366
31
.vscode/launch.json
vendored
Normal file
31
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
// 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}/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user