MCPcopy Create free account
hub / github.com/continuedev/continue / runCommand

Method runCommand

core/index.d.ts:873–873  ·  view source on GitHub ↗
(command: string, options?: TerminalOptions)

Source from the content-addressed store, hash-verified

871 getExternalUri?(uri: string): Promise<string>;
872
873 runCommand(command: string, options?: TerminalOptions): Promise<void>;
874
875 saveFile(fileUri: string): Promise<void>;
876

Callers 8

runTerminalCommandImplFunction · 0.65
cmd.tsFile · 0.65
initializeListenersMethod · 0.65
startLocalOllamaFunction · 0.65
startLocalLemonadeFunction · 0.65
onClickFunction · 0.65
constructorMethod · 0.65
registerHandlersMethod · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by 1

registerHandlersMethod · 0.52