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

(새 문서: ==개요== ;vscode Remote FS <syntaxhighlight lang='json'> { "remotefs.remote": { "dev": { "scheme": "sftp", "host": "host", "username": "username", "ro...)
 
12번째 줄: 12번째 줄:
     },
     },
     "site": {
     "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"
    }
  }
}
</syntaxhighlight>
<syntaxhighlight lang='json'>
{
  "remotefs.remote": {
    "test": {
       "scheme": "ftp",
       "scheme": "ftp",
       "host": "host",
       "host": "host",

2021년 10월 25일 (월) 16:18 판

1 개요

vscode Remote FS
{
  "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 참고

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