Extension Version
0.20251215.1
VS Code Version
1.107.0
Operating system Version
MacOS Tahoo 26.2
Steps to reproduce
- Create a folder "f"
- Create a file "content.ts"
- Write code into "content.ts":
- Create a file at the same level of that folder "f": "index.ts"
- Write code into "index.ts"
import {val} from "./f/content.ts"
console.log(val)
- Delete folder "f"
- Editor does not show
cannot find module...ts(2307) error
Issue
After deletion of an referenced folder, VSCode does not complaint Cannot find module './social-auth' or its corresponding type declarations. ts(2307) error