Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/run.ts')
| -rw-r--r-- | editors/code/src/run.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index 02ccbb6956..87f7e50b76 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -124,7 +124,7 @@ export async function createTask(runnable: ra.Runnable, config: Config): Promise program = await toolchain.cargoPath(); } - const definition: tasks.RustTargetDefinition = { + const definition: tasks.CargoTaskDefinition = { type: tasks.TASK_TYPE, program, args, |