投资建设集团网站首页营销云
在本地安装sftp插件,配置参数
https://blog.csdn.net/u011119817/article/details/106630599
在linux机台安装vscode-service服务
https://zhuanlan.zhihu.com/p/294933020
连接超时,将配置文件添加超时时间遇到的错误处理:(272条消息) 【vscode插件】解决vscode sftp插件超时问题_vscode sftp 超时_MTwz的博客-CSDN博客
4、我的配置文件。
{
"name":"远程部署x86_64编译测试",
"port":22,
"protocol": "sftp",
"ignore": [
".vscode",
".git",
".DS_Store"
],
"profiles": {
"server1": {
"host": "ip",
"username": "root",
"password": "1",
"remotePath": "/yujixian/EAIO3",
"uploadOnSave": true,
"autoUpload":true,
"autoDelete":true,
"connectTimeout":100000,
"ignore": [
"**/.vscode/**",
"**/.git/**",
"**/.DS_Store"
]
},
"server2":{
"host": "ip",
"username": "root",
"password": "Sangfor@123",
"remotePath": "/home/uosx861041/Desktop/yujixian/EAIO3",
"uploadOnSave": true,
"autoUpload":true,
"autoDelete":true,
"connectTimeout":100000,
"ignore": [
"**/.vscode/**",
"**/.git/**",
"**/.DS_Store"
]
}
},
"defaultProfile": "server1"
}