diff --git a/client/src/tasks_sidebar.ts b/client/src/tasks_sidebar.ts index 983a57e3..b6e891c9 100644 --- a/client/src/tasks_sidebar.ts +++ b/client/src/tasks_sidebar.ts @@ -118,7 +118,7 @@ function buildDenoConfigTask( ): Task { const execution = new ProcessExecution(process, ["task", name]); const task = new Task( - { type: "deno", name, command, sourceUri }, + { type: "denoTasks", name, command, sourceUri }, scope, name, "deno task",