vscode-remote-fs
vscode-remote-fs copied to clipboard
version control (git) ignored
.git directory is not considered, and it's not possible to use version control when connected to remote directory
Mounted repository is not recognized.
Git output is:
git rev-parse --show-toplevel fatal: Not a git repository (or any of the parent directories): .git
.
Using vscode on windows 10 with git repository on virtualbox ubuntu vm.
I have the same issue.
I have the same issue. Did anyone find a solution?
I don't think it's possible. As I understand things, native git support in VSCode works by issuing commands to a standard git client executable, which has no way of seeing the remote server that RemoteFS is making visible to VSCode via the FileSystemProvider
interface.
I did some brief tests using Mountain Duck to make remote files appear to my machine as though they're local. Then both VSCode and git can treat them as local, and things seem to work.
I have the same problem. Is there any chance to do something about it?