From bef026b9da3f639b4a0d25b93b5b889695624d44 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 5 Aug 2024 16:44:07 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20.vscode-Verzeichnis=20gel=C3=B6scht,?= =?UTF-8?q?=20um=20das=20Projekt=20aufzur=C3=A4umen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClientApp/staff-db-ui/.vscode/launch.json | 22 --------------------- ClientApp/staff-db-ui/.vscode/settings.json | 6 ------ 2 files changed, 28 deletions(-) delete mode 100644 ClientApp/staff-db-ui/.vscode/launch.json delete mode 100644 ClientApp/staff-db-ui/.vscode/settings.json diff --git a/ClientApp/staff-db-ui/.vscode/launch.json b/ClientApp/staff-db-ui/.vscode/launch.json deleted file mode 100644 index 1e42eb5..0000000 --- a/ClientApp/staff-db-ui/.vscode/launch.json +++ /dev/null @@ -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}" - } - ] -} diff --git a/ClientApp/staff-db-ui/.vscode/settings.json b/ClientApp/staff-db-ui/.vscode/settings.json deleted file mode 100644 index 95ff930..0000000 --- a/ClientApp/staff-db-ui/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "angular.enable-strict-mode-prompt": false, - "typescript.tsdk": "node_modules\\typescript\\lib", - "azdoPullRequests.projectName": "StaffDB", - "azdoPullRequests.pullRequestTitle": "commit" -}