Skip to content

Support SSMS22#10

Merged
joaoribe merged 2 commits intojoaoribe:mainfrom
Kevinf63:main
Feb 11, 2026
Merged

Support SSMS22#10
joaoribe merged 2 commits intojoaoribe:mainfrom
Kevinf63:main

Conversation

@Kevinf63
Copy link
Copy Markdown

@Kevinf63 Kevinf63 commented Feb 11, 2026

  • chore(build): update VSIX copy path to SSMS 22 directory
  • feat(manifest): update SSMS targets

Updated installation targets to support both SSMS 13–18 (32-bit) and SSMS 19+ (64-bit). Changed .NET Framework dependency from [4.8.1,) to [4.8,) to resolve a Microsoft VSIX bug/quirk that doesn't recognize the patch number, breaking the VSIX installer. Removed IntegratedShell target as it seemed to prevent the SQL Script Explorer from showing in the view toolbar for me, YMMV.

Finnegan, Kevin added 2 commits February 11, 2026 17:41
Update the project file to copy VSIX extension files to the
SQL Server Management Studio 22 directory for both Debug and Release configurations. This replaces the previous quirky behaviour of these configs targeting SSMS 18 and 21 respectively.
- Updated installation targets to support both SSMS 13–18 (32-bit) and SSMS 19+ (64-bit).

- Changed .NET Framework dependency from [4.8.1,) to [4.8,) to resolve a Microsoft VSIX bug/quirk that doesn't recognize the patch number.

- Removed IntegratedShell target.
@joaoribe
Copy link
Copy Markdown
Owner

Thank you so much Kev for allowing the support for SSMS 22! :)

@joaoribe joaoribe merged commit 243e173 into joaoribe:main Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants