sftp delete vscode
{
"name": "app",
"context": "./src/app",
"protocol": "sftp",
"port": 22,
"host": "x.x.x.x",
"username": "user",
"remotePath": "/home/user/public",
"privateKeyPath": "C:/Users/user/.ssh/key.ppk",
"passphrase": true,
"uploadOnSave": true,
"syncMode": "full",
"ignore": [
".vscode",
".git",
"node_modules"
]
}