We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro:
pwsh
powershell
Install-Module PSEverything
Search-Everything anytext
Expected: search results Actual: IPC error message
Same happens if you use VS Code SSH remoting, and try running Search-Everything from terminal.
Search-Everything
Running Search-Everything anytext from the host machine itself (e.g. without SSH) works fine.
The text was updated successfully, but these errors were encountered:
I have the same issue. When I run Enter-PSSession SERVER and then search-everything -global -extension jar i'll get
Enter-PSSession SERVER
search-everything -global -extension jar
search-everything : IPC error At line:1 char:1 + search-everything -global -extension jar + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( ext:jar:String) [Search-Everything], Exception + FullyQualifiedErrorId : IPC error,PSEverything.SearchEverythingCommand
When I run ./everything.exe -reindex still the same issue.
./everything.exe -reindex
Sorry, something went wrong.
Got him. The reason is multiple everything.exe's running. After kill the exe's everything works as expected.
No branches or pull requests
Repro:
pwsh
(maybepowershell
would also work)Install-Module PSEverything
Search-Everything anytext
Expected: search results
Actual: IPC error message
Same happens if you use VS Code SSH remoting, and try running
Search-Everything
from terminal.Running
Search-Everything anytext
from the host machine itself (e.g. without SSH) works fine.The text was updated successfully, but these errors were encountered: