MCPcopy
hub / github.com/VSCodeVim/Vim / displayError

Method displayError

src/statusBar.ts:84–86  ·  view source on GitHub ↗
(vimState: VimState, error: VimError)

Source from the content-addressed store, hash-verified

82 }
83
84 public displayError(vimState: VimState, error: VimError) {
85 StatusBar.setText(vimState, error.toString(), true);
86 }
87
88 public getText() {
89 return this.statusBarItem.text.replace(/\^M/g, '\n');

Callers 15

execActionMethod · 0.80
execActionMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execFunction · 0.80
runMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
searchCurrentWordFunction · 0.80

Calls 2

setTextMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected