shultz๐Ÿ‡ฎ๐Ÿ‡ฑS
Denoโ€ข2y agoโ€ข
1 reply
shultz๐Ÿ‡ฎ๐Ÿ‡ฑ

deno cache isn't working from vscode

When initializing a new fresh project from the cli script deno run -A -r https://fresh.deno.dev and opening it in vscode
no dependency can be cached and the deno extension output shows:
Import map diagnostics:
- Invalid top-level key "lint". Only "imports" and "scopes" can be present.
- Invalid top-level key "compilerOptions" ...

running deno cache **/*.ts does work however.

running deno cache from vscode also shows
Error - 11:31:32] Request workspace/executeCommand failed.
Message: invalid length 0, expected tuple struct Arguments with 3 elements
Code: -32602
image.png
Was this page helpful?