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

Commit

Permalink
Merge pull request #411 from SkyZH/patch-1
Browse files Browse the repository at this point in the history
Use "Dedicated" instead of "New" panel when building tasks #2
  • Loading branch information
nrc committed Aug 26, 2018
2 parents 4cc70af + bbe9b80 commit 763b190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function createTaskConfigItem(): Array<TaskConfigItem> {

const presentationOptions: TaskPresentationOptions = {
reveal: TaskRevealKind.Always,
panel: TaskPanelKind.New,
panel: TaskPanelKind.Dedicated,
};

const taskList: Array<TaskConfigItem> = [
Expand Down

0 comments on commit 763b190

Please sign in to comment.