microsoft / microsoft/vscode-mssql
[Feature Request]: Schema Designer Synchronization State
@yoleichen is already working on this.
Since Apr 23, 2026.
- Dominant language
- TypeScript
- Stars
- 1.9k
- Forks
- 610
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 97
Description
### Feature Description
Add a clear synchronization state indicator to Schema Designer so users always know whether the database is currently aligned with what they see/edit in the designer (canvas) and Copilot/chat-driven changes. This is intended as a “mental reminder” to prevent users from closing Schema Designer assuming changes were applied to the database when they were not.
There are three states in total:
- Synchronized: The Schema Designer view matches the database schema; no pending/unapplied changes exist.
- Proposed changes: There are edits made in the designer UI and/or through Copilot/chat that are not yet applied to the database.
- Out of Sync: The database schema has changed externally (or the designer’s baseline no longer matches), so the designer state cannot be confidently treated as aligned with the DB. (more details in https://github.com/microsoft/vscode-mssql/issues/21435)
-
-
### Problem and Motivation
We observed users who:
- Open Schema Designer (initially everything is in sync),
- Make changes in the Schema Designer UI and/or via GitHub Copilot (chat),
- Close Schema Designer
- Later realize the database was never updated and is now inconsistent with their intended design.
Today, Schema Designer does not sufficiently communicate “where you are” in the workflow (viewing current DB schema vs. drafting changes that still need to be applied).
### Related Area
- [ ] Connection dialog (SQL Server | Azure browse/Fabric browse)
- [ ] Query editor
- [ ] Query results panel
- [ ] Object Explorer
- [ ] GitHub Copilot integration
- [ ] Preview/Edit data
- [ ] Table Designer
- [x] Schema Designer
- [ ] Schema Compare
- [ ] Local SQL Server Container provisioning
- [ ] SQL database in Fabric provisioning
- [ ] DACPAC/BACPAC export/import
- [ ] SQL Database projects
- [ ] Query Plan Visualizer
- [ ] Other (please describe below)
### If you selected "Other", please describe the area
_No response_
### Confirmation
- [x] I have searched existing feature requests and couldn't find a match
- [ ] I want to help implement this feature
Contributor guide
No contributing guide indexed for this repository
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.