chore: .vscode-Verzeichnis gelöscht, um das Projekt aufzuräumen.
This commit is contained in:
22
ClientApp/staff-db-ui/.vscode/launch.json
vendored
22
ClientApp/staff-db-ui/.vscode/launch.json
vendored
@@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
6
ClientApp/staff-db-ui/.vscode/settings.json
vendored
6
ClientApp/staff-db-ui/.vscode/settings.json
vendored
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"angular.enable-strict-mode-prompt": false,
|
||||
"typescript.tsdk": "node_modules\\typescript\\lib",
|
||||
"azdoPullRequests.projectName": "StaffDB",
|
||||
"azdoPullRequests.pullRequestTitle": "commit"
|
||||
}
|
||||
Reference in New Issue
Block a user