Skip to content

Commit 9bfb21c

Browse files
committed
Merge branch 'vnext' of https://github.com/microsoft/vscode-docs into vnext
2 parents 3ca0109 + 7ed36a7 commit 9bfb21c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release-notes/v1_100.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ Copilot now has an LLM tool to run notebook cells which will allow the agent to
188188

189189
## Source Control
190190

191+
### Quick diff decorations for staged changes
192+
193+
To address a long-time feature request, this milestone we have added quick diff editor decorations for staged changes. These new quick diff decorations provide better visibility to the staged changes as well as enable editor actions like "Unstage Changes" and "Unstage Selected Ranges" that were previously available only in the diff editor. You can customize the color of the staged changes quick diff decorations using the following theme tokens: `editorGutter.addedSecondaryBackground`, `editorGutter.modifiedSecondaryBackground`, `editorGutter.deletedSecondaryBackground`. If you do not want to see quick diff decorations for staged changes, you can hide them using the "Diff Decorations" submenu that is available in the editor gutter context menu.
191194

192195
## Terminal
193196

0 commit comments

Comments
 (0)