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

Commit 763b190

Browse files
authored
Merge pull request #411 from SkyZH/patch-1
Use "Dedicated" instead of "New" panel when building tasks #2
2 parents 4cc70af + bbe9b80 commit 763b190

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
@@ -81,7 +81,7 @@ function createTaskConfigItem(): Array<TaskConfigItem> {
8181

8282
const presentationOptions: TaskPresentationOptions = {
8383
reveal: TaskRevealKind.Always,
84-
panel: TaskPanelKind.New,
84+
panel: TaskPanelKind.Dedicated,
8585
};
8686

8787
const taskList: Array<TaskConfigItem> = [

0 commit comments

Comments
 (0)