Skip to content

Commit

Permalink
Add support for VSCodium Snap (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchSolvesCube authored May 27, 2024
1 parent 5a4d22d commit 370e078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const editors: ILinuxExternalEditor[] = [
'/var/lib/flatpak/app/com.vscodium.codium/current/active/export/bin/com.vscodium.codium',
'/usr/share/vscodium-bin/bin/codium',
'.local/share/flatpak/app/com.vscodium.codium/current/active/export/bin/com.vscodium.codium',
'/snap/bin/codium',
],
},
{
Expand Down

0 comments on commit 370e078

Please sign in to comment.