-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Extensions and suggestions stopped working #71998
Comments
Several people are having the same issue. My temporary solution was to downgrade VSCode to 1.32.3. |
I'm getting the same issue, was thinking it may have something to do with the version of TypeScript that the new VS Code ships with, as when I "select TypeScript version" to 3.3.333 it seems to be working more consistently. I could be wrong, however. |
Yeah I did that too, but I still wanted to flag this issue for VS Code so they can look into it |
Doing an To elaborate, I believe the issue was that I had all these @types type definitions that became outdated when VS Code updated it's internal version of TypeScript. |
For what is worth, @ #71863. |
Is this the same us this issue you guys have encountered /Seen ? |
No, that is a different issue |
@lewisflude upgraded |
I can confirm that forcing VSCode (1.33.0) to use TypeScript 3.3.3333 has fixed the problems I was experiencing with the related issue r5n-labs/vscode-react-javascript-snippets#61. |
Sounds like it could be #71886 but the description is too vague to tell. @MarioSamison please describe exactly what you are doing, what the expected behavior is, and what actually happens Also test using latest VS Code insiders build |
@mjbvz changing the typescript version to the workspace typescript version fixed everything for me. It seems like the new typescript version in VS Code collides with the typescript versions in the projects we're working on. |
@MarioSamison In my case, I did not have typescript in my project, the version supplied in VS 1.33 was causing issues. I hope this is investigated before the next release. |
@MarioSamison Can you please check to see if the new VS Code 1.33.1 release also fixed the issue for you @polishedwp Typescript tooling also powers our javascript support |
@mjbvz I had the same issue as @MarioSamison in 1.33.0 release. Still have the same issue in 1.33.1 |
@mjbvz The problem is better, but not entirely fixed. It works but in significantly slower than previous versions. For now, I have downgraded Typescript used by VS. |
After the last update of VS Code, all of our extensions such as automatic import replacement and typescript suggestions aren't working anymore. Also VS Code runs really slow.
The text was updated successfully, but these errors were encountered: