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

An error occurs after configuring firewall to the PostgreSQL Flexible server #2285

Open v-xinda opened 2 months ago

v-xinda commented 2 months ago

OS: Win10 Build Version: 20240621.1 Regression: Not a regression

Repro Steps:

  1. Create one PostgreSQL Flexible server in VS Code.
  2. Expand the above server -> Expand "postgre" database -> Click "Configure firewall to connect to..." to connect the server.
  3. Check whether no error occurs after configuring firewall to the PostgreSQL Flexible server.

Expect: No error occurs after configuring firewall to the PostgreSQL Flexible server.

Actual: An error occurs after configuring firewall to the PostgreSQL Flexible server. image

More Info: This issue doesn't reproduce for PostgreSQL Single sever.