microsoft / microsoft/vscode-docs
[feat] Add leading paragraph "Changes In Settings" to release notes
@ntrogh is already working on this.
Since May 6, 2026.
- Dominant language
- Markdown
- Stars
- 6.6k
- Forks
- 5.8k
- Avg merge
- 11h 43m
- Merged PRs (30d)
- 123
Description
Current Situation
Often when a new VS Code version is installed, new settings are introduced or existing settings are changed.
It's particularly the changes that, more or less, silently change existing behavior that lead to confusion or loss of privacy.
Sometimes, information about settings changes are burried deep down in the prose of release notes. Recently, this release notes mainly focus on Copilot integration. Users, like me, who don't use AI for programming, are forced to read abundant topics in which they are not interested just to hunt for changes in settings.
Desired Situation
Please add a table to VS Code release notes, listing new settings, deprecated settings and changes in settings (e.g. new default values), like this:
| Setting | Change | Description |
|---|---|---|
| editor.… | New | … |
| workbench.… | Deprecated | … |
| terminal.… | Change | … |
The description should provide information on the behavioral change and the reasoning behind the change.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.