mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
fix: typos (#179581)
This commit is contained in:
@@ -883,7 +883,7 @@ export class CommandCenter {
|
||||
const document = window.activeTextEditor?.document;
|
||||
|
||||
// If the document doesn't match what we opened then don't attempt to select the range
|
||||
// Additioanlly if there was no previous document we don't have information to select a range
|
||||
// Additionally if there was no previous document we don't have information to select a range
|
||||
if (document?.uri.toString() !== uri.toString() || !activeTextEditor || !previousURI || !previousSelection) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user