Fix Continue Edit Session experimental feature flag (#151799)
parent
2de568ebb1
commit
8946d9ec2f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue