You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_98.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,14 @@ DownloadVersion: 1.98.0
15
15
16
16
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:
17
17
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.
*[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.
20
26
21
27
>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).
22
28
**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
81
87
82
88
> **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.
83
89
84
-
### Notebook support in Copilot Edits (Preview)
90
+
####Notebook support in Copilot Edits (Preview)
85
91
86
92
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.
87
93
@@ -160,7 +166,7 @@ Either drag an item from the Problems panel onto the Chat view, type `#problems`
160
166
161
167
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.
162
168
163
-
### Collapse mode for Next Edit Suggestions (Preview)
169
+
### Collapsed mode for Next Edit Suggestions (Preview)
164
170
165
171
**Settings**:
166
172
@@ -219,9 +225,11 @@ We are experimenting with a new central Copilot related Status Bar entry that pr
219
225
220
226
You can enable this new Status Bar entry by configuring the new `setting(chat.experimental.statusIndicator.enabled)` setting.
221
227
222
-
### TypeScript Context for Inline Completions (Experimental)
228
+
### TypeScript context for inline completions (Experimental)
223
229
224
-
We are experimenting with enhanced context for inline completions in TypeScript files. The experiment is currently scoped to Insider releases.
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.
0 commit comments