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

There are error marks in the terminal tabs after closing the opened chrome page #730

Open v-xinda opened 2 years ago

v-xinda commented 2 years ago

OS: Win10 Build Version: 20220718.1

Repro Steps:

  1. Open the ReactSite project in VS Code.
  2. Run cd app, npm install in TERMINAL window.
  3. Navigate to "Run and Debug" view -> Select "Azure Static Web Apps…" in the dropdown list -> Select "SWA: Run angular-basic-dotnet" -> Debug.
  4. Close the opened Chrome page after debugging the project.
  5. Check whether there are check marks in the terminal tabs.

Expect: There are check marks in the terminal tabs. image

Actual: There are error marks in the terminal tabs. image

More Info:

  1. There is an error prompt in the terminal. image
  2. This issue also reproduces when debugging other projects.
nturinski commented 2 years ago

this doesn't reproduce on Visual Code v1.66.1. I think this regression is being caused by some change in VS Code.