🌐 AI搜索 & 代理 主页
Skip to content

Releases: typescript-language-server/typescript-language-server

v5.1.3

19 Nov 21:15
b999e07

Choose a tag to compare

5.1.3 (2025-11-19)

Bug Fixes

  • announce all supported commands (#1053) (e9fe952)
  • don't send duplicate refactors when more than one context.only (#1055) (6ca045a)

v5.1.2

18 Nov 11:30
71373c9

Choose a tag to compare

5.1.2 (2025-11-18)

Refactors

  • cache file formatting configuration requests (#1048) (9a366df)

v5.1.1

05 Nov 19:38
3e96209

Choose a tag to compare

5.1.1 (2025-11-05)

Bug Fixes

  • don't override formatting options with undefined values (#1041) (4645124)

v5.1.0

31 Oct 09:30
120dbfc

Choose a tag to compare

5.1.0 (2025-10-31)

Features

  • request file-specific formatting options (#1034) (de89dd3)
  • support passing "mode" to organize imports command (#1036) (a7c24b8)

v5.0.1

07 Oct 15:50
50fc0e0

Choose a tag to compare

5.0.1 (2025-10-07)

Bug Fixes

v5.0.0

15 Sep 11:29
048a362

Choose a tag to compare

5.0.0 (2025-09-15)

⚠ BREAKING CHANGES

  • require at least node 20 (#994)

Features

  • opt-in support for the "Move to file" interactive code action (#987) (6cf230c)

Bug Fixes

v4.4.1

12 Sep 19:04
e667707

Choose a tag to compare

4.4.1 (2025-09-12)

Bug Fixes

  • align completions code with upstream (#992) (f0eb0f5)
  • don't filter out 'warning' TS completion kinds (ab388a0)

v4.4.0

05 Aug 11:10
0588d51

Choose a tag to compare

4.4.0 (2025-08-05)

Features

  • add support for typescript.tsserverRequest command (#967) (f09e87a), closes #959

Bug Fixes

  • deps: update devdependency typescript to ^5.9.2 (#882) (93cc29d)

v4.3.4

26 Feb 08:02
0a034da

Choose a tag to compare

4.3.4 (2025-02-26)

Bug Fixes

  • previewer: mark [@example](https://github.com/example) and [@default](https://github.com/default) code blocks as TS (#918) (184c60d)

v4.3.3

09 Feb 21:02
b224b87

Choose a tag to compare

4.3.3 (2024-02-09)

Performance Improvements

  • skip diagnostic update event on no changes (#867) (185c3a8)