Skip to content

Commit

Permalink
fix: use "denoTasks" type for task-sidebar commands (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn authored Dec 18, 2023
1 parent 975fa9c commit 3d20875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/tasks_sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d20875

Please sign in to comment.