-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Tweak module resolution failed lookup watching #53420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6c7a47b
b6bddbf
666fe1e
bc78220
1fc3935
137d923
d309851
f64f2ad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,10 @@ Shape signatures in builder refreshed for:: | |
/f.ts (used version) | ||
/a/lib/lib.d.ts (used version) | ||
|
||
PolledWatches:: | ||
/node_modules/@types: *new* | ||
{"pollingInterval":500} | ||
|
||
Comment on lines
+47
to
+50
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you explain why these were missing before and are added now? I don’t quite see why from the implementation change. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry i thought this was also handled by "canWatchFileOrDirectory" thing but we had logic for watching |
||
FsWatches:: | ||
/tsconfig.json: *new* | ||
{} | ||
|
Uh oh!
There was an error while loading. Please reload this page.