Ankur Goyal
Ankur Goyal
DDeno
Created by Ankur Goyal on 1/24/2024 in #help
Variable references causing lint errors across cells in Deno+Jupyter
If you define a variable in one cell and then try to reference it in another cell, you get a "Cannot find name" error. If you run the code, it works, but the lint error is really annoying.
4 replies
DDeno
Created by Ankur Goyal on 1/24/2024 in #help
VSCode starting Deno even if enabled=falseI
I use VSCode in a large project (with several JS packages, none of which use Deno), and after installing the Deno extension, the typescript extension fails to start (crashes 5 times and then gives up). My understanding is that by default, Deno isn't supposed to start, for this very reason, but it still is? I do not have a deno.json file anwyhere, and I've even tried setting deno.enable to false in .vscode/settings.json. Any idea what might be going on?
5 replies