microsoft / vscode

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

Typescript Intellisense doesn't work correctly after vscode update #205215

Closed brako closed 8 months ago

brako commented 8 months ago

Type: Bug

Hello,

After the latest available update, the Intellisense doesn't work correctly anymore on my typescript projects. Intellisense won't show relevant info on module/namespace.

I was able to reproduce the issue on two different laptops and compare the intellisense before and after the update.

TS Server log:

2024-02-14 16:36:20.040 [info] Killing TS Server
2024-02-14 16:36:20.040 [info] Starting TS Server
2024-02-14 16:36:20.040 [info] Using tsserver from: c:\Users\Me\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib\tsserver.js
2024-02-14 16:36:20.040 [info] <syntax> Forking...
2024-02-14 16:36:20.040 [info] <syntax> Starting...
2024-02-14 16:36:20.040 [info] <semantic> Forking...
2024-02-14 16:36:20.040 [info] <semantic> Starting...
2024-02-14 16:36:20.041 [error] TSServer exited. Code: null. Signal: SIGTERM

VS Code version: Code 1.86.1 (31c37ee8f63491495ac49e43b8544550fbae4533, 2024-02-07T09:08:20.941Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i7-12700H (20 x 2688)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
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
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|31.68GB (19.59GB free)| |Process Argv|--crash-reporter-id 63954fa0-13df-4505-a7a6-1fd200f64dfe| |Screen Reader|no| |VM|0%|
Extensions (60) Extension|Author (truncated)|Version ---|---|--- vscode-m3u|af4|1.0.0 project-manager|ale|12.7.0 markdown-preview-github-styles|bie|2.0.3 vscode-intelephense-client|bme|1.10.2 xml2json|bui|1.2.5 npm-intellisense|chr|1.4.5 cloudformation-yaml-snippets|dan|4.42.0 dart-code|Dar|3.82.0 flutter|Dar|3.82.0 vscode-markdownlint|Dav|0.54.0 vscode-eslint|dba|2.4.4 EditorConfig|Edi|0.16.4 prettier-vscode|esb|10.1.0 markdown-table-formatter|fcr|3.0.0 vscode-solution-explorer|fer|0.8.5 code-runner|for|0.12.1 vscode-github-actions|git|0.26.2 vscode-pull-request-github|Git|0.80.1 todo-tree|Gru|0.0.226 terraform|has|2.29.4 vscode-nuget-package-manager|jmr|1.1.6 docomment|k--|1.0.0 unity-code-snippets|kle|2.3.0 json-to-ts|Mar|1.7.5 rainbow-csv|mec|3.11.0 vscode-docker|ms-|1.29.0 csharp|ms-|2.15.30 vscode-dotnet-runtime|ms-|2.0.1 debugpy|ms-|2024.0.0 isort|ms-|2023.10.1 python|ms-|2024.0.1 vscode-pylance|ms-|2024.2.1 jupyter|ms-|2024.1.1 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-wsl|ms-|0.86.0 cmake-tools|ms-|1.17.15 cpptools|ms-|1.18.5 cpptools-extension-pack|ms-|1.3.0 makefile-tools|ms-|0.8.22 vscode-react-native|msj|1.12.3 vscode-ts-markdown-to-playground|Ort|1.1.0 material-icon-theme|PKi|4.33.0 psi-header|psi|1.22.2 vscode-commons|red|0.0.6 vscode-xml|red|0.26.1 vscode-yaml|red|1.14.0 unotes|rya|1.5.2 code-spell-checker|str|3.0.1 svelte-vscode|sve|108.2.2 tauri-vscode|tau|0.2.6 es6-string-html|Tob|2.14.1 unity-tools|Tob|1.2.12 cmake|twx|0.0.17 volar|Vue|1.8.27 vscode-typescript-vue-plugin|Vue|1.8.27 vscode-todo-highlight|way|1.0.5 vscode-proto3|zxh|0.5.5 (1 theme extensions excluded)
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 vscaat:30438848 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:30962250 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 a89i1917:30961429 3ef8e399:30964150 ccp2r3:30958157 ```
mjbvz commented 8 months ago

Does this reproduce in the latest VS Code insiders build with all extensions disabled?

vscodenpa commented 8 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!