Skip to content

Commit 786691a

Browse files
authored
Disable new Continue Working On and edit sessions for 1.71 (microsoft#159240)
1 parent 6747376 commit 786691a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/editSessions/browser/editSessions.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
695695
'workbench.experimental.editSessions.enabled': {
696696
'type': 'boolean',
697697
'tags': ['experimental', 'usesOnlineServices'],
698-
'default': true,
698+
'default': false,
699699
'markdownDescription': localize('editSessionsEnabled', "Controls whether to display cloud-enabled actions to store and resume uncommitted changes when switching between web, desktop, or devices."),
700700
},
701701
'workbench.experimental.editSessions.autoResume': {

0 commit comments

Comments
 (0)