udpate inline chat release notes

This commit is contained in:
Johannes 2024-02-22 11:18:51 +01:00
Родитель 740869064c
Коммит ab7e8588c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6DEF802A22264FCA
2 изменённых файлов: 28 добавлений и 1 удалений

17
.vscode/release-notes-snippets.code-snippets поставляемый Normal file
Просмотреть файл

@ -0,0 +1,17 @@
{
// Place your vscode-docs workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
"code-setting": {
"scope": "markdown",
"prefix": "setting",
"body": [
"<code codesetting=\"$1${2::${3:value}}\">$1</code>"
],
"description": "Interactive VS Code Setting"
}
}

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

@ -53,6 +53,16 @@ Welcome to the February 2024 release of Visual Studio Code. There are many updat
### GitHub Copilot
#### Inline Chat Accessibility View
Inline chat now has an accessibility view that shows code changes just like the accessible diff viewer does. It is enabled when using screen reader mode but can also be configured to be always on or off, use the <code codesetting="inlineChat.accessibleDiffView">inlineChat.accessibleDiffView</code>-setting for that.
Also, change-hunks can now be navigated with the keyboard via `kbstyle(F7)` and `kbstyle(Shift+F7)`.
#### Inline Chat Default Mode
We have retired the live preview mode and made `live` the default mode for inline chat.
### Python
### GitHub Pull Requests and Issues