diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 694da9409d..e598c2c849 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -167,7 +167,7 @@ async function bootstrapExtension(config: Config, state: PersistentState): Promi } return; }; - if (serverPath(config) !== null) return; + if (serverPath(config)) return; const now = Date.now(); if (config.package.releaseTag === NIGHTLY_TAG) {