Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/VSCodeVim/Vim
/ fromVimError
Method
fromVimError
src/error.ts:467–469 ·
view source on GitHub ↗
(vimError: VimError)
Source
from the content-addressed store, hash-verified
465
}
466
467
static fromVimError(vimError: VimError): ForceStopRemappingError {
468
return
new
ForceStopRemappingError(vimError.toString());
469
}
470
}
Callers
2
handleKeyEventLangmapped
Method · 0.80
sendKey
Method · 0.80
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected