Skip to content

Commit

Permalink
Update vscode run configs after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Aug 6, 2024
1 parent 7cdd6ea commit 83b4396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/Src/HM5.Server/bin/Debug/net6.0/HM5.Server.dll",
"program": "${workspaceFolder}/Src/Cobra.Server/bin/Debug/net8.0/Cobra.Server.dll",
"args": [],
"cwd": "${workspaceFolder}/Src/HM5.Server",
"cwd": "${workspaceFolder}/Src/Cobra.Server",
"stopAtEntry": false,
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
Expand Down
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "shell",
"args": [
"build",
"Src\\HM5.Server\\HM5.Server.csproj",
"Src\\Cobra.Server\\Cobra.Server.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -25,7 +25,7 @@
"type": "shell",
"args": [
"test",
"Src\\HM5.Test\\HM5.Test.csproj",
"Src\\Cobra.Test\\Cobra.Test.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand Down

0 comments on commit 83b4396

Please sign in to comment.