Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add the following into the file .vscode/settings.json under the root directory of your project.
{
"deno.enable": true,
}
Jupyter Kernel
Deno ships with a built-in …