Describe the feature
Currently findWorkspaceDir doesn't detect Deno workspaces, Deno officially supports workspaces since v1.45.
If we want to support Deno, we need to add deno.json and deno.jsonc to workspace detection files.
Ref:
Additional information
Describe the feature
Currently
findWorkspaceDirdoesn't detect Deno workspaces, Deno officially supports workspaces since v1.45.If we want to support Deno, we need to add
deno.jsonanddeno.jsoncto workspace detection files.Ref:
Additional information