Skip to content

Commit f0d14a5

Browse files
committed
Add 1.98 highlights
1 parent a8d41da commit f0d14a5

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

release-notes/v1_98.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ DownloadVersion: 1.98.0
1515

1616
Welcome to the February 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
1717

18-
* [Highlight](bookmark link) - This is a highlight
19-
* [Highlight](bookmark link) - This is a highlight
18+
* [Next Edit Suggestions (preview)](#collapsed-mode-for-next-edit-suggestions-preview) - Copilot predicts the next edit you are likely to make.
19+
* [Agent mode (preview)](#agent-mode-improvements-experimental) - Copilot autonomously completes tasks.
20+
* [Copilot Edits for notebooks](#notebook-support-in-copilot-edits-preview) - Iterate quickly on edits for your notebooks.
21+
* [Code search](#more-advanced-codebase-search-in-copilot-chat) - Let Copilot find relevant files for your chat prompt.
22+
* [Soft-delete in source control](#discard-untracked-changes-improvements) - Move untracked files to trash instead of deleting them.
23+
* [Terminal IntelliSense (preview)](#terminal-intellisense-preview) - Rich completion support for your terminal.
24+
* [Drag & drop references](#peek-references-drag--drop-support) - Quickly open peek references in a new editor.
25+
* [Linux title bar](#custom-title-bar-on-linux) - Custom title bar support for Linux enabled by default.
2026

2127
>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).
2228
**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.
@@ -81,7 +87,7 @@ Learn more about [Copilot Edits agent mode](https://code.visualstudio.com/docs/c
8187

8288
> **Note**: If you are a Copilot Business or Enterprise user, an administrator of your organization [must opt in](https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-policies-for-copilot-in-your-organization#enabling-copilot-features-in-your-organization) to the use of Copilot "Editor Preview Features" for agent mode to be available.
8389
84-
### Notebook support in Copilot Edits (Preview)
90+
#### Notebook support in Copilot Edits (Preview)
8591

8692
We are introducing notebook support in Copilot Edits. You can now use Copilot to edit notebook files with the same intuitive experience as editing code files. Create new notebooks from scratch, modify content across multiple cells, insert and delete cells, and change cell types. This preview feature provides a seamless workflow when working with data science or documentation notebooks.
8793

@@ -160,7 +166,7 @@ Either drag an item from the Problems panel onto the Chat view, type `#problems`
160166

161167
Previously, you could attach folders as context by using drag and drop from the Explorer view. Now, you can also attach a folder by selecting the paperclip 📎 icon or by typing `#folder:` followed by the folder name in your chat prompt.
162168

163-
### Collapse mode for Next Edit Suggestions (Preview)
169+
### Collapsed mode for Next Edit Suggestions (Preview)
164170

165171
**Settings**:
166172

@@ -219,9 +225,11 @@ We are experimenting with a new central Copilot related Status Bar entry that pr
219225

220226
You can enable this new Status Bar entry by configuring the new `setting(chat.experimental.statusIndicator.enabled)` setting.
221227

222-
### TypeScript Context for Inline Completions (Experimental)
228+
### TypeScript context for inline completions (Experimental)
223229

224-
We are experimenting with enhanced context for inline completions in TypeScript files. The experiment is currently scoped to Insider releases.
230+
**Setting**: `setting(chat.languageContext.typescript.enabled)`
231+
232+
We are experimenting with enhanced context for inline completions and `/fix` commands for TypeScript files. The experiment is currently scoped to Insider releases and can be enabled with the `setting(chat.languageContext.typescript.enabled)` setting.
225233

226234
## Accessibility
227235

0 commit comments

Comments
 (0)