You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I cntl click on SeasonsService, it will take 17 seconds to open up seasons.service.ts file.
This happens on more than one project. It used to work fine and not sure what would be causing this.
It may be worth noting here that Intelliense in C# stopped working too but TypeScript typed objects still get intellisense. I logged an issue with the C# extension but that seems much different than the issue I stated here.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
Do you have a tsconfig.json and are both files part of this project? You can check this by running TypeScript: go to configuration in vscode for each file. This command should open up the tsconfig
Also can you please try updating to VSCode 1.17 and installing the latest TypeScript 2.6 dev build in your workspace by running npm install typescript@next and following these instructions to see if fixes the issue
This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
Steps to Reproduce:
For example:
I have this contructor:
When I cntl click on SeasonsService, it will take 17 seconds to open up seasons.service.ts file.
This happens on more than one project. It used to work fine and not sure what would be causing this.
It may be worth noting here that Intelliense in C# stopped working too but TypeScript typed objects still get intellisense. I logged an issue with the C# extension but that seems much different than the issue I stated here.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: