patleeman / VSNotes

Simple VS Code extension for plain text note taking.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
MIT License
174 stars 33 forks source link

Change extension to prefer being installed as UI #72

Open Ragnoroct opened 4 years ago

Ragnoroct commented 4 years ago

Change extensionKind to prefer ui so that you can access note files stored on local computer while opening a remote ssh instance.

Ragnoroct commented 4 years ago

Note: This can be worked around by including this in your settings.

"remote.extensionKind": {
    "patricklee.vsnotes": [ "ui" ]
}
dufferzafar commented 4 years ago

@Ragnoroct How does this actually work? How do I open the notes of my local machine while also being connected to a remote instance?

dufferzafar commented 4 years ago

Hm, so I understood what this does. Now when I'm connected to a Remote SSH, I'm only able to view local notes. Unable to view remote notes! Is there any way to view both?

dolangish commented 4 years ago

It would be cool if the vsnotes tree pulled in local and remote nodes when using a remote ssh instance.