Skip to content

Commit

Permalink
Merge pull request desktop#13270 from stevetaggart/development
Browse files Browse the repository at this point in the history
Support PyCharm as an external editor
  • Loading branch information
sergiou87 authored Nov 8, 2021
2 parents df785ba + 32acfdd commit 1397252
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/lib/editors/win32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,13 @@ const editors: WindowsExternalEditor[] = [
displayNamePrefix: 'IntelliJ IDEA Community Edition ',
publisher: 'JetBrains s.r.o.',
},
{
name: 'JetBrains PyCharm',
registryKeys: registryKeysForJetBrainsIDE('PyCharm'),
executableShimPaths: executableShimPathsForJetBrainsIDE('pycharm'),
displayNamePrefix: 'PyCharm ',
publisher: 'JetBrains s.r.o.',
},
]

function getKeyOrEmpty(
Expand Down

0 comments on commit 1397252

Please sign in to comment.