mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #27] Explorer not showing foders beyond a certain depth #23
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#23
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 @DeepakRoy58 on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/27
Subject : " Explorer not showing folders after a certain depth (stops after some folders) "
Hi 👋
First of all, thank you for the vscode-dark-islands theme - I really appreciate the clean and minimal UI design.
I’m encountering an issue with the VS Code Explorer panel while using this theme. In my workspace, I have a directory containing multiple subfolders (e.g., additional folders beyond that).
However, the Explorer appears to stop rendering folders after the next sub folders, Any folders that exist beyond that index are not displayed in the Explorer panel, even though they are present in the file system.
I’ve verified:
->The folders do exist on disk.
->There are no manual exclusions in my workspace.
->I’m not intentionally hiding files.
I’m unsure whether this behavior is:
Related to the theme,
Caused by file nesting configuration,
Triggered by a settings.json setting (e.g., exclusions or Explorer limits),
Or something environment-specific on my end(I’m using Arch Linux).
Could you please let me know:
I’d be happy to provide additional details (VS Code version, extensions list, settings) if needed.
Thank you for your time and for maintaining this project :)
@vhrouda commented on GitHub (Feb 16, 2026):
Fix for Explorer blank gap while scrolling (macOS)
I hit an issue in VS Code Explorer where a growing empty area appears while scrolling (file tree disappears in that area).
Environment
Islands DarkCustom UI Stylewithcustom-ui-style.stylesheetRoot cause
The issue is caused by scaling transforms on Explorer tree rows in
custom-ui-style.stylesheet:.explorer-folders-view .monaco-list-rows.explorer-folders-view .monaco-tl-rowThese transforms break virtualized list positioning during scroll.
Step-by-step fix
Open VS Code User settings JSON:
Preferences: Open User Settings (JSON)Find
custom-ui-style.stylesheet.Remove (or disable) these two blocks:
Custom UI Style: ReloadResult
Explorer scrolling works correctly again and the blank gap is gone.
@stinobook commented on GitHub (Feb 16, 2026):
Thanks for this!
@DeepakRoy58 commented on GitHub (Feb 16, 2026):
Thanks a lot for digging into this and providing such a clear explanation :)
I can confirm that removing the transform rules from
custom-ui-style.stylesheetcompletely resolved the issue on my side as well.It looks like the scaling transforms were interfering with VS Code’s virtualized Explorer rendering rather than being caused directly by the theme itself.
Really appreciate the step-by-step fix -> this will definitely help others running into the same problem.
Thanks again for the quick and detailed solution!!!
@matanrrr commented on GitHub (Feb 18, 2026):
See #64 for Windows
@bwya77 commented on GitHub (Feb 19, 2026):
Fixed in v.0.0.2