Closed
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue version: 1.0.16
- IDE version: PyCharm 2025.1
- Model: Azure GPT-4o
- config:
- name: Azure Gpt-4 Omni
provider: azure
apiBase: https://redacted.openai.azure.com/
model: gpt-4o
apiVersion: 2024-08-01-preview
apiKey: redacted
requestOptions:
proxy: http://proxy.local:80
caBundlePath: C:/path/to/crt.crt
apiType: azure
roles:
- chat
- edit
OR link to assistant in Continue hub:
Description
When querying my codebase I get the following error:
Error handling message of type getSearchResults: com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "C:\Users\<redacted>\AppData\Roaming\JetBrains\PyCharm2025.1\plugins\continue-intellij-extension\ripgrep\bin\rg.exe" (in directory "D:\<redacted>"): CreateProcess error=2, The system cannot find the file specified
The plugins\continue-intellij-extension\ripgrep\bin\
directory only contains an rg
file which is not executable on Windows if renamed to rg.exe
.
Manually adding the ripgrep executable from https://github.com/BurntSushi/ripgrep/releases/ fixes the issue.
To reproduce
No response
Log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done