I have a core repo with multiple git submodules (folders) that point to other repos.
With the core repo opened as a vscode workspace, creating links to code in the core repo works ok. Opening a file in a submodule and trying to copy a link throws an error: ENOENT: no such file or directory, open

Unfortunately this is a private repo. Can I collect some logs somehow?
I have a core repo with multiple git submodules (folders) that point to other repos.
With the core repo opened as a vscode workspace, creating links to code in the core repo works ok. Opening a file in a submodule and trying to copy a link throws an error:

ENOENT: no such file or directory, openUnfortunately this is a private repo. Can I collect some logs somehow?