Skip to content

Commit 61de4ec

Browse files
authored
Fix typo in workspace folder comment (#468)
1 parent a9be0c6 commit 61de4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class WorkspaceTracker {
9494
return outermostFolder;
9595
}
9696

97-
// most likely handleDidChangeWorkspaceFolders callback hs not yet run
97+
// most likely handleDidChangeWorkspaceFolders callback has not yet run
9898
// clear cache and try again
9999
if (!isRetry) {
100100
this.handleDidChangeWorkspaceFolders();

0 commit comments

Comments
 (0)