This commit is contained in:
Christof Marti 2021-03-29 15:48:38 +02:00
Родитель 7b2899cd4b
Коммит e5be8cfec2
2 изменённых файлов: 16 добавлений и 1 удалений

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

@ -333,6 +333,13 @@ There is a new topic describing how to install [VS Code on Raspberry Pi](https:/
Last but certainly not least, a big _**Thank You**_ to the following people who contributed this month to VS Code:
Contributions to our issue tracking:
* [John Murray (@gjsjohnmurray)](https://github.com/gjsjohnmurray)
* [Andrii Dieiev (@IllusionMH)](https://github.com/IllusionMH)
* [Simon Chan (@yume-chan)](https://github.com/yume-chan)
* [ArturoDent (@ArturoDent)](https://github.com/ArturoDent)
Contributions to `vscode`:
- [@abhiajju (ABHIJEET PANDEY)](https://github.com/abhiajju): Fixing emmet issue where incorrect abbreviation is displayed in an html file [PR #117759](https://github.com/microsoft/vscode/pull/117759)

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

@ -15,7 +15,7 @@ Due to overlap with existing browser keybindings, we have changed the following
* **Step Over** is now using `Alt + F10` instead of `F10` on all browsers.
* **Step Into** is now using `Alt + F11` instead of `F11` on Windows browsers.
## Containers (version 0.163.x)
## Containers (version 0.166.x)
### Clone Repository in Container Volume improvements
@ -23,6 +23,14 @@ Due to overlap with existing browser keybindings, we have changed the following
* The command **Remote-Containers: Clone Repository in Container Volume** now also understands ADO and GitLab repository URLs.
### Optional install command for dotfiles repository
If a dotfiles repository has no install command, we now link all top-level dotfiles into the home folder. We consider additional filenames when looking for an install command: `install.sh`, `install`, `bootstrap.sh`, `bootstrap`, `setup.sh` and `setup`.
### Portable `"initializeCommand"`
When using the array syntax for `"initializeCommand"`, the command element can use a relativ path with slashes as delimiters to be portable between Windows, Mac and Linux. On Mac and Linux the path will be used as-is. On Windows the slashes will be replaced with backslashes and an executable will be searched for by appending Windows' executable file extensions.
## WSL
## SSH