bchatard / alfred-jetbrains

Alfred5 workflow to easily open your projects with your favorite JetBrains product.
MIT License
621 stars 49 forks source link

Search does not work - v1.5.0 #192

Closed lzhuor closed 3 years ago

lzhuor commented 3 years ago
Q A
Workflow version 1.5.0
OSX Version 11.1
Alfred Version 4.3
JetBrains Product/Version IntelliJ Ultimate / 2020.3_
Installation type NPM
Node version 10.21.0 (node --version)
NPM version 6.14.4 (npm --version)

Additional context I am using IntelliJ Ultimate 2020.3 and 2020.3.1. The search project feature does not work.

lzhuor commented 3 years ago

I fixed it by removing the plugin

npm uninstall -g @bchatard/alfred-jetbrains

and then install it from yarn global

yarn global add @bchatard/alfred-jetbrains

and then run jb command from Alfred to clean the project cache. After that everything works fine. 💯