mirror of
https://github.com/github/gitignore
synced 2024-11-26 13:44:21 +01:00
22 lines
736 B
JSON
22 lines
736 B
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": "Attach to Chrome",
|
|
"port": 9222,
|
|
"request": "attach",
|
|
"type": "chrome",
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"type": "msedge",
|
|
"request": "launch",
|
|
"name": "Microsoft Edge mit \"Localhost\" starten",
|
|
"url": "http://localhost:8080",
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |