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

Method exec

src/platform/common/process/types.node.ts:49–49  ·  view source on GitHub ↗
(file: string, args: string[], options?: SpawnOptions)

Source from the content-addressed store, hash-verified

47export interface IProcessService extends IDisposable {
48 execObservable(file: string, args: string[], options?: SpawnOptions): ObservableExecutionResult<string>;
49 exec(file: string, args: string[], options?: SpawnOptions): Promise<ExecutionResult<string>>;
50 shellExec(command: string, options?: ShellOptions): Promise<ExecutionResult<string>>;
51}
52

Implementers 1

ProcessServicesrc/platform/common/process/proc.node.

Calls

no outgoing calls

Tested by

no test coverage detected