Skip to content

Commit 842e001

Browse files
authored
Change "repl" name in debug console actions (#221960)
1 parent 38623f2 commit 842e001

File tree

1 file changed

+4
-4
lines changed
  • src/vs/workbench/contrib/debug/browser

1 file changed

+4
-4
lines changed

src/vs/workbench/contrib/debug/browser/repl.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -891,8 +891,8 @@ class AcceptReplInputAction extends EditorAction {
891891
constructor() {
892892
super({
893893
id: 'repl.action.acceptInput',
894-
label: localize({ key: 'actions.repl.acceptInput', comment: ['Apply input from the debug console input box'] }, "REPL Accept Input"),
895-
alias: 'REPL Accept Input',
894+
label: localize({ key: 'actions.repl.acceptInput', comment: ['Apply input from the debug console input box'] }, "Debug Console: Accept Input"),
895+
alias: 'Debug Console: Accept Input',
896896
precondition: CONTEXT_IN_DEBUG_REPL,
897897
kbOpts: {
898898
kbExpr: EditorContextKeys.textInputFocus,
@@ -914,8 +914,8 @@ class FilterReplAction extends EditorAction {
914914
constructor() {
915915
super({
916916
id: 'repl.action.filter',
917-
label: localize('repl.action.filter', "REPL Focus Content to Filter"),
918-
alias: 'REPL Filter',
917+
label: localize('repl.action.filter', "Debug Console: Focus Filter"),
918+
alias: 'Debug Console: Focus Filter',
919919
precondition: CONTEXT_IN_DEBUG_REPL,
920920
kbOpts: {
921921
kbExpr: EditorContextKeys.textInputFocus,

0 commit comments

Comments
 (0)