Skip to content

Commit

Permalink
chore: Code cleanup (re: dev launcher) (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Feb 2, 2025
1 parent 7174c30 commit 12dc9d0
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 220 deletions.
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"azurite.azurite",
"ms-azuretools.vscode-azurefunctions",
"ms-azuretools.vscode-azurestorage",
"ms-dotnettools.csdevkit",
"ms-vscode-remote.remote-containers"
"ms-dotnettools.csdevkit"
]
}
11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"azureFunctions.projectSubpath": "server\\Functions",
"azureFunctions.deploySubpath": "server\\Functions/bin/Release/net9.0/publish",
"azureFunctions.projectLanguage": "C#",
"azureFunctions.projectRuntime": "~4",
"debug.internalConsoleOptions": "neverOpen",
"azureFunctions.preDeployTask": "publish (functions)"
"azureFunctions.projectSubpath": "server\\Functions"
}
81 changes: 0 additions & 81 deletions .vscode/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"builder": "@angular/build:dev-server",
"defaultConfiguration": "development",
"options": {
"hmr": false
"hmr": true
},
"configurations": {
"development": {
Expand Down
Loading

0 comments on commit 12dc9d0

Please sign in to comment.