Skip to content

Commit

Permalink
Add support for Pycharm Professional from snap (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
GheorgheMorari authored and shiftkey committed May 28, 2024
1 parent 19355dd commit 9bf68e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const editors: ILinuxExternalEditor[] = [
name: 'JetBrains PyCharm',
paths: [
'/snap/bin/pycharm',
'/snap/bin/pycharm-professional',
'.local/share/JetBrains/Toolbox/scripts/pycharm',
],
},
Expand Down

0 comments on commit 9bf68e6

Please sign in to comment.