File tree Expand file tree Collapse file tree
src/vs/editor/contrib/gotoError Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ registerEditorCommand(new MarkerCommand({
474474MenuRegistry . appendMenuItem ( MenuId . MenubarGoMenu , {
475475 group : '6_problem_nav' ,
476476 command : {
477- id : 'editor.action.marker.next ' ,
477+ id : 'editor.action.marker.nextInFiles ' ,
478478 title : nls . localize ( { key : 'miGotoNextProblem' , comment : [ '&& denotes a mnemonic' ] } , "Next &&Problem" )
479479 } ,
480480 order : 1
@@ -483,7 +483,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarGoMenu, {
483483MenuRegistry . appendMenuItem ( MenuId . MenubarGoMenu , {
484484 group : '6_problem_nav' ,
485485 command : {
486- id : 'editor.action.marker.prev ' ,
486+ id : 'editor.action.marker.prevInFiles ' ,
487487 title : nls . localize ( { key : 'miGotoPreviousProblem' , comment : [ '&& denotes a mnemonic' ] } , "Previous &&Problem" )
488488 } ,
489489 order : 2
You can’t perform that action at this time.
0 commit comments