Deno's LSP server (and thus its Visual Studio Code extension)
delays processing by 200 milliseconds. This means that Deno appears to be much slower than it actually is,
but this artificial latency does affect the editing experience.
TypeScript
TypeScript's LSP server (but not its Visual Studio Code extension)
delays processing by
200 milliseconds
+
50 milliseconds. This means that TypeScript appears to be much slower than it
actually is, but this artificial latency does affect the editing
experience (in all editors except Visual Studio Code).