I have a problem with deno trying to redefine itself via random
declare namespace Deno { ... }
declare namespace Deno { ... }
throughout the deno repo. I use vscodium with TypeScript 5.2.2, latest Deno. I fail to find any docs on how you recommend to setup the editor to make lsp correctly pick up things.