Results 339 comments of Fred Snyder

Do you also have the `rebornix.Ruby` extension installed? I suspect that's what sent the "Should lint: 1" message.

This one: https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby

This issue might help you get Solargraph working with WSL: https://github.com/castwide/vscode-solargraph/issues/80

The latest version of the extension supports remote development, including over WSL. More information: https://code.visualstudio.com/docs/remote/wsl

This is due to a size limit for imported yardocs. Coincidentally, google-api-client is the original reason that the limit exists. The google-api-client yardoc is 150 MB. For comparison, the Ruby...

Sorry, not yet. I've been exploring options, but don't have a solid answer.

Could this be solved by opening a [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces)? Solargraph will treat each workspace as a separate project with its own maps.

The problem here was an old limitation in how Solargraph maps class and method definitions. Switching the definition's namespace dynamically with a `class_eval` method wasn't possible, but recent changes to...

Would publishing to Open VSX make it available to code-server (#182)?

This is probably related to a bug in node traversal that affects Ruby < 2.6. I expect to have it fixed in a patch release in the next day or...