-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
[Insiders] Intelli Sense fails for TypeScript #22996
Comments
Same thing. My error log:
|
Same here. In my case, the expected id is |
This is related to #22437 |
If you use the bundled TS version (2.2.2-insiders) the error doesn't occur. |
Thanks everyone. Yes #22437 is the root cause here. I forgot that although the cancellation token API was added in TS 2.2.0, it is broken in releases before TS-2.2.2 insiders. 301d64e should fix the gating. Until then, try upgrading the workspace version of TypeScript to the latest 2.2.2-insiders build or using VSCode's bundled version |
Steps to Reproduce:
Output-Tab shows the following issue:
The project uses TypeScript 2.2.1 and Visual Studio Code has been configured to use the workspace version of TypeScript instead of the built-in version. The identical project worked with yesterdays Insiders build and still works with the current stable build. Switching from the Workspace TypeScript to the built-in TypeScript fixes the issue as well.
`
The text was updated successfully, but these errors were encountered: