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 7127526 commit f0c3806Copy full SHA for f0c3806
vscode-lean4/src/infoview.ts
@@ -380,7 +380,7 @@ export class InfoProvider implements Disposable {
380
editor.revealRange(selection, TextEditorRevealType.InCenterIfOutsideViewport);
381
editor.selection = new Selection(selection.start, selection.end);
382
// ensure the text document has the keyboard focus.
383
- window.showTextDocument(editor.document, { viewColumn: editor.viewColumn, preserveFocus: false });
+ void window.showTextDocument(editor.document, { viewColumn: editor.viewColumn, preserveFocus: false });
384
}
385
386
0 commit comments