tomrijndorp / vscode-finditfaster

Find it, but faster! Fast file search for VS Code.
MIT License
299 stars 29 forks source link

always ,prompt the ",Failed to active the plugin , bat not found on your PATH" #28

Closed hellomoto124 closed 1 year ago

hellomoto124 commented 1 year ago

Env:

  1. the latest vscode is available /workable on the windows , running with WSL ,
  2. window 11
  3. vscode v1.76.2
  4. rg (13)
  5. fzf (0.29)
  6. bat (0.19.0)
  7. already install wsl extension as well . Step:
    1. already installed the fd ,rg and bat . And those command is available and worked well on the ubuntu under WSL .
    2. run "code . " within ubuntu's terminal .
    3. trigger the plugin with short-cut "ctrl+shift+j/u". result : ,prompt the ",Failed to active the plugin , bat not found on your PATH"
hellomoto124 commented 1 year ago

it's strange , I had to create the new PATH "/usr/bin" to the .bashrc , then the issue seems fixed already