-
Couldn't load subscription status.
- Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptNeeds More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarifiedVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From @moshfeu on March 14, 2018 7:54
- VSCode Version: Version 1.21.0 (1.21.0)
- OS Version: OS X 10.11.6 (15G17023)
Steps to Reproduce:
- Open a project folder with link (
npm link) to another local project. - The another project has
d.tsfile. So verify that you can go to definition of the project. (Click on F12 on a function from the another project. (You should be moved to thed.tsfile in thenode_modules/another_project/dist/d.ts) - Update the
d.tsfile (for example: change the code and let webpack to update thed.ts).
Expected result:
VScode will refresh its intellisense and errors detection.
Actual result
It didn't. Even if I close and open the file. I need to close the vscode instance of my current project and open it again. Only then it count the updated d.ts.
Does this issue occur when all extensions are disabled?: Yes
Thanks!
Copied from original issue: microsoft/vscode#45738
moshfeu
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptNeeds More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarifiedVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue