1.43 updates
This commit is contained in:
Родитель
019ae38239
Коммит
ba6f2c1d28
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче