Is there any way to edit the symlink path in vscode?
For example in my git ui it shows the symlink path I use, "../../path"
It just opens the destination file when I click on it in the vscode explorer and it doesn't seem like there's a way to inspect and edit the actual path.
No, it looks like that isn't possible at the moment. The short answer is no, because it's not currently possible without customizations that (as far as I'm aware) don't exist yet and may be non-trivial to make.
The long answer is, according to this similar question posted earlier (among other sources):
ln -sfn source.ext link.ext
within the terminal (-f
overwrites & -n
allows folders).