nayeemrmn
Deno.enable not working
Okay, you have to copy all your linting and formatting rules to all deno.json's. We don't apply inheritance yet, can fix this soon. It worked in previous versions because the more local deno.json's weren't respected at all
78 replies
How to work without a tsconfig.json in VSCode? Getting typescript errors due to React.
@aspizu It's strange that it's continuing despite disabling the built-in extension. Which one did you disable? It should be
TypeScript and JavaScript Language Features
.10 replies
VS Code integration is broken
If
deno upgrade
isn't an option, use an older version of the extension according to https://github.com/denoland/vscode_deno?tab=readme-ov-file#compatibility.
https://code.visualstudio.com/updates/v1_30#_install-previous-versions12 replies