关于vcode sftp配置

2019-06-27 00:00:00 by 【6yang】, 465 visits, 收藏 | 返回
{
    "protocol": "sftp",
    "host": "10.0.0.1",
    "port": 22,
    "username": "xxxxxx",
    "privateKeyPath": "~/.ssh/id_rsa", //私钥
    "remotePath": "/web/dev/xxx.xxx.com/",
    "uploadOnSave": true,
    "syncMode": "update",
    "ignore": [
        "**/.vscode/**",
        "**/.git/**",
        "**/.DS_Store"
    ],
    "watcher": {
        "files": "glob",
        "autoUpload": true,
        "autoDelete": true
    }
}
分享到:
share

    图片原图

    loading

    loading