We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ddacc commit 068530aCopy full SHA for 068530a
src/language/results/index.js
@@ -158,7 +158,7 @@ exports.initialise = (context) => {
158
const textDoc = await vscode.workspace.openTextDocument({language: `txt`, content: output});
159
await vscode.window.showTextDocument(textDoc, {
160
preserveFocus: true,
161
- preview: true
+ viewColumn: vscode.ViewColumn.Beside
162
});
163
164
} else {
0 commit comments