Problem is pretty simple, i’m using a worskpace with different folders, opened with open workspace.
Let’s say i’m editing a file in @folder1
Ex: @folder1/src/file.ts
Using composer, it always misses it and creates the full path @folder1/src/file.t
s …inside @folder1
So i endup with an new file
@folder1/@folder1/src/file.ts
It’s really annoying and cant find anything on the topic. Did you test it with workspace feature already?
Let me know if you need to provide more infos.