deno init deno_start. In VSCode, I ran Deno: Initialize Workspace Configuration and enabled Deno enable. Here is the content of settings.json/// <reference types="deno.ns" /> at the top of the file does not help. However, with cmd + click, I can always jump to Deno's type definition files."typescript.tsserver.experimental.enableProjectDiagnostics" to false. However, this didn't work for me. I've already added this setting in settings.json.

