release notes - mention improved editor dnd

This commit is contained in:
Benjamin Pasero 2021-05-28 18:55:17 +02:00
Родитель 1437fa7932
Коммит 4b6dde2f0e
2 изменённых файлов: 11 добавлений и 0 удалений

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

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

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

@ -29,6 +29,14 @@ If you find issues or have suggestions, you can enter them in the [VS Code repos
## Workbench
### Improved editor drag and drop across windows
Support for dragging editors to other windows was improved in this release. You can now drag diff editors, custom editors and the entire editor group to another window to open the editors there.
![Improved editor drag and drop across windows](images/1_57/editor-dnd.gif)
*Theme: [GitHub Light Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)*
### Removed `Cmd+W` / `Ctrl+W` as keybinding to close window when no editor is opened
We have gotten [feedback](https://github.com/microsoft/vscode/issues/54492) that users are frustrated when the window closes after having closed the last editor via keybindings. A quick poll in the team also revealed that many had the keybinding for closing a window unassigned, so we went ahead and removed `Cmd+W` / `Ctrl+W` as keybinding to close window when no editor is opened.