You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the recent deno/deno extension releases, were you able to get deno working in its own context from inside a mixed monorepo, inside a single vscode instance?
having a multiroot workspace setup inside of a monorepo feels odd as you dont have access to your root workspace files. when i loaded the workspace file and tried to open the deno workspace it crashes its server.
The text was updated successfully, but these errors were encountered:
I just now tried. 😀 It's not crashing; that's an improvement. But Intellicode is still confused. 😫 It is trying to apply the Deno TypeScript rules to the entire workspace, not just the Deno project.
with the recent deno/deno extension releases, were you able to get deno working in its own context from inside a mixed monorepo, inside a single vscode instance?
reference: https://github.com/denoland/vscode_deno/blob/HEAD/docs/workspaceFolders.md#mixed-deno-projects
having a multiroot workspace setup inside of a monorepo feels odd as you dont have access to your root workspace files. when i loaded the workspace file and tried to open the deno workspace it crashes its server.
The text was updated successfully, but these errors were encountered: