mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #69] Usable Scrollbar in VS Code #54
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Berto845 on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/69
Hi everyone, I would like to know if it is posible to add the side scrollbar in vsCode while maintaining the interface look.
It's usefull in large files and faster that the mouse.
Thenks.
@bwya77 commented on GitHub (Feb 19, 2026):
Please provide more information, I am able to have the scrollbar in the explorer pane and its themed properly on macOS
@XenonsEU commented on GitHub (Feb 19, 2026):
Just came looking for same thing
when I split the editor into 2 or more views, the last view does not have scroll bar (I'm assuming it gets overflowed but I didn't fully check yet)
@bwya77 commented on GitHub (Feb 20, 2026):
thank you for the additional info, I can confirm this issue in 0.0.2
@Berto845 commented on GitHub (Feb 21, 2026):
I mean in the part where code is written. To navegate easier in files with a lot of lines of code and see where a selected function is throughout the whole file or git marks whene changing something.