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

Interface ICodeKeybinding

extensionBase.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23let lastClosedModeHandler: ModeHandler | null = null;
24
25interface ICodeKeybinding {
26 after?: string[];
27 commands?: Array<{ command: string; args: any[] }>;
28}
29
30export async function getAndUpdateModeHandler(
31 forceSyncAndUpdate = false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected