Skip to content

Commit

Permalink
remove duplicate editor
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 3, 2023
1 parent 71b9e9b commit 497f035
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ 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 497f035

Please sign in to comment.