This plugin has been integrated into the main project code-connect.
To reinstall, use
fisher remove chvolkmann/code-connect-fish-plugin
fisher install chvolkmann/code-connectA fish shell plugin enabling you to use the VS Code code command on a remote terminal. Say you're connected to a server through SSH and want to view a file VS Code. You can simply run code myfile on your remote machine to open a file in your locally running VS Code window, just as you would in WSL and the integrated terminal.
For further information, refer to the README of the source project code-connect. This plugin installs the commands code-connect and code-disconnect automatically.
- refer to the code-connect#Requirements
- fisher
With the fisher plugin manager
fisher install chvolkmann/code-connect-fish-pluginTo make the code command available, use
code-connectTo remove it from your current shell session, use
code-disconnectRefer to code-connect#Usage.
The deactivate command is not needed here and thus not included.