VS Code version: 1.37 / Remote Containers extension
Local Operating System: Mac OS 10.14.16
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?
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?