microsoft / microsoft/TypeScript
Intellisense keeps crashing
还没有人认领这个 Issue。
- 主要语言
- Go
- 星标
- 111k
- 派生
- 14.3k
- 平均合并
- 2 天 4 小时
- 30 天内合并 PR
- 132
描述
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
```
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先在远程 SSH 工作区中重现该问题,并将 TypeScript server 和 extension-host 的行为与正常工作的 tsc 命令进行比较。在“Loading intellisense status”微调器持续显示期间,检查 TypeScript server 或 extension-host 日志。完成的标准是 IntelliSense 正常加载,并且导航、属性建议和引用搜索都能正常工作,而无需终止远程服务器或重新加载窗口。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- developer-experience, tooling
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 需要澄清
- 新手友好度
- 42/100