Skip to content

Commit 4d1f491

Browse files
authored
Merge pull request #9818 from microsoft/ntrogh/relnotes-order
Reverse order of updates in Insiders relnotes
2 parents b27bf1e + 9cdab4f commit 4d1f491

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

release-notes/v1_122.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,15 @@ To try new features as soon as possible, [**download the nightly Insiders build*
4848
<div class="notes-main">
4949
Navigation End -->
5050

51-
## May 19, 2026
52-
53-
* Agents can now trigger tasks on remote machines. _[#312052](https://github.com/microsoft/vscode/issues/312052)_
51+
## May 21, 2026
5452

55-
* Source control state in the Agents window now refreshes automatically after the agent commits, syncs, or performs other git operations. _[#317317](https://github.com/microsoft/vscode/pull/317317)_
53+
* Bring Your Own Key (BYOK) models now work in air-gapped scenarios without GitHub authentication. _[#317428](https://github.com/microsoft/vscode/pull/317428)_
5654

57-
* Use `/models` in the chat input to open the model picker. _[#317060](https://github.com/microsoft/vscode/pull/317060)_
55+
* Local agent host is now enabled by default in Insiders builds. _[#317667](https://github.com/microsoft/vscode/pull/317667)_
5856

59-
* Mermaid C4 diagrams with inline data-URI images now render correctly in chat and Markdown preview. _[#317235](https://github.com/microsoft/vscode/pull/317235)_
57+
* "Sort imports" and "Remove unused imports" actions no longer appear when tsgo is active, since tsgo handles these operations differently. _[#317656](https://github.com/microsoft/vscode/pull/317656)_
6058

61-
* Screen readers now announce the problem message when opening the error peek widget with `kbstyle(F8)`. _[#316835](https://github.com/microsoft/vscode/pull/316835)_
59+
* The reasoning effort picker now shows a valid level instead of 'undefined' for model families that don't specify an explicit default. _[#317622](https://github.com/microsoft/vscode/pull/317622)_
6260

6361
## May 20, 2026
6462

@@ -78,15 +76,17 @@ Navigation End -->
7876

7977
* Fixed editor labels for remote agent changed files that were showing internal URIs instead of user-facing paths. _[#316812](https://github.com/microsoft/vscode/pull/316812)_
8078

81-
## May 21, 2026
79+
## May 19, 2026
8280

83-
* Bring Your Own Key (BYOK) models now work in air-gapped scenarios without GitHub authentication. _[#317428](https://github.com/microsoft/vscode/pull/317428)_
81+
* Agents can now trigger tasks on remote machines. _[#312052](https://github.com/microsoft/vscode/issues/312052)_
8482

85-
* Local agent host is now enabled by default in Insiders builds. _[#317667](https://github.com/microsoft/vscode/pull/317667)_
83+
* Source control state in the Agents window now refreshes automatically after the agent commits, syncs, or performs other git operations. _[#317317](https://github.com/microsoft/vscode/pull/317317)_
8684

87-
* "Sort imports" and "Remove unused imports" actions no longer appear when tsgo is active, since tsgo handles these operations differently. _[#317656](https://github.com/microsoft/vscode/pull/317656)_
85+
* Use `/models` in the chat input to open the model picker. _[#317060](https://github.com/microsoft/vscode/pull/317060)_
8886

89-
* The reasoning effort picker now shows a valid level instead of 'undefined' for model families that don't specify an explicit default. _[#317622](https://github.com/microsoft/vscode/pull/317622)_
87+
* Mermaid C4 diagrams with inline data-URI images now render correctly in chat and Markdown preview. _[#317235](https://github.com/microsoft/vscode/pull/317235)_
88+
89+
* Screen readers now announce the problem message when opening the error peek widget with `kbstyle(F8)`. _[#316835](https://github.com/microsoft/vscode/pull/316835)_
9090

9191
---
9292

0 commit comments

Comments
 (0)