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

Method loadHistory

src/cmd_line/commandLine.ts:195–198  ·  view source on GitHub ↗
(context: ExtensionContext)

Source from the content-addressed store, hash-verified

193 static onSearch: (vimState: VimState) => Promise<void>;
194
195 public static async loadHistory(context: ExtensionContext): Promise<void> {
196 ExCommandLine.history = new CommandLineHistory(context);
197 await ExCommandLine.history.load();
198 }
199
200 // TODO: Make this stuff private?
201 public autoCompleteIndex = 0;

Callers 2

activateFunction · 0.45
setupWorkspaceFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected