vscode-ruby version: 0.24.2useLanguageServer is true?)Extension to load properly
Extension fails to load
This and the next section should include screenshots, code samples, console output, etc. The more information we have to reproduce the better!
I've loaded the developer tools and it is throwing an error when trying to load the extension:
Cannot find module 'ruby-method-locate'
which halts the loading. This leads to the syntax highlighting to be broken as well.
This is a known issue. Syntax highlighting likely breaks as the extension is failing to load (which would include the grammars).
The extension has been migrated to using webpack as a bundler (now in master) so the next release should resolve this. I do not have an ETA on this as there are a few other things I want to get into the next release.
In the mean time, if you go to ~/.vscode/extensions/rebornix.ruby-0.24.2/node_modules, do you see the ruby-method-locate module there? If not, you may be able to run an npm install in the parent directory of the extension and resolve this.
This was corrected in v0.25.0. There was an issue with publishing that version to the Marketplace so v0.25.1 is the first version with the WASM switch.