@@ -44,15 +44,15 @@ registerSingleton(ISessionSyncWorkbenchService, SessionSyncWorkbenchService);
4444
4545const resumeLatestCommand = {
4646 id : 'workbench.experimental.editSessions.actions.resumeLatest' ,
47- title : localize ( 'resume latest' , "{0}: Resume Latest Edit Session" , EDIT_SESSION_SYNC_TITLE ) ,
47+ title : { value : localize ( 'resume latest' , "{0}: Resume Latest Edit Session" , EDIT_SESSION_SYNC_TITLE ) , original : 'Edit Sessions' } ,
4848} ;
4949const storeCurrentCommand = {
5050 id : 'workbench.experimental.editSessions.actions.storeCurrent' ,
51- title : localize ( 'store current' , "{0}: Store Current Edit Session" , EDIT_SESSION_SYNC_TITLE ) ,
51+ title : { value : localize ( 'store current' , "{0}: Store Current Edit Session" , EDIT_SESSION_SYNC_TITLE ) , original : 'Edit Sessions' } ,
5252} ;
5353const continueEditSessionCommand = {
5454 id : '_workbench.experimental.editSessions.actions.continueEditSession' ,
55- title : localize ( 'continue edit session' , "Continue Edit Session..." ) ,
55+ title : { value : localize ( 'continue edit session' , "Continue Edit Session..." ) , original : 'Continue Edit Session...' } ,
5656} ;
5757const openLocalFolderCommand = {
5858 id : '_workbench.experimental.editSessions.actions.continueEditSession.openLocalFolder' ,
0 commit comments