[GH-ISSUE #114] feat: Add codium instead of code in the installer #79

Open
opened 2026-05-06 13:13:08 +02:00 by BreizhHardware · 2 comments

Originally created by @MaitreGEEK on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/114

Yo, I'm using vscodium instead of vscode and the executable for the command is codium instead of code. Could you add a fallback to the installation script for it?

Thanks !

Originally created by @MaitreGEEK on GitHub (Mar 4, 2026). Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/114 Yo, I'm using vscodium instead of vscode and the executable for the command is codium instead of code. Could you add a fallback to the installation script for it? Thanks !
Author
Owner

@Detest9067 commented on GitHub (May 5, 2026):

I got it to work by patching install.sh locally before running it so it targets VSCodium instead of VS Code.

I changed:

  • code → codium
  • ~/.vscode → ~/.vscode-oss
  • .../Code/User → .../VSCodium/User

Command I ran:

tmpdir="$(mktemp -d)" && git clone --quiet --branch main https://github.com/bwya77/vscode-dark-islands.git "$tmpdir" && perl -pi -e 's/\bcode\b/codium/g; s#$HOME/.vscode#$HOME/.vscode-oss#g; s#/Code/User#/VSCodium/User#g' "$tmpdir/install.sh" && bash "$tmpdir/install.sh"

<!-- gh-comment-id:4379631845 --> @Detest9067 commented on GitHub (May 5, 2026): I got it to work by patching install.sh locally before running it so it targets VSCodium instead of VS Code. I changed: - code → codium - ~/.vscode → ~/.vscode-oss - .../Code/User → .../VSCodium/User Command I ran: tmpdir="$(mktemp -d)" && git clone --quiet --branch main https://github.com/bwya77/vscode-dark-islands.git "$tmpdir" && perl -pi -e 's/\bcode\b/codium/g; s#\$HOME/\.vscode#\$HOME/.vscode-oss#g; s#/Code/User#/VSCodium/User#g' "$tmpdir/install.sh" && bash "$tmpdir/install.sh"
Author
Owner

@MaitreGEEK commented on GitHub (May 5, 2026):

Thanks, will try

<!-- gh-comment-id:4381151488 --> @MaitreGEEK commented on GitHub (May 5, 2026): Thanks, will try
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#79
No description provided.