Doctor 🤖
'deno run' for tasks question/Bug 🐞
The run sub command running tasks was desired by some people who didn't want to write task for whatever reason, but I am not a fan of that approach and honestly just seems to complicate the run sub command more.
4 replies
If I dont have to explicitly install a node pacakge to use it how do I get intellisense?
For intellisense to work you need a copy of it on your computer. Unlike node, if you're missing local copies of dependencies when you attempt to run the code, it will download them first.
4 replies