From e5be8cfec28ddc4267fb14848a5a7dd59d25202c Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 29 Mar 2021 15:48:38 +0200 Subject: [PATCH] Update --- release-notes/v1_55.md | 7 +++++++ remote-release-notes/v1_55.md | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/release-notes/v1_55.md b/release-notes/v1_55.md index acd2bf751..d4216535c 100644 --- a/release-notes/v1_55.md +++ b/release-notes/v1_55.md @@ -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) diff --git a/remote-release-notes/v1_55.md b/remote-release-notes/v1_55.md index bd61fa45b..cef57902a 100644 --- a/remote-release-notes/v1_55.md +++ b/remote-release-notes/v1_55.md @@ -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