ocsmit / zed-r

R language support for Zed editor
23 stars 2 forks source link

lintr is running on rust code #6

Open rgbkrk opened 1 month ago

rgbkrk commented 1 month ago

When this extension is enabled and the user is working on Rust code, the R language server gets used.

image
ocsmit commented 1 month ago

Super odd. On my system it's running lintr not just on R & Rust but also any other file that is opened (.scm, .toml, etc.), which is not great. I'll try to look into why later today when I have some time! Thanks for bringing to my attention!

rgbkrk commented 1 month ago

Ah, good to know. I thought maybe it was a prefix thing when I first saw it. Thank you!