Duplicate filepaths when trying to perform multifile edit #3517
Labels
area:edit
Relates to side panel Edit feature
area:inline-edit
Relates to the auto refactor feature
kind:bug
Indicates an unexpected problem or unintended behavior
Before submitting your bug report
Relevant environment info
- Continue version: > 0.9.246
Description
When attempting to perform a multifile edit the path URIs are incorrect, for example:
Users/patrickerichsen/Documents/Git/continue-dev/continue/manual-testing-sandbox/Users/patrickerichsen/Documents/Git/continue-dev/continue/manual-testing-sandbox/test.js.
The root of the bug appears to be in
inferResolvedUriFromRelativePath
here: https://github.com/continuedev/continue/blob/main/gui/src/components/markdown/StepContainerPreToolbar/StepContainerPreToolbar.tsx#L97-L100Placing a log above that line,
props.relativeFilepath
appears to be correct, but loggingfileUri
shows the incorrect URI.To reproduce
manual-testing-sandbox/test.js
Cmd + Shft + I
to enter edit modeLog output
No response
The text was updated successfully, but these errors were encountered: