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

Add a folder-level setting to disable Solargraph #237

Open
renchap opened this issue Dec 13, 2021 · 0 comments
Open

Add a folder-level setting to disable Solargraph #237

renchap opened this issue Dec 13, 2021 · 0 comments

Comments

@renchap
Copy link

renchap commented Dec 13, 2021

I have a mono-repo containing multiple apps, and only one of those is using Ruby.

In my VSCode workspace, I have a root folder configured for each app.

When I enable the "Use Bundler" setting in the extension, the language server is not starting properly because it tries to start for both my whole-project root folder (~/project) and the ruby app (~/project/app/ruby-app). But there is no ~/project/Gemfile, so it fails for this root folder.

It would be great to have a setting to disable the extension for some folders, or maybe enable it only for specific folders, when using a multi-root workspace.

At the moment, only 2 settings can be configured for a folder:
image

This setup works fine when I dont configure the extension to use bundler.

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