kenty02 / Flow.Launcher.Plugin.JetBrainsIDEProjects

11 stars 4 forks source link

Update Plugin to work with Jetbrains Toolbox v2.x #7

Closed michaeloyer closed 1 year ago

michaeloyer commented 1 year ago

Jetbrains Toolbox v2 introduced breaking changes that affected this plugin. This PR updates directories as well as uses the new state.json file found in the toolbox directory that lists the applications instead of relying on the scripts directory. This also moves the plugin to v2 as it does not have backward compatibility with Jetbrains Toolbox v1.

Fixes Issue #6

michaeloyer commented 1 year ago

The commit with the fix is separate from extra commits to make development nicer updating the .gitignore, the Runner csproj project, and sln file in case you'd prefer to leave those out.

kenty02 commented 1 year ago

If Space was installed it could not find the icon so I added a fix commit. Thanks!

michaeloyer commented 1 year ago

You're welcome!

michaeloyer commented 1 year ago

Thanks for putting this plugin together! I find it very useful