Skip to content

Commit 8ad492e

Browse files
Keen Yee Liauatscott
authored andcommitted
build: fix compound target in launch.json (#1262)
`Client` has been renamed to `Dev Client`. (cherry picked from commit e8b59c3)
1 parent c866fd4 commit 8ad492e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
],
7373
"compounds": [
7474
{
75-
"name": "Client + Server",
75+
"name": "Dev Client + Server",
7676
"configurations": [
77-
"Launch Client",
77+
"Launch Dev Client",
7878
"Attach to Server"
7979
]
8080
}

0 commit comments

Comments
 (0)