microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

[Suggestion] It would be better to add an icon before the "Create Database Server..." command in Resource view #2218

Open v-chenzha opened 9 months ago

v-chenzha commented 9 months ago

OS: Win 10 Build Version: 20231129.3

Repro Steps:

  1. Navigate to Resource view and click the "Create Resource... " button.
  2. Check whether there is an icon before the "Create Database Server..." command.

Actual: There is no icon before the "Create Database Server..." command. image

Suggestion: It would be better to add an icon before the "Create Database Server..." command in Resource view.

More info: Other Azure Extensions have an icon before the "Create..." command in Resource view. image

JasonYeMSFT commented 9 months ago

One tricky problem is that this action is used by database server creation code paths for both CosmosDB and Postgres, which use different icons.