File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -687,9 +687,9 @@ export class CommandCenter {
687687
688688 const activeTextEditor = window.activeTextEditor;
689689 // Must extract these now because opening a new document will change the activeTextEditor reference
690- const previousVisibleRange = activeTextEditor && activeTextEditor .visibleRanges[0];
691- const previousURI = activeTextEditor && activeTextEditor .document.uri;
692- const previousSelection = activeTextEditor && activeTextEditor .selection;
690+ const previousVisibleRange = activeTextEditor? .visibleRanges[0];
691+ const previousURI = activeTextEditor? .document.uri;
692+ const previousSelection = activeTextEditor? .selection;
693693
694694 for (const uri of uris) {
695695 const opts: TextDocumentShowOptions = {
You can’t perform that action at this time.
0 commit comments