Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.99.3 (commit: 17baf841131aa23349f217ca7c570c76ee87b957)
- OS Version: Darwin arm64 23.6.0
Steps to Reproduce:
- Have a file named
./components/anchor.tsx
that exports aAnchor
component - Install
lucide-react
as well - Write
<Anchor />
in any file - Click "Quick fix" icon
- Notice auto import prefers
lucide-react
over local Button
Seems to be a regression of a regression. Related issue here: microsoft/vscode#42104