Upgrade STS version to fix table designer delete issue#21461
Closed
aasimkhan30 wants to merge 2 commits into
Closed
Upgrade STS version to fix table designer delete issue#21461aasimkhan30 wants to merge 2 commits into
aasimkhan30 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the embedded SQL Tools Service (STS) version used by the mssql extension to address a table designer delete issue by pulling a newer STS release.
Changes:
- Bump STS version from
5.0.20260302.1to5.0.20260304.1.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21461 +/- ##
=======================================
Coverage 72.73% 72.73%
=======================================
Files 325 325
Lines 96382 96382
Branches 5390 5390
=======================================
Hits 70100 70100
Misses 26282 26282
🚀 New features to boost your workflow:
|
kburtram
previously approved these changes
Mar 5, 2026
Member
kburtram
left a comment
There was a problem hiding this comment.
The CI build failure is related to a schema designer test. It's worth confirming that it's not related.
Contributor
Author
|
Seems to be transient |
caohai
approved these changes
Mar 5, 2026
lewis-sanchez
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrade the SQL Tools Service (STS) version to resolve an issue with the table designer delete functionality.
Code Changes Checklist
npm run test)Reviewers: Please read our reviewer guidelines