microsoft / vscode-cosmosdb

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

The new created PostgreSQL server doesn't show in Azure Resources view #2399

Open v-ruizh opened 2 weeks ago

v-ruizh commented 2 weeks ago

OS: Windows 10 Build Version: 20241106.1

Repro Steps:

  1. Expand the "PostgreSQL servers (Flexible)/PostgreSQL servers (Standard)" node in VS Code.
  2. Create a PostgreSQL server.
  3. Check whether the new created PostgreSQL server shows in Azure Resources view or not.

Expect: The new created PostgreSQL server shows in Azure Resources view. Image

Actual: The new created PostgreSQL server doesn't show in Azure Resources view. Image

More Info:

  1. This issue also reproduces on the current released Azure Databases extension V0.23.1.
  2. The new create PostgreSQL server will show well after refreshing the Azure Resources view.