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:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user