microsoft / vscode-azurestaticwebapps

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

The actions are truncated in production node #747

Closed v-chenzha closed 1 year ago

v-chenzha commented 1 year ago

OS: Win10/Linux Build Version: 20221011.6 VS Code Version :1.72.1

Repro Step:

  1. Create a Static Web App -> Expand the static web app -> Expand "Production" -> Expand "Actions".
  2. Check Whether the actions show well in production node.

Expect: The actions show well in production node.

Actual: The actions are truncated in production node. image

More Info:

  1. The actions show well in environment node when creating an environment on Win10 and Linux OS.
  2. The issue doesn't reproduce on Vs Code version 1.71.2.
alexweininger commented 1 year ago

Duplicate of #744