Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.65.2
- OS Version: Windows 11
Steps to Reproduce:
- Create files test.ts and bam.ts
- Create and export an helloworld() function in bam.ts
- Type bam in test.ts and try to get VS Code to add in a namespace import in the form: import * as bam from "./bam";
I was led to believe that this was possible by the following comment: #23830 (comment)_