vscode sftp 다중설정 - 여러 개의 서버 연결 관리하기
sftp.json 파일에서 작성한 예제 ========================= { "name": "debugging with docker [simple test] ", "protocol": "sftp", "defaultProfile": "vbox", "profiles": { "dev2": { "host": "xx.xx.xx.xx", "port": 1234, "username": "test", "password": "call!@#", "remotePath": "/home/test", "uploadOnSave": false }, "vbox": { "host": "192.168.1.139", "remotePath": "/root/simpletest", "port": 22, "username": "roo..
더보기