microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.08k stars 29.21k forks source link

Loading IntelliSense status running forever #179239

Closed Kallenju closed 1 year ago

Kallenju commented 1 year ago

Type: Bug

Yesterday my VS Code Insiders stopped working normally. Tooltips and type checking stopped working and constantly shows "Loading IntelliSense status"

VS Code version: Code - Insiders 1.78.0-insider (8f74fbfd1f2d8f6268a42df131726b218aafe511, 2023-04-05T05:24:15.380Z) OS version: Windows_NT x64 10.0.22621 Modes: Sandboxed: Yes

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 7 6800H with Radeon Graphics (16 x 3194)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|31.25GB (15.68GB free)| |Process Argv|--crash-reporter-id f7a9cff3-c0e6-4cd3-bede-bbc9be791aa5| |Screen Reader|no| |VM|0%|
Extensions (7) Extension|Author (truncated)|Version ---|---|--- es7-react-js-snippets|dsz|4.4.3 vscode-html-css|ecm|1.13.1 EditorConfig|Edi|0.16.4 copilot|Git|1.79.10634 vscode-docker|ms-|1.24.0 powershell|ms-|2023.3.3 vscode-icons|vsc|12.2.0
A/B Experiments ``` vsliv695:30137379 vsins829:30139715 vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 pythontb:30258533 pythonptprofiler:30281269 vshan820:30294714 pythondataviewer:30285072 vscod805:30301674 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30404738 cppdebug:30492333 vsclangdf:30492506 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30618038 pylantcb52:30590116 nodejswelcome1:30587009 pyind779:30611226 pythonsymbol12:30651887 2i9eh265:30646982 6233i204:30659907 pythonb192:30661256 defaultazurewalk:30687958 pythonms35:30671666 j16hj152:30680472 ecj1e332:30687743 pythonclientmv:30700173 ```
jrieken commented 1 year ago

It looks like the issue is caused by one of your installed extensions. All extensions execute together on a single nodejs process, so in order to narrow down the possible problematic extension, please try the following:

initial step final
image image image