microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 32 forks source link

[Suggestion] It would be better to open the "Environment Variables" page after clicking "Open in Portal" for the "Application Settings" node #883

Open v-xinda opened 4 months ago

v-xinda commented 4 months ago

OS: Windows Build Version: 20240221.2

Repro Steps:

  1. Create a static web app and expand it.
  2. Add new settings.
  3. Right click "Application Settings" node -> Click "Open in Portal".
  4. Check whether the settings show in the opened page.

Actual:

  1. There is no settings in the opened "Configuration" page.
  2. There is a warning "App Settings have moved to 'Environment Variables'" in the page. image

Suggestion: It would be better to open the "Environment Variables" page after clicking "Open in Portal" for the "Application Settings" node.