Fred Snyder
Fred Snyder
A fix for this has been released in gem v0.39.12. Please let me know if the problem persists.
I think so. It came up for consideration a while ago, and I even added a [story](https://www.pivotaltracker.com/story/show/159546262) for it last August, but I haven't had time to go back to...
This feature is coming in gem version 0.33. More information: castwide/solargraph#186
Go To Definition for `require` paths is live.
* I would have expected Solargraph to assume `lib` is in your paths by default. I'll test it against a greenfield project to see what happens. * `useBundler` itself may...
It's not yet implemented. Semantic tokens are a relatively new feature in LSP, and the Solargraph extension has never provided its own syntax highlighting. I'll look into adding this capability...
That's one possibility. In .solargraph.yml, I imagine it would look something like this: ``` reporters: - require_not_found: exclude: - spec/**/* ``` Another option is allowing .solargraph.yml files in subdirectories. Right...
I don't know enough about docker to provide any specific advice. I can tell you that Solargraph needs to be able to resolve the gem paths in order to provide...
Thanks! Solargraph uses the runtime load paths to find gems. The extension starts the server process using your open folder as the current working directory, so if you have any...
This Dockerfile by Sourcegraph might be helpful: https://hub.docker.com/r/sourcegraph/codeintel-ruby/