Skip to content

Commit eb80be8

Browse files
authored
Merge pull request #92 from CodinGame/add-many-tools
Add more tools
2 parents e69a529 + 5cd633e commit eb80be8

File tree

5 files changed

+377
-51
lines changed

5 files changed

+377
-51
lines changed

src/keybindings/vim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ onConfigurationChanged(() => {
9292
}
9393
})
9494

95-
export function initVimMode (editor: monaco.editor.IStandaloneCodeEditor, statusBarElement: Element): IDisposable {
95+
export function initVimMode (editor: monaco.editor.ICodeEditor, statusBarElement: Element): IDisposable {
9696
return monacoVim.initVimMode(editor, statusBarElement)
9797
}

0 commit comments

Comments
 (0)