VS Code SFTP Posted on 2018-11-10 Edited on 2020-01-01 VS Code SFTPLinks GitHub: https://github.com/liximomo/vscode-sftp Wiki: https://github.com/liximomo/vscode-sftp/wiki Config12345678910{ "protocol": "sftp", "host": "0.0.0.0", "port": 22, "username": "YOUR_USER_NAME", "remotePath": "REMOTE_ABSOLUTE_PATH", "ignore": [".vscode", ".git", ".DS_Store"], "privateKeyPath": "~/.ssh/id_rsa", "uploadOnSave": true} Commands Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on Mac open command palette 12345678SFTP: ConfigCreate a new config file for a project.SFTP: Upload Active FileUpload the current file.SFTP: Upload Active FolderUpload the entire folder the current file is located in.