Merge pull request #80 from Gama11/lsp-sample-compound

Add a compound launch config to lsp-sample
This commit is contained in:
Dirk Bäumer
2018-07-02 11:45:59 +02:00
committed by GitHub

View File

@ -37,5 +37,11 @@
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/client/out/test/**/*.js"]
}
],
"compounds": [
{
"name": "Client + Server",
"configurations": ["Launch Client", "Attach to Server"]
}
]
}