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, 0 insertions, 2 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index f22981930..5877be8b2 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -49,8 +49,6 @@ 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
54 const config = new Config(context); 52 const config = new Config(context);
55 const state = new PersistentState(context.globalState); 53 const state = new PersistentState(context.globalState);
56 const serverPath = await bootstrap(config, state).catch(err => { 54 const serverPath = await bootstrap(config, state).catch(err => {