File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/vs/workbench/contrib/terminal/browser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ export function setupTerminalMenus(): void {
293
293
item : {
294
294
command : {
295
295
id : TerminalCommandId . NewWithProfile ,
296
- title : localize ( 'workbench.action.terminal.newWithProfile.short' , "New Terminal With Profile" )
296
+ title : localize ( 'workbench.action.terminal.newWithProfile.short' , "New Terminal With Profile... " )
297
297
} ,
298
298
group : ContextMenuGroup . Create
299
299
}
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export class TerminalQuickAccessProvider extends PickerQuickAccessProvider<IPick
74
74
ariaLabel : createTerminalLabel ,
75
75
accept : ( ) => this . _commandService . executeCommand ( TerminalCommandId . New )
76
76
} ) ;
77
- const createWithProfileLabel = localize ( "workbench.action.terminal.newWithProfilePlus" , "Create New Terminal With Profile" ) ;
77
+ const createWithProfileLabel = localize ( "workbench.action.terminal.newWithProfilePlus" , "Create New Terminal With Profile... " ) ;
78
78
terminalPicks . push ( {
79
79
label : `$(plus) ${ createWithProfileLabel } ` ,
80
80
ariaLabel : createWithProfileLabel ,
You can’t perform that action at this time.
0 commit comments