Skip to content

Commit b3581e3

Browse files
committed
Fix typos in v1.97 changelog
1 parent 94a6a6b commit b3581e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/v1_97.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Last but not least, we also added the GitHub avatar in the timeline, Source Cont
300300

301301
### Source Control Graph actions
302302

303-
We have expanded the functionality of the Source Control Graph view by adding actions scoped to a history item reference (for example, branch tag) to the context menu. The first actions that we added are **Checkout**, **Delete Branch**, and **DeleteTag** that allow you to easily check out a branch/tag, delete a branch, and delete a tag directly from the Source Control Graph view.
303+
We have expanded the functionality of the Source Control Graph view by adding actions scoped to a history item reference (for example, branch tag) to the context menu. The first actions that we added are **Checkout**, **Delete Branch**, and **Delete Tag** that allow you to easily check out a branch/tag, delete a branch, and delete a tag directly from the Source Control Graph view.
304304

305305
We are planning to add more actions in the upcoming milestones.
306306

@@ -540,7 +540,7 @@ To start using preview builds of TypeScript 5.8, install the [TypeScript Nightly
540540

541541
### Terminal completions for more shells
542542

543-
We have iterated on the general terminal completions that [were introduced in the last version](https://code.visualstudio.com/updates/v1_96#_terminal-completions-for-more-shells) that are build on our new proposed API. Once enabled with `setting(terminal.integrated.suggest.enabled)`, the new completions now replace the previous built-in provider for PowerShell but can now be customized with `setting(terminal.integrated.suggest.providers)`.
543+
We have iterated on the general terminal completions that [were introduced in the last version](https://code.visualstudio.com/updates/v1_96#_terminal-completions-for-more-shells) that are built on our new proposed API. Once enabled with `setting(terminal.integrated.suggest.enabled)`, the new completions now replace the previous built-in provider for PowerShell but can now be customized with `setting(terminal.integrated.suggest.providers)`.
544544

545545
Here are the key updates this release:
546546

0 commit comments

Comments
 (0)