mihaiconstantin
03/22/2022, 1:49 PM<name>.code-workspace
to all my projects just to be able to access the Dendron workspace from the same VSCode instance.
json
{
"folders": [
{
"path": "."
},
{
"path": "path/to/my/dendron/notes"
}
],
"settings": {}
}