Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control how language server interacts with workspace #681

Open
jtlandis opened this issue Nov 26, 2024 · 0 comments
Open

Control how language server interacts with workspace #681

jtlandis opened this issue Nov 26, 2024 · 0 comments

Comments

@jtlandis
Copy link

Hello, I am fairly new to using LSP, but I'm trying to get to the bottom of a bug when using the languageserver and lintr packages within the zed editor: ocsmit/zed-r#6

As I understand it, zed is sending all open files to the languageserver which is causing lintr to be run on the file. I know that .lintr files can be used to list directories (or specific files) that lintr shouldn't be run, but is there a way to specify the converse, i.e. which files lintr should only be run on?

I wasn't really sure if this is something that is done via the languageserver options, the lintr package, or just zed itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant