Skip to content

Commit

Permalink
Use "Dedicated" instead of "New" panel
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh authored Aug 18, 2018
1 parent f6ed71b commit 78d5a17
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 @@ -186,7 +186,7 @@ export function runCommand(folder: WorkspaceFolder, cmd: Cmd): Thenable<TaskExec
group: TaskGroup.Build,
presentationOptions: {
reveal: TaskRevealKind.Always,
panel: TaskPanelKind.New,
panel: TaskPanelKind.Dedicated,
},
};
const task = createTask(config, folder);
Expand Down

0 comments on commit 78d5a17

Please sign in to comment.