Skip to content

Commit

Permalink
Merge pull request desktop#19638 from ankddev/patch-1
Browse files Browse the repository at this point in the history
fix: names for Linux editors
  • Loading branch information
sergiou87 authored Dec 2, 2024
2 parents 7cb3523 + 139b20e commit 5366869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const editors: ILinuxExternalEditor[] = [
],
},
{
name: 'IntelliJ Goland',
name: 'JetBrains Goland',
paths: [
'/snap/bin/goland',
'.local/share/JetBrains/Toolbox/scripts/goland',
Expand Down Expand Up @@ -152,7 +152,7 @@ const editors: ILinuxExternalEditor[] = [
],
},
{
name: 'JetBrains JetBrains RustRover',
name: 'JetBrains RustRover',
paths: [
'/snap/bin/rustrover',
'.local/share/JetBrains/Toolbox/scripts/rustrover',
Expand Down

0 comments on commit 5366869

Please sign in to comment.