Fresh project next to regular Deno project
Hey, I have a question about adding a fresh project next to a regular Deno project.
I have the following setup, with the global
Before the introduction of the
Using
Maybe I just have a problem understanding it, but I cannot get it to work in VSCode without problems.
I have the following setup, with the global
deno.json sitting in the root directoryBefore the introduction of the
gui directory, any import and the Deno namespace works fine. Using
enablePath without the gui directory also works fine, but adding gui to the paths breaks it. Giving me the Deno.cron not found in the Deno namespace. It seems that the global settings.json where we define deno.unstable: true does not work after introducing the gui directory and breaking the whole Deno namespace for us. Maybe I just have a problem understanding it, but I cannot get it to work in VSCode without problems.
