rubyide / vscode-ruby

Provides Ruby language and debugging support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby
MIT License
1.26k stars 285 forks source link

[Feature Request] Use local Rubocop/Linters against Remote SSH files #522

Open cmeans opened 5 years ago

cmeans commented 5 years ago

Your environment

Mac OS Local: Ruby Version: 2.5.3+ (CHRuby)

Vagrant VM Ruby Version: 1.9.3

I'm using VS Code Remote Containers, specifically Remote SSH, to edit Ruby code in a Vagrant VM (our environment is too complex to host & test locally). Sadly, we're still using Ruby 1.9.3, and other legacy gems, and it's not been possible to install Rubocop.

Is there a simple way (other than me rsyncing files up & down) to use this extension to leverage my local environment (Ruby/Rubocop) to lint etc. Ruby code that I'm editing over Remote SSH?

wingrunr21 commented 5 years ago

Thanks for the request. I'm going to be working on remote environment support for 0.26.0. I'll take this under consideration!

taman9333 commented 2 years ago

@wingrunr21 Any update