Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 4cc70af

Browse files
authored
Merge pull request #399 from SkyZH/patch-1
Use "Dedicated" instead of "New" panel when building tasks
2 parents f6ed71b + 78d5a17 commit 4cc70af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function runCommand(folder: WorkspaceFolder, cmd: Cmd): Thenable<TaskExec
186186
group: TaskGroup.Build,
187187
presentationOptions: {
188188
reveal: TaskRevealKind.Always,
189-
panel: TaskPanelKind.New,
189+
panel: TaskPanelKind.Dedicated,
190190
},
191191
};
192192
const task = createTask(config, folder);

0 commit comments

Comments
 (0)