Releases: sublimelsp/LSP-typescript
Releases · sublimelsp/LSP-typescript
v1.7.0
Fixes / Improvements
- Use the new LSP API for handling inline hints (#96)
- Bump typescript-language-server from 0.6.4 to 0.6.5 (#99) (see the issue for changelog)
v1.6.0
Features
Maintenance
- Bump typescript-language-server (#93)
- Bump typescript from 4.4.3 to 4.4.4 (#92)
v1.5.0
Features
- Implement a custom "LSP-typescript: Find Callers" command (#90)
Maintenance
- Bump typescript-language-server from 0.6.2 to 0.6.3 (#89)
- Bump typescript from 4.4.2 to 4.4.3 (#88)
v1.4.0
Feature
- Add options for configuring advanced formatting options (#83)
- Add
maxTsServerMemory
setting
Maintenance
- Bump typescript-language-server from 0.6.1 to 0.6.2 (#86)
- Bump typescript from 4.3.5 to 4.4.2 (#85)
- Explicitly define ST4 selector (#84)
v1.3.1
Maintenance
- Bump
typescript-language-server
to version 0.6.1 (#80)
Fixes Windows regression with file paths and diagnostics not showing up.
v1.3.0
Maintenance
- Bump
typescript-language-server
to version 0.6.0 (#76)
- Add typescript user preferences to the schema (#77)
v1.2.9
Maintenance
- Bump typescript from 4.3.4 to 4.3.5 in /typescript-language-server (#70)
v1.2.8
Maintenance
- Bump typescript from 4.2.4 to 4.3.4 in /typescript-language-server (#66)
v1.2.7
Fix
- Fix ST3 compatibility (#69)