This is a helper package that automatically installs and updates ty for you. ty is an extremely fast Python type checker, written in Rust.
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.
 
There are multiple ways to configure the package and the language server.
- 
Global configuration:
Preferences > Package Settings > LSP > Servers > LSP-ty - 
Project-specific configuration: From the Command Palette run
Project: Edit Projectand add your settings in:{ "settings": { "LSP": { "LSP-ty": { "settings": { // Put your settings here } } } } }