vbump STS to 6.0.20260723.2, add changelog entry for alias rename fix#22532
vbump STS to 6.0.20260723.2, add changelog entry for alias rename fix#22532ssreerama wants to merge 2 commits into
Conversation
- Bump SQL Tools Service version to 6.0.20260723.2 - Add sql-database-projects CHANGELOG entry for Rename Symbol fix on alias identifiers (#22379)
There was a problem hiding this comment.
Pull request overview
Updates the SQL Tools Service (STS) version used by the mssql extension and records a SQL Database Projects changelog note for the fix that prevents Rename Symbol on non-renameable SQL alias identifiers (avoiding invalid .refactorlog entries).
Changes:
- Bumped STS dependency version to
6.0.20260723.2. - Added a SQL Database Projects changelog entry describing the alias-rename rejection fix.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/sql-database-projects/CHANGELOG.md | Adds a release-note entry describing the alias Rename Symbol fix. |
| extensions/mssql/src/configurations/config.ts | Updates the pinned STS service version used for download/install. |
PR Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22532 +/- ##
=======================================
Coverage 75.78% 75.78%
=======================================
Files 407 407
Lines 130542 130542
Branches 8381 8381
=======================================
Hits 98929 98929
Misses 31613 31613
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
3473b4e
|
@ssreerama, it looks like the line endings in the package.json changed because the diff is huge. Could you run this command to address those changes |
Changes
6.0.20260723.2Related