You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I work in a workspace with multiple folders and ask Cody to apply changes to the file in not the first folder it creates new files under the first folder instead of modifying existing ones.
Expected behavior
Cody updates files you are working in place despite what folder they are in.
Additional context
To reproduce:
Create a following folder structure:
demo
| - folder1
| - folder2
Open folder 1 in VSCode, then do "Workspace: Add Folder to Workspace..." command and select folder2.
Add a file e.g. demo.py into folder2 and ask Cody to change something in it
Click Apply
Cody will create a new file under folder1, specifically folder1/folder2/demo.py instead of modifying folder2/demo.py
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. It is by design that Cody works only in a single workspace environment. Some features may work in multi-workspace env, but Smart Apply doesn't.
Version
v1.48.1
Describe the bug
When I work in a workspace with multiple folders and ask Cody to apply changes to the file in not the first folder it creates new files under the first folder instead of modifying existing ones.
Expected behavior
Cody updates files you are working in place despite what folder they are in.
Additional context
To reproduce:
demo
| - folder1
| - folder2
demo.py
into folder2 and ask Cody to change something in itfolder1
, specificallyfolder1/folder2/demo.py
instead of modifyingfolder2/demo.py
The text was updated successfully, but these errors were encountered: