This commit is contained in:
Harald Kirschner 2023-11-01 07:39:04 -07:00
Родитель db7befae59
Коммит 86c869967b
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b111b2be830e52606a72bb30ac2a04d7564ff2cab2a254d05aee964d0ba5c169
size 405708
oid sha256:132b89dcbfe5109b20fdcd4a4308e42a44c719d69f99e0fb7662297837b2959d
size 407354

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

@ -204,6 +204,8 @@ Try out the new agents, and type `/help` for more tips!
Copilot Chat can now generate commit messages based on the pending changes using the new "sparkle" action in the Source Control input box.
<video src="images/1_84/copilot-git-commit.mp4" autoplay loop controls muted title="Copilot Chat generating commit messages in VS Code"></video>
#### Import grouping
Generated imports are now always put to the top of the file or below existing import blocks. This is supported for most common programming languages.