aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index 5877be8b2..f22981930 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -49,6 +49,8 @@ async function tryActivate(context: vscode.ExtensionContext) {
49 ); 49 );
50 context.subscriptions.push(defaultOnEnter); 50 context.subscriptions.push(defaultOnEnter);
51 51
52 context.subscriptions.push(log);
53
52 const config = new Config(context); 54 const config = new Config(context);
53 const state = new PersistentState(context.globalState); 55 const state = new PersistentState(context.globalState);
54 const serverPath = await bootstrap(config, state).catch(err => { 56 const serverPath = await bootstrap(config, state).catch(err => {