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
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,29 +32,11 @@ Welcome to the February 2025 release of Visual Studio Code. There are many updat
32
32
33
33
Copilot features might go through different early access stages, which are typically enabled and configured through settings.
34
34
35
-
***Experimental** - view the [experimental features](command:workbench.action.openSettings?%5B%22%40tag%3Aexperimental%20%40ext%3Agithub.copilot-chat%22%5D) (`@tag:experimental`)
36
-
37
-
This setting controls a new feature that is actively being developed and may be unstable. It is subject to change or removal.
38
-
39
-
Experimental settings that have been modified or added with this release:
40
-
- `setting(chat.experimental.statusIndicator.enabled)` - A new central Copilot related Status Bar entry
41
-
-`setting(chat.languageContext.typescript.enabled)` - Enables TypeScript specific context for AI requests in inline chat and `/fix` commands.
42
-
43
-
***Preview** - view the [preview features](command:workbench.action.openSettings?%5B%22%40tag%3Apreview%20%40ext%3Agithub.copilot-chat%22%5D) (`@tag:preview`)
44
-
45
-
This setting controls a new feature that is still under refinement yet ready to use. Feedback is welcome.
46
-
47
-
Preview settings that have been modified or added with this release:
48
-
- `setting(github.copilot.chat.codesearch.enabled)` - More advanced codebase search
49
-
- `setting(github.copilot.nextEditSuggestions.enabled)` - Enable Next Edit Suggestions (Preview)
50
-
51
-
***Stable**
52
-
53
-
Other Copilot settings modified or added:
54
-
- `setting(github.copilot.chat.agent.runTasks)` - Agent mode can run your build tasks
55
-
- `setting(chat.renderRelatedFiles)` - Get Copilot Edits suggestions for related files
56
-
- `setting(github.copilot.advanced.authPermissions)` - Configure smoother auth flows in chat
57
-
- `setting(editor.inlineSuggest.edits.showCollapsed:true)` - Collapsed UI mode for Next Edit Suggestions (Preview)
35
+
| Stage | Description |
36
+
|-------|-------------|
37
+
|**Experimental**| The feature is still in development and not yet ready for general use.<br/>View the [experimental features](command:workbench.action.openSettings?%5B%22%40tag%3Aexperimental%20%40ext%3Agithub.copilot-chat%22%5D) (`@tag:experimental`). |
38
+
|**Preview**| The feature is still under refinement, yet ready to use. Feedback is welcome.<br/>View the [preview features](command:workbench.action.openSettings?%5B%22%40tag%3Apreview%20%40ext%3Agithub.copilot-chat%22%5D) (`@tag:preview`). |
39
+
|**Stable**| The feature is ready for general use. |
0 commit comments