microsoft / vscode-tye

A Visual Studio Code extension for Tye development
Other
25 stars 9 forks source link

The dialog pops up repeatedly after clicking a button #177

Open philliphoff opened 2 years ago

philliphoff commented 2 years ago

VS Code Version: 1.64.2 OS Version: Win 10 Tye extension version: 20220211.2

Steps to Reproduce:

  1. Make sure the C# extension isn't installed in the VS Code

  2. Install Tye extension in VS Code.

  3. Download the application by the command "git clone https://github.com/pratiksanglikar/tye-demo" -> Open the application in VS Code.

  4. F1 -> Tasks: Run Task -> Tye run.

  5. Debug with "Ddebug with Tye" -> Click a button in the popped up dialog, e,g. "Cancle".

  6. Check whether the dialog doesn't pop up anymore.

Expect: The dialog doesn't pop up anymore after clicking a button.

Actual: The dialog pops up repeatedly after clicking a button. It loops four times in total.

philliphoff commented 2 years ago

Copied from microsoft/vscode#143002