madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
239 stars 23 forks source link

VS 2022 VB.NET Immediate Window design time operation is broken by Tweaks 2022. #120

Open RJBreneman opened 1 year ago

RJBreneman commented 1 year ago
  1. In VS2022 VB.NET project, Immediate Window at design time (no project running in debugger), type “?1+1” (not the quotes), press enter. Nothing happens. Repeat that and get, “An expression evaluation is already in progress.”
  2. Disable Tweaks 2022 extension, restart VS.
  3. In VS2022 VB.NET project, Immediate Window at design time (no project running in debugger), type “?1+1” (not the quotes), press enter. Get an immediate response, "2".
  4. Enable Tweaks 2022 extension restart VS. We are back to the scenario in item 1.