demingshangjia/.vscode/ftp-kr.json
2020-06-11 17:54:15 +08:00

16 lines
323 B
JSON

{
"host": "192.168.3.137",
"username": "hdemingshangjia",
"password": "123456",
"remotePath": "/",
"protocol": "ftp",
"port": 14147,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignore": [
".git",
"/.vscode"
]
}