Skip to content

Commit

Permalink
Merge pull request desktop#17505 from imkylecat/development
Browse files Browse the repository at this point in the history
fix: JetBrains PhpStorm Capitalization
  • Loading branch information
sergiou87 authored Oct 6, 2023
2 parents 8d98778 + 89e1aa6 commit 57180aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/lib/editors/win32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const editors: WindowsExternalEditor[] = [
publishers: ['JetBrains s.r.o.'],
},
{
name: 'JetBrains Phpstorm',
name: 'JetBrains PhpStorm',
registryKeys: registryKeysForJetBrainsIDE('PhpStorm'),
executableShimPaths: executableShimPathsForJetBrainsIDE('phpstorm'),
jetBrainsToolboxScriptName: 'phpstorm',
Expand Down
2 changes: 1 addition & 1 deletion docs/technical/editor-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These editors are currently supported:
- [SlickEdit](https://www.slickedit.com)
- [JetBrains IntelliJ Idea](https://www.jetbrains.com/idea/)
- [JetBrains WebStorm](https://www.jetbrains.com/webstorm/)
- [JetBrains Phpstorm](https://www.jetbrains.com/phpstorm/)
- [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/)
- [JetBrains Rider](https://www.jetbrains.com/rider/)
- [JetBrains CLion](https://www.jetbrains.com/clion/)
- [JetBrains PyCharm](https://www.jetbrains.com/pycharm/)
Expand Down

0 comments on commit 57180aa

Please sign in to comment.