Code Monkey home page Code Monkey logo

Comments (2)

thingalon avatar thingalon commented on August 20, 2024

There are a few things going on here.

The first problem is that VSCode's git plugins don't talk to Pony SSH (or any other filesystem plugin) about what paths are available. They assume they can read the local filesystem, and bypass any filesystem plugins to do so. So, the git plugins simply won't see remote repositories supplied by any filesystem plugin.

The reason .git folders don't appear in your file explorer at all is that they are excluded by default in VSCode's settings. Check out the "Files: Exclude" setting in VSCode. If you would like to see your .git folders, you can remove them from the exclusion list - but this will not cause them to integrate nicely with VSCode's git support.

I'm sorry to say that Pony SSH can't offer nice git integration; it's simply a limitation of filesystem plugins in VSCode.

However, Microsoft's Remote SSH plugin works differently - and can integrate with git. Remote SSH doesn't register a new filesystem with the editor - instead it opens an SSH connection to your remote host and runs another (headless) copy of VSCode on your remote system. It runs your plugins there, where they can see all the files on your remote filesystem - and just runs its User Interface locally on your machine.

As a result, Pony SSH is a bit faster and more light-weight, but Remote SSH offers full remote integration at a level that filesystem plugins simply can't.

Sorry to disappoint. :)

from pony-ssh.

toastbrotch avatar toastbrotch commented on August 20, 2024

thanx for clarification
remote-ssh plugin is not working on my server...

from pony-ssh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.