Skip to content

Commit

Permalink
Improved focus for running CL commands
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Barry Allan <[email protected]>
  • Loading branch information
worksofliam committed Nov 10, 2022
1 parent a2ddacc commit 068530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/results/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ exports.initialise = (context) => {
const textDoc = await vscode.workspace.openTextDocument({language: `txt`, content: output});
await vscode.window.showTextDocument(textDoc, {
preserveFocus: true,
preview: true
viewColumn: vscode.ViewColumn.Beside
});

} else {
Expand Down

0 comments on commit 068530a

Please sign in to comment.