mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Merge pull request #80 from Gama11/lsp-sample-compound
Add a compound launch config to lsp-sample
This commit is contained in:
6
lsp-sample/.vscode/launch.json
vendored
6
lsp-sample/.vscode/launch.json
vendored
@ -37,5 +37,11 @@
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceRoot}/client/out/test/**/*.js"]
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
"name": "Client + Server",
|
||||
"configurations": ["Launch Client", "Attach to Server"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user