Skip to content

Commit

Permalink
Add support for detecting PhpStorm editor (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 authored and shiftkey committed Jul 26, 2022
1 parent b90f3f1 commit c38f272
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 @@ -96,6 +96,10 @@ const editors: ILinuxExternalEditor[] = [
name: 'Mousepad',
paths: ['/usr/bin/mousepad'],
},
{
name: 'IntelliJ PhpStorm',
paths: ['/snap/bin/phpstorm'],
},
]

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

0 comments on commit c38f272

Please sign in to comment.