Skip to content

Commit 068530a

Browse files
committed
Improved focus for running CL commands
Signed-off-by: Liam Barry Allan <[email protected]>
1 parent a2ddacc commit 068530a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/results/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ exports.initialise = (context) => {
158158
const textDoc = await vscode.workspace.openTextDocument({language: `txt`, content: output});
159159
await vscode.window.showTextDocument(textDoc, {
160160
preserveFocus: true,
161-
preview: true
161+
viewColumn: vscode.ViewColumn.Beside
162162
});
163163

164164
} else {

0 commit comments

Comments
 (0)