-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code keeps auto-importing undefined from 'firebase/empty-import' #2203
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
I have the same problem. |
I have the same issue, its probably occurring 3-5 times a day. |
Same
|
Same, unbelievable |
This is extremely annoying. |
The team just ignoring this issue is even more annoying than the actual issue... not even a comment about why they wouldn't be able to change that 🙄 |
+1000 so annoying |
Hopefully they accept my PR: #2379 The original commit that added this I think it aimed to solve: microsoft/TypeScript#6022 |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Every time I type "undefined", VS Code auto-imports
This started happening since updating firebase a while ago, and is really inconvenient for the dev experience.
The only thing empty-import.d.ts seems to be good for is to set the
typings
field on various packages (e. g. here). Can't itinstead of
export = undefined
?Thanks!
The text was updated successfully, but these errors were encountered: