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 May 28, 2024
1 parent f21a197 commit c882b5b
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 c882b5b

Please sign in to comment.