dionmunk / vscode-notes

Notes is a Markdown focused notes extension for Visual Studio Code that takes inspiration from Notational Velocity and nvAlt.
https://marketplace.visualstudio.com/items?itemName=dionmunk.vscode-notes
Other
63 stars 18 forks source link

Remote SSH doesn't use local location #23

Closed Speierers closed 1 year ago

Speierers commented 2 years ago

Hi,

First of all, thanks for the great plugin.

I am constantly working with many VSCode instances opened, all connected to a different machine via Remote - SSH. I would like all these instances to share the same notes but unfortunately it looks like the Notes.notesLocation isn't correctly resolved on the remote sessions.

Ideally they would all use my local location and ignore the fact that they are remotely connected to another machine. Any idea if this is possible?

Thanks!

CMinHong commented 2 years ago

I have the same problem with you. This is my solution, I create a smb server on my windows, then I mount it to my linux remote machine, and I configure the note path like this, then I can access my note both from my windows and linux. image