Skip to content

Commit

Permalink
Merge pull request #92 from CodinGame/add-many-tools
Browse files Browse the repository at this point in the history
Add more tools
  • Loading branch information
CGNonofr authored Feb 6, 2024
2 parents e69a529 + 5cd633e commit eb80be8
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 51 deletions.
2 changes: 1 addition & 1 deletion src/keybindings/vim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ onConfigurationChanged(() => {
}
})

export function initVimMode (editor: monaco.editor.IStandaloneCodeEditor, statusBarElement: Element): IDisposable {
export function initVimMode (editor: monaco.editor.ICodeEditor, statusBarElement: Element): IDisposable {
return monacoVim.initVimMode(editor, statusBarElement)
}
Loading

0 comments on commit eb80be8

Please sign in to comment.