Skip to content

Commit

Permalink
add support for vscodium insiders (#928)
Browse files Browse the repository at this point in the history
* [app: editors] add vscodium insiders
  • Loading branch information
FeyXieXzf authored and shiftkey committed Mar 17, 2024
1 parent 05783d2 commit 77c2829
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ const editors: ILinuxExternalEditor[] = [
'.local/share/flatpak/app/com.vscodium.codium/current/active/export/bin/com.vscodium.codium',
],
},
{
name: 'VSCodium (Insiders)',
paths: ['/usr/bin/codium-insiders'],
},
{
name: 'Sublime Text',
paths: ['/usr/bin/subl'],
Expand Down

0 comments on commit 77c2829

Please sign in to comment.