You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On install, the Map Mode vs Bar Mode is not respected.
Resetting the settings (change, then change back) makes it be respected.
Repro:
Launch VS 2022
note that default VS 2022 setting is Map Mode (showing a mini-map with the scroll bar)
set Bar Mode (map is not visible) for Vertical scroll bar (via Right click scroll bar, click Scroll Bar Options)
open any non-HLSL file (C#, C++, etc.)
note that the mini-map (Map Mode) is not showing, as we are in Bar Mode.
all is well
install HLSL Tools
open a .fx file
see incorrect result: mini-map shows, when we are in Bar Mode.
reset to Map Mode (original VS 2022 setting)
reset to Bar Mode (to remove the mini-map)
now see correct result: Bar Mode is now correctly showing (no mini-map).
The text was updated successfully, but these errors were encountered:
JDoucette
changed the title
Minor: On Install, "bar mode for vertical scroll bar" is not enacted
Minor Bug: On Install, "bar mode for vertical scroll bar" is not enacted
Jul 6, 2024
Summary:
On install, the Map Mode vs Bar Mode is not respected.
Resetting the settings (change, then change back) makes it be respected.
Repro:
The text was updated successfully, but these errors were encountered: