@@ -44,15 +44,15 @@ registerSingleton(ISessionSyncWorkbenchService, SessionSyncWorkbenchService);
44
44
45
45
const resumeLatestCommand = {
46
46
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' } ,
48
48
} ;
49
49
const storeCurrentCommand = {
50
50
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' } ,
52
52
} ;
53
53
const continueEditSessionCommand = {
54
54
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...' } ,
56
56
} ;
57
57
const openLocalFolderCommand = {
58
58
id : '_workbench.experimental.editSessions.actions.continueEditSession.openLocalFolder' ,
0 commit comments