MCPcopy 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

sendKeyMethod · 0.80

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected