SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Remote Git repository #366

Closed luisdatec closed 1 year ago

luisdatec commented 1 year ago

I would like to know if is possible work with a Git repository that is located in the remote server.

I have removed the folder .git from the excluded options. Now, I can see the folder but the Visual Studio Code doesn't recognize the folder as a repository, and only suggest to create a new repository.

Is there a way to configure and open the remote git repository with the functions of Visual Studio code ?

image

ehudkaldor commented 1 year ago

same here. anything?

psolyca commented 1 year ago

It's a long standing issue due to VSCode Duplicate #31 See https://github.com/microsoft/vscode/issues/109954

luisdatec commented 1 year ago

Thanks @psolyca .

I have read, and now I am following issue: #109954.