Join Discord
Powered by
you can add the top level folder to your workspace...
# questions
k
kevins8
06/03/2022, 12:27 AM
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" }, ... ]
Previous
Next