vscode-notes icon indicating copy to clipboard operation
vscode-notes copied to clipboard

Remote SSH doesn't use local location

Open Speierers opened this issue 4 years ago • 1 comments

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!

Speierers avatar Jan 12 '22 06:01 Speierers

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

CMinHong avatar Jun 01 '22 12:06 CMinHong