Skip to content

Commit

Permalink
added intellij idea ultimate and golang under linux IDE options
Browse files Browse the repository at this point in the history
  • Loading branch information
Iantoshi committed Dec 18, 2023
1 parent 44b6018 commit a625cf9
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 @@ -114,6 +114,14 @@ const editors: ILinuxExternalEditor[] = [
name: 'IntelliJ IDEA',
paths: ['/snap/bin/idea', '.local/share/JetBrains/Toolbox/scripts/idea'],
},
{
name: 'IntelliJ IDEA Ultimate Edition',
paths: ['/snap/bin/intellij-idea-ultimate', '.local/share/JetBrains/Toolbox/scripts/intellij-idea-ultimate'],
},
{
name: 'IntelliJ Goland',
paths: ['/snap/bin/goland', '.local/share/JetBrains/Toolbox/scripts/goland'],
},
{
name: 'JetBrains PyCharm',
paths: [
Expand Down

0 comments on commit a625cf9

Please sign in to comment.