⏩ 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
unix filepaths gathered by the RepoMap context provider are wrongly resolved to windows file paths that ofc doesn't exist. this leads to errors when trying to read any of the file contents and in the end leaves one with an "repository map" which only contains a filetree, but no file content.
below error is logged for all files mentioned in the requested repository map.
Another bug, probably loosely related to this: When clicking on the context item "Repository Map" in the chat interface, the following error is logged as well:
To reproduce
use context provider @repomap inside a WSL project
Before submitting your bug report
Relevant environment info
Description
unix filepaths gathered by the RepoMap context provider are wrongly resolved to windows file paths that ofc doesn't exist. this leads to errors when trying to read any of the file contents and in the end leaves one with an "repository map" which only contains a filetree, but no file content. below error is logged for all files mentioned in the requested repository map.
Another bug, probably loosely related to this: When clicking on the context item "Repository Map" in the chat interface, the following error is logged as well:
To reproduce
Log output
No response