vscode-titanium icon indicating copy to clipboard operation
vscode-titanium copied to clipboard

Display organization name instead of ID

Open Max87ZA opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. When I want to build app to a device, VS Code asks for developer certificate. It shows a list with several certificates with Team IDs. It's hard to know which certificate I should pick if I'm associated with several teams(in my case I have 5 certificates associated with 5 different organizations). On the other hand when I want to create dist build, it shows name of organization which is what I want in developer build case.

Describe the solution you'd like Show organization name in a list of developer certificates(maybe instead of hardcoded iPhone Developer, which is imho useless) Thank you

Max87ZA avatar Oct 08 '22 09:10 Max87ZA

The information shown by this extension is what's available from ti info -t ios, the info output gets mapped to quickpick options here.

I don't have access to certs currently so can't check if the ti info -t ios output includes what we need, does that include the information you think is better @Max87ZA, would the teamId be useful?

ewanharris avatar May 22 '23 18:05 ewanharris

@ewanharris I made addon to extension which reads JSON from extension’s settings with organization name and id and shows it in quickpick. I can send you the code(I cannot make PR)

Max87ZA avatar May 22 '23 19:05 Max87ZA

@Max87ZA that would be great! It looks like you've signed the CLA so there shouldn't be an issue around ownership of the code etc.

ewanharris avatar May 22 '23 19:05 ewanharris