숟가락 그만 얹어

VSCode SFTP 설정 본문

Engineering/Environments

VSCode SFTP 설정

업무외시간 2021. 1. 11. 14:14

{

    "name""10.229.58.80",

    "host""10.229.58.80",

    "protocol""sftp",

    "port"22,

    "username""user1",

    "privateKeyPath""D:\\LG AI Research\\개발환경\\10.229.58.80",

    "remotePath""/shared/workspace/sjhan",

    "uploadOnSave": false,

    "downloadOnOpen"true,

    "ignore": [".vscode"

               ".git"

               ".DS_Store"

              ]

}

'Engineering > Environments' 카테고리의 다른 글

Docker Commands  (0) 2022.09.23
내 개발 환경 세팅  (0) 2022.03.12
AWS S3 Ubuntu에 mount  (0) 2021.07.12
Jupyter Lab 설정  (0) 2021.01.11
Ubuntu folder background color 없애기  (1) 2021.01.11