microsoft / vscode-azureapicenter

MIT License
17 stars 13 forks source link

Should show 'Select xxx item' instead of 'Select {0}' #269

Closed formulahendry closed 1 month ago

formulahendry commented 1 month ago

Repro steps:

  1. Trigger command from Command Palette. e.g. Export API Specification Document

Actual: image image

Expect: to show as:

Should be an regression from https://github.com/microsoft/vscode-azureapicenter/pull/192/files#diff-3b26e2c6749863538fbe756b9eb0e37aaa43b559e370bd6daf7aaa84a871a158L13 public readonly childTypeLabel: string = UiStrings.SubscriptionTreeItemChildTypeLabel; is removed.

wenytang-ms commented 1 month ago

https://github.com/microsoft/vscode-azureapicenter/pull/270