-
Notifications
You must be signed in to change notification settings - Fork 514
Labels
ADS RetirementArea - ConnectionPri: 1Priority 1Priority 1Triage: DoneUser-filedFiled by a public userFiled by a public user
Description
The Server Groups capabilities of Azure Data Studio are quite handy and will be missed.
Can this get ported to the extension for VSCode?
https://learn.microsoft.com/en-us/azure-data-studio/server-groups
DickvdBrink, Tiberriver256, Colizobble, grdarwin, ielcoro and 77 moreIeuanWalker, swaschitz, UrbaniSimone, winzig, bastio84 and 1 more
Metadata
Metadata
Assignees
Labels
ADS RetirementArea - ConnectionPri: 1Priority 1Priority 1Triage: DoneUser-filedFiled by a public userFiled by a public user
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Colizobble commentedon Feb 12, 2025
This is a very useful feature of ADS that has also been in SSMS for years. It should definitely be supported by the VS Code extension. Should probably mark this issue with ADS Retirement and Enhancement labels.
grdarwin commentedon Feb 12, 2025
A very useful feature indeed, especially when working with a large number of databases for multiple customers and/or applications. Also it would be very welcome to be able to import existing Azure Data Studio server groups and connections in VSCode.
loic-moriame commentedon Feb 13, 2025
It looks like this is planned for February 2025: #1761 (ok, to be honest it's postponned since October 2024 release 😅)
Not exactly the same way used in Azure Data Studio, but another way to group connections by context.
tsutaz commentedon Feb 19, 2025
yes please
nord- commentedon Mar 17, 2025
And with the possibility to color the tabs per group.
✨ Very valuable to mark tabs with connections against prod-environment!
4 remaining items
jbauerrfid commentedon May 16, 2025
Because of sunsetting Azure Data Studio the VSCode MSSQL extension should have a feature to migrate stored database connections from ADS into VSCode in automated manner.
In our org with 50+ SQL Servers it would be horrible to do it manually for each dev.
dotnvo commentedon May 23, 2025
Yeah i opened an issue on it #18661 but unfortunately it was closed as a dupe even though 'supporting' server groups and allowing an import from azure data studio are different things :(. Haven't heard anything unfortunately but i'm hopeful they'll respond at some point.
Benjin commentedon Jun 18, 2025
We added this to 1.33.0, our June 2025 release! Please check it out!
skyflyer commentedon Jun 22, 2025
Server groups are nice, thank you! But the tabs are not getting the colour of the server group - one issues requesting this feature (e.g. #703) is closed and another feature requests (#1684 and #18865) are still open with no comments since Apr 8. Is this also on the roadmap somewhere or is it really not possible?
Benjin commentedon Jun 23, 2025
@skyflyer There's currently no official/supported way to change the status bar background or the tab styling. Over in Azure Data Studio, we had modified the VS Code core that we'd forked in order to add support for this.
Looking at the various extensions that do colorization of these areas, they're all using various hacky workarounds that I'm not comfortable with:
We'd be happy to add this functionality once VS Code officially supports either tab coloration (currently not supported) or freeform background coloration for status bar items (currently restricted to only warning and error colors).
One option that we may be able to use is to change the foreground (text color) of the connection info in the status bar, but it would then be up to the user to choose colors that are visible in their selected theme. What do you think of that?
match-gabeflores commentedon Jun 23, 2025
Long-standing VS Code issue here:
microsoft/vscode#31308
Benjin commentedon Jun 23, 2025
@match-gabeflores upvoted. Might need to be a community contribution.
PureKrome commentedon Jun 23, 2025
@match-gabeflores thanks for the link! upvoted also.
@Benjin no chance you could ninja walk down to one of the MS buildings where the VSCode team reside and chat to their PM about that issue to see if it could be thrown in a roadmap ? 🙏🏻
skyflyer commentedon Jun 24, 2025
@Benjin, thank you so much for your elaborate answer. I appreciate it.
swaschitz commentedon Jun 25, 2025
I think that your proposed change to colorize the server/database label in the status bar would be a good effort until tab colorization is possible in the main vscode project. Agreed, you'd have to pick font colors that matched the theme, but that would at least give you some way. Alternately, instead of colorizing the text, maybe you put a glyph like a bullet/square there before the server/database name and colorize that. Even the slightest visual indicator would be helpful.