I have an excellent tool I use for managing git (https://fork.dev/)
Unfortunately it only works on the local filesystem.
I wonder if there might be a way to create a VSCode extension that can 'mount' the filesystem or a repo on the local machine so tools such as Fork could access it as if locally. Needs to work with more than just git commands (mmap for example is used internally within Fork)
Is this even possible?