Skip to content

Fix issue when types installed after watch/editor is opened for auto type reference that is for global types not being detected#33681

Merged
sheetalkamat merged 1 commit into
masterfrom
autoTypeReference
Oct 1, 2019
Merged

Fix issue when types installed after watch/editor is opened for auto type reference that is for global types not being detected#33681
sheetalkamat merged 1 commit into
masterfrom
autoTypeReference

Conversation

@sheetalkamat
Copy link
Copy Markdown
Member

When the code doesn't have any other resolution, if auto type references are not invalidated program will think its upto date since file versions have not change (there is no module resolution from files included by program that failed or changed). So setting the changed auto type reference included being change when the file is not a program file but a inferredTypes file, will handle the situation.
Fixes #32285

…type reference that is for global types not being detected

Fixes #32285
@sheetalkamat sheetalkamat merged commit 2d96a16 into master Oct 1, 2019
@sheetalkamat sheetalkamat deleted the autoTypeReference branch October 1, 2019 15:28
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global Types from scoped packages are not automatically picked up without VSCode restart.

2 participants