diff --git a/src/xpath/commands/evaluateXPath.ts b/src/xpath/commands/evaluateXPath.ts index fb9ff19..8f78a11 100644 --- a/src/xpath/commands/evaluateXPath.ts +++ b/src/xpath/commands/evaluateXPath.ts @@ -83,7 +83,7 @@ export async function evaluateXPath(editor: TextEditor, edit: TextEditorEdit): P outputChannel.appendLine(`[Result]: ${evalResult.result}`); } - outputChannel.show(ViewColumn.Three); + outputChannel.show(false); if (persistQueries) { const historicQuery = new HistoricQuery(editor.document.uri.toString(), query);