Skip to content

Commit 08f63a1

Browse files
committed
Fix bookmark
1 parent cbf42b5 commit 08f63a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/v1_98.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Welcome to the February 2025 release of Visual Studio Code. There are many updat
2020
* [Copilot Edits for notebooks](#notebook-support-in-copilot-edits-preview) - Iterate quickly on edits for your notebooks.
2121
* [Code search](#more-advanced-codebase-search-in-copilot-chat) - Let Copilot find relevant files for your chat prompt.
2222
* [Terminal IntelliSense (preview)](#terminal-intellisense-preview) - Rich completion support for your terminal.
23-
* [Drag & drop references](#peek-references-drag--drop-support) - Quickly open peek references in a new editor.
23+
* [Drag & drop references](#peek-references-drag-and-drop-support) - Quickly open peek references in a new editor.
24+
* [Linux custom title bar](#custom-title-bar-on-linux) - Custom title bar support for Linux enabled by default.
2425
* [Unresolved diagnostics](#diagnostics-commit-hook-experimental) - Prompt when committing with unresolved diagnostics.
2526
* [Soft-delete in source control](#discard-untracked-changes-improvements) - Move untracked files to trash instead of deleting them.
26-
* [Linux title bar](#custom-title-bar-on-linux) - Custom title bar support for Linux enabled by default.
2727

2828
>If you'd like to read these release notes online, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).
2929
**Insiders:** Want to try new features as soon as possible? You can download the nightly [Insiders](https://code.visualstudio.com/insiders) build and try the latest updates as soon as they are available.
@@ -282,7 +282,7 @@ When using the [simple file picker](https://code.visualstudio.com/docs/getstarte
282282

283283
## Editor
284284

285-
### Peek references drag & drop support
285+
### Peek references drag and drop support
286286

287287
The [peek](https://code.visualstudio.com/docs/editor/editingevolved#_peek) view now supports drag & drop. Invoke **Peek References**, **Peek Implementation**, or any of the other peek commands, and drag entries from its tree to open them as separate editors.
288288

0 commit comments

Comments
 (0)