-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Intellisense shows loading indefinitely #87870
Comments
The same issue, and version info:
Reopen the vscode will work correctly for minutes, and then Intellisense break down and always show loading text when you hover any code. |
I think the issue is with the version of vs code, and this is how I resolved it. I removed vs code completely. even deleted the files in the following locations Finally installed VSCode v 1.40.2 |
Thanks, I will try it. |
I just uninstall v1.41.1 and turn back to v1.40.2, and everything get back to normal. |
I have the same issue, is there any other ways to solving |
Same issue here. IntelliSense auto imports stopped working randomly while working on a project. Windows 10.0.18363 Rolling back to 1.40.2 fixed the issue. |
@Ansal-Khan Is your code stored somewhere besides the |
My code resides in a separate disk. |
Hi, I'm having the same issue. My project folder is on a separate drive, but the path to it has a symlink back to my C: drive for convenience. Could this be the source of the problem? To be clear, I made it so that Edit: If I open the dev tools, I also get errors from Edit2: Opening the folder from the path on my E: drive seems to fix the problem for now. |
Duplicate of microsoft/TypeScript#35512 To workaround this, upgrade your workspace to use |
Issue Type: Bug
2.Try intellisense suggestion before doing npm install (Without node modules)
3.You can find the intellisense working perfectly.
4.Do npm install (add node modules) then try intellisense.
5.You can see it stuck at the loading text. no matter how much time you give.
This one have same effect even with all extensions deisabled.
VS Code version: Code 1.41.1 (26076a4, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 10.0.18363
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: