提交 137733d1 编写于 作者: I isidor

removedKeybindings add repl.action.historyPrevious and repl.action.historyNext

上级 057ed6f7
...@@ -35,8 +35,10 @@ export class HistoryNavigationKeybindingsChangedContribution implements IWorkben ...@@ -35,8 +35,10 @@ export class HistoryNavigationKeybindingsChangedContribution implements IWorkben
'editor.action.extensioneditor.showPreviousFindTerm', 'editor.action.extensioneditor.showPreviousFindTerm',
'editor.action.webvieweditor.showNextFindTerm', 'editor.action.webvieweditor.showNextFindTerm',
'editor.action.webvieweditor.showPreviousFindTerm' 'editor.action.webvieweditor.showPreviousFindTerm',
'repl.action.historyNext',
'repl.action.historyPrevious'
]; ];
constructor( constructor(
...@@ -72,4 +74,4 @@ export class HistoryNavigationKeybindingsChangedContribution implements IWorkben ...@@ -72,4 +74,4 @@ export class HistoryNavigationKeybindingsChangedContribution implements IWorkben
} }
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册