1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 11:03:37 +00:00

Fix launch settings

This commit is contained in:
Matt Gibson
2025-10-09 12:18:54 -07:00
parent f4342e207b
commit d93cd50818
3 changed files with 91 additions and 2 deletions

19
.vscode/tasks.json vendored
View File

@@ -51,7 +51,7 @@
"buildSso",
"buildIcons",
"buildBilling",
"buildNotifications",
"buildNotifications"
],
},
{
@@ -186,6 +186,23 @@
"isDefault": true
}
},
{
"label": "buildSeederAPI",
"hide": true,
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/util/SeederApi/SeederApi.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile",
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "buildNotifications",
"hide": true,