Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.84.2
- Typescript Version: 5.2.2
- OS Version: Windows 10
Steps to Reproduce:
- Clone https://github.com/varmiral/tsc-autoimport.git
- Open src/b/b.ts
- Open "import suggestion menu" for
a
- Look at the path: "longtitle/a/a"
- In tsconfig.json comment
paths option
- Path become "src/a/a"
- Also comment
baseUrl option
- See expected path "../a/a"