Entferne die launch.json-Datei, um nicht mehr benötigte Konfigurationen zu bereinigen

This commit is contained in:
2026-02-22 11:15:33 +01:00
parent 81a752c669
commit 3fe9650af9

15
.vscode/launch.json vendored
View File

@@ -1,15 +0,0 @@
{
// 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": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}