Closed andypal333 closed 3 weeks ago
This should be fixed in the latest version of lsp-utils dependency. Try restarting ST to trigger the update.
This should be fixed in the latest version of lsp-utils dependency. Try restarting ST to trigger the update.
Doesn't work i tried restarting it several times.
Try explicitly triggering update with "Package Control: Satisfy dependencies" (or "Package Control: Upgrade Package") form the command palette.
@rchl Thanks a lot this fixed the issue! Last question, can i configure LSP-ruff to provide code completions in Sublime Text?
No, ruff is a linter, it doesn't provide code intelligence. Try LSP-pyright
for that.
I am using
LSP
andLSP-ruff
packages in Sublime Text on Windows and encounter the following issues:When I open Sublime Text, LSP-ruff fails to start with the error:
Questions:
LSP-ruff.sublime-settings
to ensure LSP-ruff can find it?LSP-Ruff.sublime-settings
to enable LSP-ruff to provide code completions in Sublime Text?Thank you for any guidance on configuring these settings!