asm_book/.vscode/sftp.json
2024-01-25 16:08:01 -06:00

12 lines
246 B
JSON

{
"name": "My Server",
"host": "localhost",
"protocol": "sftp",
"port": 2222,
"username": "user",
"remotePath": "./asm_book",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": true,
"password": "a"
}