mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Fix VSCode Launch file (#2077)
* Fix launch.json * Also change pull request template
This commit is contained in:
parent
fe062dc987
commit
882d1e0b26
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -26,7 +26,7 @@
|
||||
<!-- (mark with an `X`) -->
|
||||
|
||||
```
|
||||
- [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required)
|
||||
- [ ] I have checked for formatting errors (`dotnet format --verify-no-changes`) (required)
|
||||
- [ ] If making database changes - I have also updated Entity Framework queries and/or migrations
|
||||
- [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required)
|
||||
- [ ] This change requires a **documentation update** (notify the documentation team)
|
||||
|
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,
|
||||
|
Loading…
Reference in New Issue
Block a user