Merge pull request #2675 from piotrgredowski/patch-1

Update ssh.md
This commit is contained in:
Greg Van Liew 2019-05-14 06:42:39 -07:00 коммит произвёл GitHub
Родитель 63214cd261 ce9ea297fc
Коммит 8005b8d11b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -100,7 +100,7 @@ Local extensions that actually need to run remotely will appear **Disabled** in
### "Always installed" extensions
If there are extensions that you would like to always have installed on any SSH host, you can specify which ones using the `remote.SSH.extensions` property in `settings.json`. For example, if you wanted to install the [GitLens](https://marketplace.visualstudio.com/itemdetails?itemName=eamodio.gitlens) and [Resource Monitor](https://marketplace.visualstudio.com/itemdetails?itemName=mutantdino.resourcemonitor) extensions, specify their extension IDs as follows:
If there are extensions that you would like to always have installed on any SSH host, you can specify which ones using the `remote.SSH.defaultExtensions` property in `settings.json`. For example, if you wanted to install the [GitLens](https://marketplace.visualstudio.com/itemdetails?itemName=eamodio.gitlens) and [Resource Monitor](https://marketplace.visualstudio.com/itemdetails?itemName=mutantdino.resourcemonitor) extensions, specify their extension IDs as follows:
```json
"remote.SSH.defaultExtensions": [