/workspace/ and $DENO_DIR is /deno/.cache/deno . I can run my unit tests from a terminal ok, but if I try to run them in VS Code I get a "Module Not Found" error popup that shows an attempt to import a module from /workspace/deno/.cache/deno/....deno cache -r, I've tried manually deleting the cache and re-caching, and I've tried rebuilding the whole devcontainer, but it didn't help. If I downgrade to Deno 1.35.1 I still see the bad "Resolved Dependency" message, but can't reproduce the unit test problem, because the unit tests won't run at all in VS Code (it reports "Running tests...", but seems to hang indefinitely, with no output)
