Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VSCode/VSCodium flatpak and Wayland #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spazziale
Copy link

This PR add :

  • Support for VSCodium , a FLOSS fork of VSCode
  • Support for VSCode and VSCodium flatpak
  • Wayland support, disabled by default

I only tested the flatpak packages, so if someone can please test them it would be better.

Copy link

@maurerle maurerle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love that :)

VSCODENAME = 'Code'
elif os.path.exists(VSCODIUM_PATH):
VSCODE = 'codium'
VSCODENAME = 'VSCodium'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If someone has VSCodium installed and VSCode, chances are that one prefers codium?
At least that is the case for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants