Fixes #68201 - adds qs.* label formatting tokens#71874
Fixes #68201 - adds qs.* label formatting tokens#71874isidorn merged 1 commit intomicrosoft:masterfrom
Conversation
|
Thanks for your PR. |
|
Doh -- oh sir, it's only wafer thin 🤣 |
|
@isidorn Any chance for this soon? |
|
@eamodio you are the only user that wants this currently. I understand we could use this to better provide label in the explorer for the GitLens or RemoteHub extension but could you point me to a feature request for those extensions such that I possible get motivated to merge this in. |
|
@isidorn I don't have any feature request that cover this (mainly because my uri hacks mostly provide a decent experience). It is more of debt that extensions have to pay in formatting uris in strange ways to get them to display nicely in the UI. |
|
Ok, that is good enough. This is nice work, so I would merge it in if we add some tests. |
|
@isidorn sorry for the long delay on this. I've rebased it with |
|
@isidorn any chance? 😉 |
|
@eamodio sorry for the slow response, I was on a 3 week vacation. |
Addresses #68201
Allows
${qs.*}tokens in theresourceLabelFormatters.formatting.label, where the*is resolved to a property of the querystring json object (assuming it is a json object)/cc @isidorn