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

Commit 78d5a17

Browse files
authored
Use "Dedicated" instead of "New" panel
1 parent f6ed71b commit 78d5a17

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)