MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / RTaskDefinition

Interface RTaskDefinition

src/tasks.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const TYPE = 'R';
10
11interface RTaskDefinition extends vscode.TaskDefinition {
12 type: string,
13 code: string[],
14 options?: string[],
15 cwd?: string,
16 env?: { [key: string]: string }
17}
18
19interface RTaskInfo {
20 definition: RTaskDefinition,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected