Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.78.2
- OS Version: macOS 13.2.1
Steps to Reproduce:
- Have a typescript module in an import path that contains a folder starting with $, such as "~/routes/trpc+/$trpc/instance"
- Try to import that module using the auto complete feature
- Observe that the import path becomes "~/routes/trpc+//instance"

