You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, I'm not sure I understand this problem. But I see a similar problem and spent a few hours trying to figure out how it works. I'm not sure why it works, but it works for me. :)
In repo/list.lua:
Change exec opts for windows powershell: local find_exec_opts = { "--exec", "powershell", [[echo {//}]], ";" }
Change order next lines (right order below): table.insert(fd_command, repo_pattern) table.insert(fd_command, find_exec_opts)
Additional info
In main.lua I changed return { "echo", "" } to return "" (source value caused an error for repo w/o readme).
I used checkhealth too many times so I got tired of the errors and fixed the file health.lua for avoid warnings. Jusd remove all report_ in fuctions.
I came across this issue that was resolved here but now is removed.
Using the latest version of telescope-repo.nvim & telescope.
Using Windows 10 Pro, W/ Powershell 7.4.1
I implemented the fix myself, and it did not fix my issue, as no repo's are listed.
I have the extension configured to search certain directories, rather than my home folder.
The text was updated successfully, but these errors were encountered: