You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'vscode.experimental.editSession.continue','_workbench.experimental.sessionSync.actions.continueEditSession','Continue the current edit session in a different workspace',
442
+
'vscode.experimental.editSession.continue','_workbench.experimental.editSessions.actions.continueEditSession','Continue the current edit session in a different workspace',
443
443
[ApiCommandArgument.Uri.with('workspaceUri','The target workspace to continue the current edit session in')],
'description': localize('layoutControlType',"Controls whether the layout control in the custom title bar is displayed as a single menu button or with multiple UI toggles."),
487
487
'markdownDeprecationMessage': localize({key: 'layoutControlTypeDeprecation',comment: ['{0} is a placeholder for a setting identifier.']},"This setting has been deprecated in favor of {0}",'`#workbench.layoutControl.type#`')
488
488
},
489
+
'workbench.experimental.editSessions.enabled': {
490
+
'type': 'boolean',
491
+
'tags': ['experimental'],
492
+
'default': false,
493
+
'markdownDescription': localize('editSessionsEnabled',"Controls whether to display cloud-enabled actions to store and resume uncommitted changes when switching between web, desktop, or devices."),
0 commit comments