Skip to content

Instantly share code, notes, and snippets.

@wayphorier
Created July 20, 2018 13:09
Show Gist options
  • Save wayphorier/ced5b1a0162a9a7f230a2510a36f81da to your computer and use it in GitHub Desktop.
Save wayphorier/ced5b1a0162a9a7f230a2510a36f81da to your computer and use it in GitHub Desktop.
VS Code SFTP base config
{
"protocol": "sftp",
"host": "",
"username": "",
"password": "",
"remotePath": "",
"uploadOnSave": false,
"ignore": [
".vscode", ".node", ".webpack", ".git", ".gitignore"
],
"watcher": {
"files": "{custom.css,custom.css.map,assets/bundle.js,assets/bundle.js.map}",
"autoUpload": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment