mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #84] Terminal gets cut off #63
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#63
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 @ChuahChengHang on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/84
Terminal gets cut off at the bottom

@SunPodder commented on GitHub (Feb 20, 2026):
I'm not feeling like opening a PR. But I fixed it for myself locally.
Seach for
.part.panel.bottomin your user settings.json file and add"height": "calc(100% - 1px) !important",.Adjust the pixel value to your taste.
@MykhailoHoroshko commented on GitHub (Feb 25, 2026):
I fixed it by removing
"border-top":"6px solid var(--islands-bg-canvas) !important",in the.part.panel.bottom` in my user settings.json@rartigues commented on GitHub (Feb 25, 2026):
@MykhailoHoroshko Fixed it for me! Thanks ;)