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

Warnings for excluded files #710

Open
matthewtusker opened this issue Mar 22, 2024 · 0 comments
Open

Warnings for excluded files #710

matthewtusker opened this issue Mar 22, 2024 · 0 comments

Comments

@matthewtusker
Copy link

I have excluded node_modules from being picked up, but for some reason I still see a warning. For example, when I run solargraph list I don't see any file from node_modules, but I do see this before the files are listed:

[WARN] Error reading ./node_modules/bourbon/bundle/ruby/3.0.0/gems/builder-3.2.4/builder.gemspec
[WARN] <internal:/Users/snip/.local/share/mise/installs/ruby/3.1.2/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- ./lib/builder/version (LoadError)
        from <internal:/Users/snip/.local/share/mise/installs/ruby/3.1.2/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
        from ./node_modules/bourbon/bundle/ruby/3.0.0/gems/builder-3.2.4/builder.gemspec:2:in `<main>'
        from -e:1:in `eval'
        from -e:1:in `<main>'

I think this is slowing down Solargraph startup, which I've been trying to improve (it has always taken a while to start up in NeoVim).

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