Remove Deprecated Method Call
This commit is contained in:
		
							parent
							
								
									06e6ace241
								
							
						
					
					
						commit
						bce1b3dd87
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -83,7 +83,7 @@ export async function evaluateXPath(editor: TextEditor, edit: TextEditorEdit): P
 | 
				
			||||||
        outputChannel.appendLine(`[Result]: ${evalResult.result}`);
 | 
					        outputChannel.appendLine(`[Result]: ${evalResult.result}`);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    outputChannel.show(ViewColumn.Three);
 | 
					    outputChannel.show(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (persistQueries) {
 | 
					    if (persistQueries) {
 | 
				
			||||||
        const historicQuery = new HistoricQuery(editor.document.uri.toString(), query);
 | 
					        const historicQuery = new HistoricQuery(editor.document.uri.toString(), query);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue