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

Interface RunCommandOptions

src/utils/vscode.ts:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144};
145
146interface RunCommandOptions {
147 rootDir: vscode.Uri;
148 title: string;
149 command: string;
150 errorMessage?: string;
151 callback?: () => void | Promise<void>;
152}
153
154export const createOrGetTerminal = () => {
155 const terminals = vscode.window.terminals;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected