On a linux project who handles sync via ssh , a lot of times after i use go to definition i cannot go to that file from the fin symbols result clang windows
The error is a Error window who says:
There is an editor window open for the document “vgdb-ssh:://[user@machine/home/[username]/file.hpp] You must close the other editor window before processing
This is likely caused by multiple projects referencing the same source file (or source files that only differ in the name case, e.g. FILE.c vs file.c) and can normally be ignored. If you could provide the exact steps to reproduce it, we should be able to tell more.