Open philliphoff opened 2 years ago
VS Code Version: 1.64.2 OS Version: Win 10 Tye extension version: 20220211.2
Steps to Reproduce:
Make sure the C# extension isn't installed in the VS Code
Install Tye extension in VS Code.
Download the application by the command "git clone https://github.com/pratiksanglikar/tye-demo" -> Open the application in VS Code.
F1 -> Tasks: Run Task -> Tye run.
Debug with "Ddebug with Tye" -> Click a button in the popped up dialog, e,g. "Cancle".
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.
Copied from microsoft/vscode#143002
microsoft/vscode#143002
VS Code Version: 1.64.2 OS Version: Win 10 Tye extension version: 20220211.2
Steps to Reproduce:
Make sure the C# extension isn't installed in the VS Code
Install Tye extension in VS Code.
Download the application by the command "git clone https://github.com/pratiksanglikar/tye-demo" -> Open the application in VS Code.
F1 -> Tasks: Run Task -> Tye run.
Debug with "Ddebug with Tye" -> Click a button in the popped up dialog, e,g. "Cancle".
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.