Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find PhpStorm #56

Open
buddhawilliams opened this issue Oct 20, 2024 · 0 comments
Open

Couldn't find PhpStorm #56

buddhawilliams opened this issue Oct 20, 2024 · 0 comments

Comments

@buddhawilliams
Copy link

buddhawilliams commented Oct 20, 2024

I don't know if this is just me, but I thought I had a 'default' installation of PhpStorm, and this didn't work out of the box.
I changed run_editor.js as documented and it didn't work (can't find executable). So, I looked through the code, and found line 83 - shell.Exec(command), then put shell.Popup(command) in the line above to see what it was trying to load. Everything was right, except phpStorm on my system is called phpstorm64.exe yet installed in 'Program Files (x86)' - which makes me think there is something not 'default' in my setup.
Anyway, I ended up changing line 99 where it chooses between \\bin\\phpstorm64.exe and \\bin\\phpstorm.exe to not choose and only use the 64 option.
Again - it's probably more a 'my setup' problem, but thought I would flag it if someone else had issues.
Now working perfectly. Thanks!

My environment: Microsoft Windows [Version 10.0.22631.4317], PhpStorm 2024.1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant