microsoft / microsoft/TypeScript
Intellisense keeps crashing
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Go
- Estrelas
- 111k
- Forks
- 14.3k
- Merge médio
- 2d 4h
- PRs com merge (30d)
- 132
Descrição
Type: Bug
Basically what happens is that the "Loading intellisense status" spinner spins forever, no matter what I try restarting, including killing the entire remote server, restarting the extension host, reloading the window, restarting TS server. It just stays spinning. While this is happening, the normal navigation that I require for my projects is simply offline. No suggested properties, no navigate to definition, no find all references. I just get that infinite loading bar that scrolls across the top of the window. Running `tsc` works perfectly fine and gives me all my expected errors. There are no obvious reasons why this is happening. It doesn't appear to be directly related to typescript.
No idea what's causing it, but often have to reload the window to get it working again, which seems unusually disruptive to normal development. This is a typescript project but I've been using the same version of Typescript with no issues. Not exactly sure how to downgrade either.
Correction: I have to kill the remote server and reload the window.
Correction: That did not fix it. Workaround unknown.
This is on a remote SSH workspace.
VS Code version: Code 1.109.3 (b6a47e94e326b5c209d118cf0f994d6065585705, 2026-02-12T17:54:48.470Z)
OS version: Windows_NT x64 10.0.26100
Modes:
Remote OS version: Linux x64 6.6.87.2-microsoft-standard-WSL2
System Info
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) 5 120U (12 x 2496)|
|GPU Status|2d_canvas: enabled
GPU0: VENDOR= 0x8086, DEVICE=0xa7ac [Intel(R) Graphics], DRIVER_VENDOR=Intel, DRIVER_VERSION=32.0.101.7076 *ACTIVE*
GPU1: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.7309
Machine model name:
Machine model version:
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
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off|
|Load (avg)|undefined|
|Memory (System)|15.70GB (2.95GB free)|
|Process Argv|--folder-uri vscode-remote://ssh-remote%2Btrifecta/home/arwc/GitHub/arwc-server --crash-reporter-id 7cfeba12-46a1-410b-b063-d1177ca5d898|
|Screen Reader|no|
|VM|0%|
|Item|Value|
|---|---|
|Remote|SSH: trifecta|
|OS|Linux x64 6.6.87.2-microsoft-standard-WSL2|
|CPUs|AMD Ryzen 7 5800X 8-Core Processor (16 x 0)|
|Memory (System)|31.34GB (27.49GB free)|
|VM|0%|
Extensions (32)
Extension|Author (truncated)|Version
---|---|---
Bookmarks|ale|14.0.0
vscode-tsv|cte|0.2.2
font-switcher|eva|4.1.1
auto-rename-tag|for|0.1.10
codespaces|Git|1.18.5
remotehub|Git|0.64.0
gitpod-desktop|git|0.0.184
vscode-graphql-syntax|Gra|1.3.8
l13-diff|L13|1.3.11
remote-containers|ms-|0.442.0
remote-ssh|ms-|0.122.0
remote-ssh-edit|ms-|0.87.0
remote-wsl|ms-|0.104.3
azure-repos|ms-|0.40.0
remote-explorer|ms-|0.5.0
remote-repositories|ms-|0.42.0
remote-server|ms-|1.5.3
mq4|ner|1.0.4
default-keys-windows|smc|1.0.0
pdf|tom|1.2.2
errorlens|use|3.28.0
vscode-icons|vsc|12.17.0
gistfs|vsl|0.9.6
pm2-explorer|ale|0.0.7
prettier-vscode|esb|12.3.0
gitpod-remote-ssh|git|0.0.59
vsliveshare|ms-|1.0.5959
prisma|Pri|31.3.4
vscode-xml|red|0.29.0
lsp-mcp-bridge|seh|1.0.1
theme-check-vscode|Sho|3.10.0
gpg-indicator|wdh|0.7.5
(3 theme extensions excluded)
A/B Experiments
```
vsliv368:30146709
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
9hi5e907:31436603
aj953862:31281341
6abeh943:31336334
envsdeactivate2:31353495
cloudbuttont:31379625
3efgi100_wstrepl:31403338
use-responses-api:31390855
defaultusage:31403421
je187915:31401257
ec5jj548:31422691
cp_cls_c_966_ss:31454199
c0683394:31458171
ge8j1254_inline_auto_hint_haiku:31431912
a5gib710:31434435
38bie571_auto:31461585
7a04d226_do_not_restore_last_panel_session:31438103
722j7530_gpt_5_2_codex:31458091
h0hdh950:31428394
preserve_tokens:31444547
cp_cls_c_1081:31454833
a43f0575b:31442825
e9c30283:31461165
edit_mode_hidden:31461530
864ei723_large_tool_results_to_disk:31460878
showingstats:31457202
pp-44cc9697:31455969
55364912:31458074
chat:31457767
ah:31460422
```
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece reproduzindo o problema no workspace SSH remoto e compare o comportamento do TypeScript server e do extension-host com o comando tsc funcional. Verifique os logs do TypeScript server ou do extension-host enquanto o spinner “Loading intellisense status” persistir. Está concluído quando o IntelliSense carregar normalmente e a navegação, as sugestões de propriedades e as pesquisas de referências funcionarem sem encerrar o servidor remoto nem recarregar a janela.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- developer-experience, tooling
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Ativa
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 42/100