Add support for SQL Server Management Studio 22 and SQL Server Profiler 22 - #964
Open
expaso wants to merge 1 commit into
Open
Add support for SQL Server Management Studio 22 and SQL Server Profiler 22#964expaso wants to merge 1 commit into
expaso wants to merge 1 commit into
Conversation
…er 22 Adds app definitions for SSMS 22 (Ssms.exe) and SQL Server Profiler 22 (Profiler.exe), both installed under the SSMS 22 release directory.
Member
|
Hi, please sign off on your commits. See the failing DCO check on how to do that. |
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
Adds two new officially supported app definitions:
ssms22: SQL Server Management Studio 22C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\SSMS.exesqlprofiler22: SQL Server Profiler 22C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\PROFILER.exeBoth tools ship together as part of the SSMS 22 install, under the same
Release\Common7directory, so they're split into separate RemoteApp entries since they're launched independently.Reused the existing
ssms20icon for both new entries.Testing
Verified locally with a libvirt Windows 11 VM that has SSMS 22 installed — both
winapps ssms22andwinapps sqlprofiler22successfully launch their respective RemoteApp sessions.