vscode_ruby_language_servervscode_ruby_language_server is a plugin for Visual Studio Code to run the language server https://github.com/kwerle/ruby_language_server . Functionality
RequirementsYou must have docker installed (and running). I hear you asking why. Because I don't install a development environment any more - just docker. And it takes care of all the requirements, consistency, etc. No platform issues. No library issues (other than what is brought with). StatusThe plugin is alpha software. I use it every day, so it works as long as you have docker started before vscode. The language server itself I'd call... beta. CreditThis plugin started as a copy of https://github.com/mtsmfm/vscode-ruby-lsc . Thanks to Fumiaki MATSUSHIMA for the work. He deserves none of the blame. Release instructions for myselfFrom https://code.visualstudio.com/api/working-with-extensions/publishing-extension
License |