Skip to content

Commit

Permalink
Added pstorm bin for PhpStorm (#60)
Browse files Browse the repository at this point in the history
* added pstorm bin

* changed bin order for PhpStorm
  • Loading branch information
fieg authored and bchatard committed Sep 17, 2019
1 parent 7886108 commit 1eb757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"PhpStorm": {
"preferences": "PhpStorm",
"bin": "phpstorm"
"bin": ["phpstorm", "pstorm"]
},
"PyCharmPro": {
"preferences": "PyCharm",
Expand Down

0 comments on commit 1eb757a

Please sign in to comment.