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 #399 from SkyZH/patch-1
Browse files Browse the repository at this point in the history
Use "Dedicated" instead of "New" panel when building tasks
  • Loading branch information
nrc committed Aug 24, 2018
2 parents f6ed71b + 78d5a17 commit 4cc70af
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 4cc70af

Please sign in to comment.