2024.32.0
What's Changed
- Try all
path
, consideruseBundled
import strategy by @dhruvmanila in #509 - Keep Python script limited to
sysconfig
usage by @dhruvmanila in #511 - Better error message for unsupported Ruff version by @dhruvmanila in #512
- Validate Python interpreter version for native server by @dhruvmanila in #516
- Return early if Python version check fails by @dhruvmanila in #517
- Support
auto
enablement of Ruff server by @dhruvmanila in #518 - Show server kind in the status bar by @dhruvmanila in #519
- Add support for untrusted workspace by @dhruvmanila in #523
- Add E2E tests for diagnostic and formatting by @dhruvmanila in #522
- Combine diagnostics and formattings tests in 1 suite by @dhruvmanila in #524
- Add TypeScript tests to CI by @dhruvmanila in #525
- Avoid querying the Python extension for the interpreter by @dhruvmanila in #528
- Disable TypeScript CI by @dhruvmanila in #529
- Add
ruff.logLevel
andruff.logFile
extension setting by @dhruvmanila in #530 - Update to reflect the stabilized
ruff server
by @dhruvmanila in #531 - Add README section for untrusted workspace support by @dhruvmanila in #532
- Add troubleshooting section by @dhruvmanila in #533
- Avoid passing
--preview
flag for stableruff server
by @dhruvmanila in #535 - Remove settings table, link to online docs by @dhruvmanila in #537
Full Changelog: 2024.30.0...2024.32.0