Fix Continue Edit Session experimental feature flag (#151799)

pull/151808/head
Joyce Er 2022-06-10 14:45:54 -07:00 committed by GitHub
parent 2de568ebb1
commit 8946d9ec2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export class SessionSyncContribution extends Disposable implements IWorkbenchCon
}
private registerActions() {
if (this.registered || this.configurationService.getValue('workbench.experimental.sessionSync.enabled') === false) {
if (this.registered || this.configurationService.getValue('workbench.experimental.sessionSync.enabled') !== true) {
return;
}