Open willsmythe opened 6 years ago
@trevorsg - having trouble building tfs-cli locally. Haven't found the obvious problem yet. I pushed a potential fix (see https://github.com/Microsoft/tfs-cli/commit/cb78e291dcc85ef78ce2da735d4c277e364e011c) for this if you want to grab/review/fix/publish.
Today a VSTS extension developer can specify properties in the VSTS extension manifest file (via
galleryProperties
) that get represented as properties in the .vsix manifest. However the property keys added to the .vsixmanifest get prepended withMicrosoft.VisualStudio.Services.GalleryProperties.
. This makes it difficult to set well-known properties likeMicrosoft.VisualStudio.Services.Resource.Cloud.ActionButtonLabel
.Suggestion is to not prepend Microsoft.VisualStudio.Services.GalleryProperties if the key starts with
Microsoft.
.So this ...
... would get represented like this in the .vsixmanifest: