We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9be0c6 commit 61de4ecCopy full SHA for 61de4ec
src/project.ts
@@ -94,7 +94,7 @@ export class WorkspaceTracker {
94
return outermostFolder;
95
}
96
97
- // most likely handleDidChangeWorkspaceFolders callback hs not yet run
+ // most likely handleDidChangeWorkspaceFolders callback has not yet run
98
// clear cache and try again
99
if (!isRetry) {
100
this.handleDidChangeWorkspaceFolders();
0 commit comments