you can add the top level folder to your workspace...
# questions
k
you can add the top level folder to your workspace by modifying the
dendron.code-workspace
file. something like the below
Copy code
"folders": [
    {
      "path": ".",
      "name": "workspace"
    },
...
  ]