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 authored and shiftkey committed Dec 20, 2023
1 parent 7b6808e commit d85abad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ 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 d85abad

Please sign in to comment.