Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 50e4d04

Browse files
committed
🔨 Fix wrong variable name
Signed-off-by: Babak Khalkhali Shandiz <[email protected]>
1 parent ac00da9 commit 50e4d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export function activate(context: vscode.ExtensionContext) {
227227
} else if (arg instanceof HistoryItem) {
228228
uri = arg.uri;
229229
pos = arg.anchor.getPosition();
230-
peserveFocus = false;
230+
preserveFocus = false;
231231
}
232232

233233
if (uri && pos) {

0 commit comments

Comments
 (0)