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

잔글 (Jmnote님이 RemoteFS 문서를 Remote FS 문서로 이동했습니다)
(같은 사용자의 중간 판 하나는 보이지 않습니다)
45번째 줄: 45번째 줄:
}
}
</syntaxhighlight>
</syntaxhighlight>
==같이 보기==
* [[Vscode SSH FS]]


==참고==
==참고==
* https://marketplace.visualstudio.com/items?itemName=liximomo.remotefs
* https://marketplace.visualstudio.com/items?itemName=liximomo.remotefs
* https://github.com/liximomo/vscode-remote-fs/issues/91


[[분류: vscode]]
[[분류: vscode]]

2021년 10월 28일 (목) 02:36 판

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 }}