Closed voda closed 1 year ago
Initially, it didn't work for PhpStorm either, but then I did purge some old cache/config (for older versions) from the toolbox.
What config dirs of PhpStorm did you have around before? The code is supposed to only use the latest version of the config folders.
I managed to fix the issues by changing the Name=WebStorm 2022.3 to Name=WebStorm (removing the version from the name) in the .desktop.
Yep, can reproduce this locally. I have pushed a fix already. Please check if this works (and be sure in src/jetbrains-api is the latest commit included, git pull --recurse-submodules
should work for updating the submodule too).
What config dirs of PhpStorm did you have around before? The code is supposed to only use the latest version of the config folders.
I don't know, I don't have that data anymore. But probably this is not related to the issue.
Yep, can reproduce this locally. I have pushed a fix already. Please check if this works (and be sure in src/jetbrains-api is the latest commit included,
git pull --recurse-submodules
should work for updating the submodule too).
The fix works, now the plugin finds also projects from GoLand, which has the GoLand 2022.3
as the name in the .desktop file.
Thanks for fixing it and thanks for the plugin.
Thanks for confirming the fix! I will make a new release and update https://www.pling.com/p/1311630/.
Hi, after some updates (of the plugin & JetBrains tools) the plugin didn't find any recent projects.
My setup:
I managed to fix the issues by changing the
Name=WebStorm 2022.3
toName=WebStorm
(removing the version from the name) in the.desktop
. After this change, the plugin is able to find recent projects. Initially, it didn't work for PhpStorm either, but then I did purge some old cache/config (for older versions) from the toolbox. After that it started working for PhpStorm, I noticed the changed name and tried to change the name manually, which fixed it for WebStorm.relevant runner logs: