Steps to Reproduce:
Today when I installed the new version of vscode and restarted, I found out that the quick suggestion doesn't work anymore. So I tried restarting vscode and my computer, neither of these attempts worked.
I don't know if others run into the same problem, but I guess this behavior is disabled by default in the new release ? If so, I think it's really upset when you open your code, and find out what used to work doesn't work anymore.
Does this issue occur when all extensions are disabled?: Yes
I am facing similar issues after the update, for me even go to definition isn't working. I tried updating my settings as you suggested, still not working. :(
I am facing similar issues after the update, for me even go to definition isn't working. I tried updating my settings as you suggested, still not working. :(
The setting doesn't work for me anymore, so I edited it... The same goes for 'go to definition', when I hover on the variable, I can see the loading text, so I guess there is something going wrong with whatever connection it is.
CPU spiking to 100%
https://github.com/Microsoft/vscode/issues/71760#issuecomment-480208796
I think issue with ts-server
I can see the loading text also, but no autocompletion or go to definition also. The CPU does not have spikes. It is just endlessly stuck on loading... I am on MacOS Mojave 10.14.2
Same CPU heavy load and IntelliSense not working on Linux.
The CPU spikes go up when the files validate the syntax. Example: I ll not close a bracket, and the line is underlined in red as it should, but when I close it, it takes up to 30-60 seconds to remove the syntax error and the CPU load goes up.
I am having the same Issue on windows 10 after I updated VS code. I get loading text when I hit control + space and the suggestions come after a minute or so.
same problem here. changed
update.mode
to manual, and downgraded to 1.32.3.
Downgrade solved my problem
same problem here. changed
update.modeto manual, and downgraded to 1.32.3.
Downgrade solved my problem
Same for me. Here is the 1.32.3 installer: https://code.visualstudio.com/updates/v1_32
I actually found what was causing all this issues.
This new version set the Typescript version to be used, as the default of VS Code, instead of the version inside the project/workspace.
So, all of a sudden, vs code forced typescript version 3.4.1

access that selection. by clicking on the version , besides "Prettier" (that is enabled when .ts files are open):

Duplicate of #71751
See https://github.com/Microsoft/vscode/issues/71751#issuecomment-480126916 for possible workarounds
If that doesn't solve the issue for you, please open a new issue
Most helpful comment
same problem here. changed
update.modeto manual, and downgraded to 1.32.3.
Downgrade solved my problem