diff --git a/lsp-sample/.vscode/launch.json b/lsp-sample/.vscode/launch.json index fc108bb7..ee0083ba 100644 --- a/lsp-sample/.vscode/launch.json +++ b/lsp-sample/.vscode/launch.json @@ -37,5 +37,11 @@ "sourceMaps": true, "outFiles": ["${workspaceRoot}/client/out/test/**/*.js"] } + ], + "compounds": [ + { + "name": "Client + Server", + "configurations": ["Launch Client", "Attach to Server"] + } ] }