madskristensen / Tweakster

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

Open-to-the-side opens unwanted file on the side #101

Closed CrendKing closed 2 years ago

CrendKing commented 2 years ago

There seems to be a bug of this feature. Two ways to reproduce:

  1. Set a breakpoint, let it hit. Then press the keyboard shortcut to step in (my shortcut is Alt+1). If the file is an unopened document (regardless if it is the same project), the file is opened on the side as full tab. After disabling the extension and repeat the step, the new tab is a Preview tab (in the same document group).
  2. Run a C++ program. If it crashes at a location with unopened file, the new tab is on the side as full tab. Vanilla VS opens it as full tab in the same document group.

I don't find a way to disable this feature, and I don't know how to revert to a previous version of the extension. So I have to disable/uninstall this?

Extension version: Tweaks 2022 v1.1.132.

CrendKing commented 2 years ago

Seems https://github.com/madskristensen/Tweakster/commit/d5ffb2b3db0e8fe49b8cacad8687e5889556214a fixed this. Thanks.