You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current UI leverages a input box - effectively, freeform test. That makes (2) really easy but makes (1) hard since you have to get the secret name exactly right... and case-sensitivity matters.
Converting this to a hybrid input that blends quick pick options (of existing secret names) and a freeform text (for a new secret) would be ideal.
microsoft/vscode#23633 (comment) documents a potential workaround that enables a quickpick input to support a custom entry as well.
The text was updated successfully, but these errors were encountered:
Writing secrets to Vault covers two scenarios:
The current UI leverages a input box - effectively, freeform test. That makes (2) really easy but makes (1) hard since you have to get the secret name exactly right... and case-sensitivity matters.
Converting this to a hybrid input that blends quick pick options (of existing secret names) and a freeform text (for a new secret) would be ideal.
microsoft/vscode#23633 (comment) documents a potential workaround that enables a quickpick input to support a custom entry as well.
The text was updated successfully, but these errors were encountered: