MCPcopy Create free account
hub / github.com/code-forge-io/Remix-Forge / runTerminalCommands

Function runTerminalCommands

src/devTools/runTerminalCommands.ts:57–65  ·  view source on GitHub ↗
(
  uri: vscode.Uri,
  socket: WebSocket,
  command: string,
  terminalId: number,
  wss: WebSocketServer,
)

Source from the content-addressed store, hash-verified

55 });
56};
57export const runTerminalCommands = async (
58 uri: vscode.Uri,
59 socket: WebSocket,
60 command: string,
61 terminalId: number,
62 wss: WebSocketServer,
63) => {
64 await executeCommand(uri, command, socket, terminalId, wss);
65};

Callers 1

startDevToolsFunction · 0.90

Calls 1

executeCommandFunction · 0.85

Tested by

no test coverage detected