-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
[windows] Workspace search is broken #1584
Comments
I have looked into it, changed the command path to
But when spawning the process it fails because cannot locate the executable. Could it be related to the
Do you have any hints on the |
These are the two places where we have to change the path
And it should be fixed here: https://github.com/theia-ide/theia/blob/e41a77e57de7f5948e3c61cfe5f5f724b6e2fac1/packages/file-search/src/browser/quick-file-open.ts#L57 My problem is rather, is it safe at all to use our path? It cannot be just substituted with the desired FS path on Windows. Please advise. |
I think it would be much better to change the |
- Fixed `rigrep` path. It did not have the `.exe` suffix on Windows. - Fixed the `rootPath`. - Replaced it with a URI, so that backend can resolve it. Closes #1584 Signed-off-by: Akos Kitta <kittaakos@gmail.com>
|
- Fixed `rigrep` path. It did not have the `.exe` suffix on Windows. - Fixed the `rootPath`. - Replaced it with a URI, so that backend can resolve it. - Enabled the search service tests. Set the failing Git ignored test to pending. Closes #1584 Signed-off-by: Akos Kitta <kittaakos@gmail.com>
- Updated to the most recent `vscode-ripgrep` version. It fixes the `.exe` issue on Windows. - Fixed the `rootPath`. - Replaced it with a URI, so that backend can resolve it. - Enabled the search service tests. Set the failing Git ignored test to pending. - Got rid of the obsolete type definitions. Closes #1584 Signed-off-by: Akos Kitta <kittaakos@gmail.com>
- Updated to the most recent `vscode-ripgrep` version. It fixes the `.exe` issue on Windows. - Fixed the `rootPath`. - Replaced it with a URI, so that backend can resolve it. - Enabled the search service tests. Set the failing Git ignored test to pending. - Got rid of the obsolete type definitions. Closes #1584 Signed-off-by: Akos Kitta <kittaakos@gmail.com>
- Updated to the most recent `vscode-ripgrep` version. It fixes the `.exe` issue on Windows. - Fixed the `rootPath`. - Replaced it with a URI, so that backend can resolve it. - Enabled the search service tests. Set the failing Git ignored test to pending. - Got rid of the obsolete type definitions. Closes #1584 Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Ctrl+P does not return anything in Theia.
The text was updated successfully, but these errors were encountered: