Skip to content

Commit

Permalink
Merge pull request desktop#15375 from patinthehat/patch-1
Browse files Browse the repository at this point in the history
Add Jetbrains PhpStorm, WebStorm Editors for Linux
  • Loading branch information
sergiou87 authored Sep 29, 2022
2 parents 6e10f0a + 4fd9550 commit 3f86b58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ const editors: ILinuxExternalEditor[] = [
name: 'Lite XL',
paths: ['/usr/bin/lite-xl'],
},
{
name: 'Jetbrains PhpStorm',
paths: ['/snap/bin/phpstorm'],
},
{
name: 'Jetbrains WebStorm',
paths: ['/snap/bin/webstorm'],
},
]

async function getAvailablePath(paths: string[]): Promise<string | null> {
Expand Down

0 comments on commit 3f86b58

Please sign in to comment.