POC finalized

This commit is contained in:
BoykoAlex
2019-08-26 18:58:56 -04:00
parent 7dfb35b335
commit c49a9f0c83
10 changed files with 21 additions and 359 deletions

View File

@@ -108,6 +108,7 @@ export default function runStandalone(clientId: string) {
if (modelSource instanceof VSCodeWebViewDiagramServer) {
console.log('Listen and acquire VSCode API with client-id = ' + clientId);
modelSource.listen(acquireVsCodeApi());
dispatcher.dispatch(new RequestModelAction());
}
console.log('Before requesting model');