Skip to content

Commit 6898545

Browse files
committed
Fix typo in change proposed during PR review
1 parent d20cbad commit 6898545

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)