Skip to content

Commit 8f66cdd

Browse files
Merge pull request #274 from gjsjohnmurray/fix-268
Fix typo in change proposed during PR #268 review
2 parents d20cbad + 6898545 commit 8f66cdd

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
@@ -296,7 +296,7 @@ export function checkConnection(clearCookies = false, uri?: vscode.Uri): void {
296296
})
297297
.finally(() => {
298298
explorerProvider.refresh();
299-
if (schemes.includes(uri.scheme)) {
299+
if (schemas.includes(uri.scheme)) {
300300
vscode.commands.executeCommand("workbench.files.action.refreshFilesExplorer");
301301
}
302302
});

0 commit comments

Comments
 (0)