Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.46 KB

code-connect fish plugin

Deprecation Notice

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-connect

A 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.

Requirements

Installation

With the fisher plugin manager

fisher install chvolkmann/code-connect-fish-plugin

Usage

To make the code command available, use

code-connect

To remove it from your current shell session, use

code-disconnect

Refer to code-connect#Usage.
The deactivate command is not needed here and thus not included.