mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
[PM-8732] Add new launch configuration for SSO (#4168)
* Add new launch configuration for SSO * Removed Admin, added task.
This commit is contained in:
parent
2150e3752c
commit
63f57c3d5b
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@ -33,6 +33,21 @@
|
||||
"preLaunchTask": "buildIdentityApiAdmin",
|
||||
"stopAll": true
|
||||
},
|
||||
{
|
||||
"name": "API, Identity, SSO",
|
||||
"configurations": [
|
||||
"run-API",
|
||||
"run-Identity",
|
||||
"run-Sso"
|
||||
],
|
||||
"presentation": {
|
||||
"hidden": false,
|
||||
"group": "AA_compounds",
|
||||
"order": 4
|
||||
},
|
||||
"preLaunchTask": "buildIdentityApiSso",
|
||||
"stopAll": true
|
||||
},
|
||||
{
|
||||
"name": "Full Server",
|
||||
"configurations": [
|
||||
@ -49,7 +64,7 @@
|
||||
"presentation": {
|
||||
"hidden": false,
|
||||
"group": "AA_compounds",
|
||||
"order": 4
|
||||
"order": 5
|
||||
},
|
||||
"preLaunchTask": "buildFullServer",
|
||||
"stopAll": true
|
||||
|
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
@ -26,6 +26,19 @@
|
||||
"$msCompile"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "buildIdentityApiSso",
|
||||
"hide": true,
|
||||
"dependsOrder": "sequence",
|
||||
"dependsOn": [
|
||||
"buildIdentity",
|
||||
"buildAPI",
|
||||
"buildSso"
|
||||
],
|
||||
"problemMatcher": [
|
||||
"$msCompile"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "buildFullServer",
|
||||
"hide": true,
|
||||
|
Loading…
Reference in New Issue
Block a user