chore: .vscode-Verzeichnis gelöscht, um das Projekt aufzuräumen.

This commit is contained in:
Developer 02
2024-08-05 16:44:07 +02:00
parent 772a6af503
commit bef026b9da
2 changed files with 0 additions and 28 deletions

View File

@@ -1,22 +0,0 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ng serve",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4204",
"webRoot": "${workspaceFolder}"
},
{
"name": "ng test",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: test",
"url": "http://localhost:4204/debug.html",
"webRoot": "${workspaceFolder}"
}
]
}

View File

@@ -1,6 +0,0 @@
{
"angular.enable-strict-mode-prompt": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"azdoPullRequests.projectName": "StaffDB",
"azdoPullRequests.pullRequestTitle": "commit"
}