microsoft / vscode

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

No errors & References are showing in any files #207708

Closed Sathish88Kumar2023 closed 7 months ago

Sathish88Kumar2023 commented 7 months ago

Type: Bug

  1. Clone the project/Load it from local repo
  2. Open any test files
  3. Hover & Try to access the references in your test funtions

Issue : No any references and unable to route to function definition thru any shortcuts

VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:20:17.278Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz (4 x 2594)| |GPU Status|2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: unavailable_software| |Load (avg)|undefined| |Memory (System)|16.00GB (8.04GB free)| |Process Argv|--crash-reporter-id 40559588-7ce4-4de6-ac26-e7686d9b660e| |Screen Reader|no| |VM|0%|
Extensions (15) Extension|Author (truncated)|Version ---|---|--- npm-intellisense|chr|1.4.5 regex|chr|0.4.0 vscode-eslint|dba|2.4.4 gitlens|eam|14.9.0 prettier-vscode|esb|10.1.0 remotehub|Git|0.62.0 vscode-github-actions|git|0.26.2 vscode-env|Iro|0.1.0 playwright|ms-|1.0.22 azure-repos|ms-|0.38.0 remote-repositories|ms-|0.40.0 vscode-typescript-next|ms-|5.5.20240313 LiveServer|rit|5.7.9 sonarlint-vscode|Son|4.4.1 code-spell-checker|str|3.0.1
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:30986171 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:30979542 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 dsvsc020:30976470 666c4381:30973075 gee8j676:30988843 ```
vscodenpa commented 7 months ago

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!