Remove Deprecated Method Call
This commit is contained in:
parent
06e6ace241
commit
bce1b3dd87
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user