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 Jupyter kernel that allows you to write JavaScript and TypeScript. For more details, please refer to Jupyter Kernel for Deno and Bringing Modern JavaScript to the Jupyter Notebook .