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" -}