MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / registerCommand

Method registerCommand

src/test/vscode-mock.ts:25–27  ·  view source on GitHub ↗
(_command: string, _callback: (...args: any[]) => any, _thisArg?: any)

Source from the content-addressed store, hash-verified

23export class MockCommands {
24 public log: string[] = [];
25 public registerCommand(_command: string, _callback: (...args: any[]) => any, _thisArg?: any): vscode.Disposable {
26 return { dispose: noop };
27 }
28
29 public registerTextEditorCommand(
30 _command: string,

Callers 15

registerMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
activateMethod · 0.45
registerCommandsMethod · 0.45
registerCommandsMethod · 0.45
activateMethod · 0.45
registerCommandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected