1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

Fix VSCode Launch file (#2077)

* Fix launch.json

* Also change pull request template
This commit is contained in:
Justin Baur
2022-06-26 10:03:33 -04:00
committed by GitHub
parent fe062dc987
commit 882d1e0b26
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -137,7 +137,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "buildBilling",
"program": "${workspaceFolder}/src/Billing/bin/Debug/net5.0/Billing.dll",
"program": "${workspaceFolder}/src/Billing/bin/Debug/net6.0/Billing.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Billing",
"stopAtEntry": false,