This commit is contained in:
Martin Aeschlimann 2020-03-02 09:57:14 +01:00
Родитель 019ae38239
Коммит ba6f2c1d28
3 изменённых файлов: 15 добавлений и 0 удалений

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

@ -701,6 +701,12 @@ Contributions to `vscode-languageserver-node`:
* [@Razzeee](https://github.com/Razzeee) Fix typo [PR #574](https://github.com/microsoft/vscode-languageserver-node/pull/574)
Contributions to `vscode-css-languageservice`:
* [Jorge del Casar (@jorgecasar)](https://github.com/jorgecasar): Add support for parsing @apply rules in SCSS [PR #194](https://github.com/microsoft/vscode-css-languageservice/pull/194)
* [Denis Malinochkin (@mrmlnc)](https://github.com/mrmlnc): Ability to use suggest participants for SCSS/Less mixins [PR #201](https://github.com/microsoft/vscode-css-languageservice/pull/201)
* [Will Bender (@Ragnoroct)](https://github.com/Ragnoroct): Fix scss autocompletion after a ruleset [PR #188](https://github.com/microsoft/vscode-css-languageservice/pull/188)
Contributions to `vscode-vsce`:
* [Robert Holt (@rjmholt)](https://github.com/rjmholt): Add --noGitHubIssueLinking to stop issue link expansion in package step [PR #424](https://github.com/microsoft/vscode-vsce/pull/424)

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c51b3f2809663fabad6dacf98fb31f24fe7fc93acb42471352c86853308b754c
size 20668

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

@ -13,6 +13,12 @@ vscode://vscode-remote/<remoteName>+<resolverArguments>/<path>
vscode-insiders://vscode-remote/<remoteName>+<resolverArguments>/<path>
```
### Recommendations for remote extensions
When opening a link to a remote workspace, but the remote extension is not yet installed, a recommendation makes it easy to do so:
![Remote extension recommendation](images/1_43/remote-recommendation.png)
## SSH
### Stabilized support for Windows hosts