Skip to content

Commit

Permalink
refactor: update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiuwo1993 committed Oct 31, 2023
1 parent 14a926c commit 20fd9bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,21 @@
],
"compounds": [
{
"name": "PCM, PSP",
"name": "PCM PSP",
"configurations": [
"PCM",
"PSP"
]
},
{
"name": "NatNeg, GTR",
"name": "NatNeg GTR",
"configurations": [
"NatNeg",
"GTR"
]
},
{
"name": "QR, SB, NatNeg, GTR",
"name": "QR SB NatNeg GTR",
"configurations": [
"QR",
"SB",
Expand All @@ -159,14 +159,14 @@
]
},
{
"name": "GS, PSP",
"name": "GS PSP",
"configurations": [
"PSP",
"GS"
]
},
{
"name": "SAKE, PCM",
"name": "Web PCM",
"configurations": [
"Web",
"PCM"
Expand All @@ -181,7 +181,7 @@
]
},
{
"name": "Legacy servers",
"name": "PCM PSP NN Chat QR SB GS",
"configurations": [
"PCM",
"PSP",
Expand All @@ -193,7 +193,7 @@
]
},
{
"name": "New servers",
"name": "PCM PSP NatNeg Chat QR SB Web",
"configurations": [
"PCM",
"PSP",
Expand All @@ -205,7 +205,7 @@
]
},
{
"name": "All servers",
"name": "PCM PSP NN GTR Chat QR SB GS Web",
"configurations": [
"PCM",
"PSP",
Expand Down

0 comments on commit 20fd9bd

Please sign in to comment.