denoland / deno-docs

Docusaurus site for a unified Deno docs experience
https://docs.deno.com
MIT License
45 stars 79 forks source link

suggestion: document workspaces functionality #415

Open iuioiua opened 2 months ago

iuioiua commented 2 months ago

This is important as the Deno Standard Library will become a workspaces-enabled codebase once it is fully ported to JSR. Documenting how workspaces work will be important to those maintaining and contributing to it.

Some documentation on workspaces functionality can be seen in #245.

bartlomieju commented 2 months ago

This documentation should contain information on both workspaces setting in deno.json as well as using "workspaces" in VSCode

bartlomieju commented 2 months ago

JSON schema is not suggesting workspaces setting in the editor. @nathanwhit is working on that