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

When I connect to SSH, the content inside is gone. May I ask how to handle it? #51

Closed baiduxxoo closed 1 month ago

baiduxxoo commented 1 year ago

When I connect to SSH, the content inside is gone. May I ask how to handle it?thank you

dionmunk commented 1 month ago

You need to edit your settings.json and add the following:

"remote.extensionKind": {
    "dionmunk.vscode-notes": ["ui"]
}

This will force the Notes extension to run locally and use your local notes folder.