sublimelsp / LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.
https://packagecontrol.io/packages/LSP-ruff
MIT License
31 stars 4 forks source link

fix: replace "globalSettings" with "settings" #68

Closed jfcherng closed 2 months ago

jfcherng commented 2 months ago

"globalSettings" seems to be no longer working for ruff. It works for ruff-lsp.

Also remove/deprecate the "showNotification" setting as per https://github.com/sublimelsp/LSP-ruff/issues/66#issuecomment-2244785831.

Resolves https://github.com/sublimelsp/LSP-ruff/issues/66