csg-epm
Provides basic syntax highlighting for .eth files written in the EPM language.
Features
Support for known language built-ins and constants.
Usage
Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on Mac open command palette, run EPM:Open Config command.
- From here , download the latest .zip of OpenSSH. The typical choice for Windows is to download the [OpenSSH-Win64.zip] option.
- Extract the OpenSSH-Win64.zip file and save it in your [D:] folder
- Copy your /home/username/.ssh/id_rsa to C:/Users/%USERPROFILE%/.ssh/id_rsa
Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on Mac open command palette, run EPM:Connect to Terminal command.
Example Configs
Simple
{
"name": "cbdev1",
"host": "Hostname",
"protocol": "sftp",
"port": 22,
"username": "username",
"sshfilepath": "D:/OpenSSH"
}
| |