When initializing a new fresh project from the cli script
deno run -A -r https://fresh.deno.dev
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
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