Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runTerminalCommandImpl
Function · 0.65
cmd.ts
File · 0.65
initializeListeners
Method · 0.65
startLocalOllama
Function · 0.65
startLocalLemonade
Function · 0.65
onClick
Function · 0.65
constructor
Method · 0.65
registerHandlers
Method · 0.65
Implementers
3
MessageIde
core/protocol/messenger/messageIde.ts
FileSystemIde
core/util/filesystem.ts
VsCodeIde
extensions/vscode/src/VsCodeIde.ts
Calls
no outgoing calls
Tested by
1
registerHandlers
Method · 0.52