mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00: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