Composer has trouble with workspace and recreates folders and file

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.ts …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.

I finally found a solution:

  • I changed workspace config: instead of @nameofmyorg/nameofmy repo I used something simpler like nameofmyrepo for the name
  • I launched a reindexing (probably this one really did the trick).
    And now its working again!