-
Notifications
You must be signed in to change notification settings - Fork 2k
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
v4: VSCode autocomplete broken for AS4 deep imports #6899
Comments
Might be helpful to provide a detailed reproduction recipe. |
mkdir repro && cd repro && npm init -y && npm i @apollo/server && touch index.js
code index.js # if you've installed VS Code to your PATH
The same applies to all deep imports. |
I know this is about an entirely different feature (typeVersions not exports) but this comment might still be relevant maybe: microsoft/TypeScript#43133 (comment) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Not sure if this is a misconfiguration of the published package or if it's something that's unsupported by VSCode, needs more investigation. It appears that (through a quick manual test)
@apollo/client
suffers from the same problem.The text was updated successfully, but these errors were encountered: