⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
Can confirm this is a problem in Pycharm 2024.2.1 with Continue 0.0.64. I had posted in Discord about it but figured I'd post here just for visibility. Thanks!
Before submitting your bug report
Relevant environment info
Description
When there are multiple modules, or microservices in a workspace in a JetBrains IDE, Continue is only picking up on one of them. This is coming from the array that we return for getWorkspaceDirs, but the root is probably our use of project.basePath here: https://github.com/continuedev/continue/blob/dev/extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/activities/ContinuePluginStartupActivity.kt#L120
To reproduce
No response
Log output
No response
CON-261