Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Deno

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VS Code Plugin for Deno

Add the following into the file .vscode/settings.json under the root directory of your project.

{
"deno.enable": true,
}

References

https://mp.weixin.qq.com/s/b2_GjlKS-lW7GsOL4JvjwA

Comments