syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.68k stars 4.89k forks source link

projectile-dired not working #14203

Closed phenix-factory closed 3 years ago

phenix-factory commented 3 years ago

Description :octocat:

I have this tweak in my user-config:

  (setq
   projectile-enable-caching 't
   ;; open dired project
   projectile-switch-project-action 'projectile-dired)

Since a few days, the projectile-dired is not working anymore. Full .emacs.d/private can be found here: https://gitlab.com/phenix-factory/config-spacemacs

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: should open the root of the project in dired

Expected behaviour: :heart: :smile: helm ask for a file

System Info :computer:

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>
phenix-factory commented 3 years ago

Well I updated modules and the problem is fixed !