Skip to content

Commit 7a9c6d8

Browse files
committed
Update Copilot feature lifecycle section
1 parent 4036a0e commit 7a9c6d8

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

release-notes/v1_98.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,11 @@ Welcome to the February 2025 release of Visual Studio Code. There are many updat
3232

3333
Copilot features might go through different early access stages, which are typically enabled and configured through settings.
3434

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. |
5840

5941
### Copilot Edits
6042

0 commit comments

Comments
 (0)