"Vscode Remote FS"의 두 판 사이의 차이

잔글 (Jmnote님이 Remote FS 문서를 Vscode Remote FS 문서로 이동했습니다)
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;vscode Remote FS
;vscode Remote FS
;Remote File System for VS Code
;Remote File System for VS Code
47번째 줄: 48번째 줄:


==같이 보기==
==같이 보기==
* [[Vscode SSH FS]]
* [[vscode SSH FS]]


==참고==
==참고==

2021년 10월 28일 (목) 02:37 기준 최신판

1 개요[ | ]

vscode Remote FS
Remote File System for VS Code
{
  "remotefs.remote": {
    "dev": {
      "scheme": "sftp",
      "host": "host",
      "username": "username",
      "rootPath": "/path/to/somewhere"
    },
    "site": {
      "scheme": "ftp",
      "host": "host",
      "username": "username"
    },
    "projectX": {
      "scheme": "sftp",
      "host": "host",
      "username": "username",
      "privateKeyPath": "/Users/xx/.ssh/id_rsa",
      "rootPath": "/home/foo/some/projectx"
    }
  }
}
{
  "remotefs.remote": {
    "test": {
      "scheme": "ftp",
      "host": "host",
      "username": "username"
    },
    "projectX": {
      "scheme": "sftp",
      "host": "host",
      "username": "username",
      "privateKeyPath": "/Users/xx/.ssh/id_rsa",
      "rootPath": "/home/foo/some/projectx"
    }
  }
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}