LSP-ty
LSP helper for ty - an extremely fast Python type checker, written in Rust.
Installations minus removals
Upgrades
- 679 installs
- 12 stars
Links
Versions
0.0.58
(>ST4131)
·
More
-
(>ST4131)
0.0.57
·
2026-09-15 02:54 -
0.0.56
·
2026-08-19 04:41 -
0.0.55
·
2026-08-13 17:31 -
0.0.54
·
2026-08-11 03:44 -
0.0.53
·
2026-08-06 16:02 -
0.0.52
·
2026-07-30 20:52 -
0.0.51
·
2026-07-23 16:07 -
0.0.50
·
2026-07-22 18:55 -
0.0.49
·
2026-07-02 16:09 -
0.0.48
·
2026-06-24 21:05 -
0.0.47
·
2026-06-23 07:12 -
0.0.46
·
2026-06-19 14:54 -
0.0.45
·
2026-06-18 02:21 -
0.0.44
·
2026-06-13 20:41 -
0.0.43
·
2026-06-03 04:59 -
0.0.42
·
2026-05-29 19:58 -
0.0.41
·
2026-05-23 09:21 -
0.0.40
·
2026-05-16 08:41 -
0.0.39
·
2026-05-16 08:40 -
0.0.38
·
2026-05-14 21:16 -
0.0.37
·
2026-04-28 16:21 -
0.0.36
·
2026-03-26 18:29 -
0.0.35
·
2026-03-19 19:36 -
0.0.34
·
2026-03-13 19:33 -
0.0.33
·
2026-03-06 03:43 -
0.0.32
·
2026-02-26 16:05 -
0.0.31
·
2026-02-21 19:01 -
0.0.30
·
2026-02-13 13:49 -
0.0.29
·
2026-02-11 02:41 -
0.0.28
·
2026-02-05 06:25 -
0.0.27
·
2026-01-27 05:41 -
0.0.26
·
2026-01-21 13:41 -
0.0.25
·
2026-01-10 14:50 -
0.0.24
·
2026-01-08 16:21 -
0.0.23
·
2026-01-05 15:54 -
0.0.22
·
2025-12-29 18:17 -
0.0.21
·
2025-12-24 01:59 -
0.0.20
·
2025-12-21 00:11 -
0.0.19
·
2025-12-19 07:49 -
0.0.18
·
2025-12-18 03:00 -
0.0.17
·
2025-12-17 03:25 -
0.0.16
·
2025-12-16 13:24 -
0.0.15
·
2025-12-13 04:14 -
0.0.14
·
2025-12-10 03:32 -
0.0.13
·
2025-12-06 12:15 -
0.0.12
·
2025-12-04 10:42 -
0.0.11
·
2025-12-03 18:51 -
0.0.10
·
2025-11-29 09:58 -
0.0.9
·
2025-11-26 03:04 -
0.0.8
·
2025-11-19 03:02 -
0.0.7
·
2025-11-11 02:59 -
0.0.6
·
2025-10-30 03:58 -
0.0.5
·
2025-10-23 16:19 -
0.0.4
·
2025-10-17 01:58 -
0.0.3
·
2025-10-13 21:02 -
0.0.2
·
2025-10-10 16:57 -
0.0.1
·
2025-10-01 10:57
LSP-ty
This is a helper package that automatically installs and updates ty for you. ty is an extremely fast Python type checker, written in Rust.
Requirements
To use this package, you must have:
- The LSP package
- It's recommended to also install the LSP-json package which will provide auto-completion and validation for this package's settings.
Configuration
There are multiple ways to configure the package and the language server.
Global configuration:
Preferences > Package Settings > LSP > Servers > LSP-tyProject-specific configuration: From the Command Palette run
Project: Edit Projectand add your settings in:{ "settings": { "LSP": { "LSP-ty": { "settings": { // Put your settings here } } } } }