"editor.minimap.mode": "contain" not behaving as expected with wrapping on #90990
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-minimap
Code/Text minimap widget issues
verified
Verification succeeded
Milestone
Issue Type: Bug
Testing #90808 by @alexdima
I set "editor.minimap.mode": "contain" and opened a document for which, prior to this new feature landing, the minimap would extend off the bottom of the window. My actual doc was docs\editor\command-line.md from the microsoft/vscode-docs repo.
With "contain" the minimap behaved as though I had set "actual" (or simply not defined the setting at all), in that it scrolled off the bottom. To get the expected behaviour I had to set "cover".
VS Code version: Code - Insiders 1.43.0-insider (c947241, 2020-02-19T09:02:21.024Z)
OS version: Windows_NT x64 10.0.18363
The text was updated successfully, but these errors were encountered: