Skip to content

Add Edit mode deprecation note to v1.126 release notes#9987

Open
cwebster-99 wants to merge 2 commits into
mainfrom
cwebster-99-edit-mode-deprecation-note
Open

Add Edit mode deprecation note to v1.126 release notes#9987
cwebster-99 wants to merge 2 commits into
mainfrom
cwebster-99-edit-mode-deprecation-note

Conversation

@cwebster-99

Copy link
Copy Markdown
Member

Why

The 1.126 release deprecates the chat.editMode.hidden setting, so the built-in Edit chat mode is no longer surfaced in most scenarios. The release notes' "Deprecated features and settings" section was empty ("None."), leaving users without guidance, especially those who may still encounter Edit mode in fallback paths.

What

Replaces the empty deprecation section in release-notes/v1_126.md with an "Edit mode" entry that:

  • Leads with the chat.editMode.hidden setting deprecation and recommends Agent mode as the replacement.
  • Documents the caveats explaining why users might still see Edit mode, since it remains in the codebase for compatibility and fallback:
    • ChatMode.Edit is still registered for backward compatibility.
    • It is intentionally shown when chat.agent.enabled is policy-disabled (the mode picker falls back to built-in Edit).
    • Old/restored sessions and command paths (setChatMode('edit'), workbench.action.chat.newEditSession) can still select it.

Docs-only change.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rzhao271
rzhao271 previously approved these changes Jun 26, 2026
roblourens
roblourens previously approved these changes Jun 26, 2026
Comment thread release-notes/v1_126.md Outdated
@cwebster-99 cwebster-99 dismissed stale reviews from roblourens and rzhao271 via f9e11f0 June 26, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants