{ "_comment": "rename this file to .vscode/sftp.json and replace name/host/privateKeyPath for your system", "name": "Tower", "host": "Tower.local", "protocol": "sftp", "port": 22, "username": "root", "privateKeyPath": "C:/Users/username/.ssh/tower", "remotePath": "/", "context": "plugin/source/dynamix.unraid.net/", "uploadOnSave": true, "useTempFile": false, "openSsh": false, "ignore": [ "// comment: ignore dot files/dirs in root of repo", ".github", ".vscode", ".git", ".DS_Store" ] }