You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
An entry for the export default abc is included. VS Code needs this information in order to show the references code lens on the default export
Actual behavior:
No entry for the export itself is returned
From microsoft/vscode#79686
TypeScript Version: 3.7.0-dev.20191016
Search Terms:
Code
For the code:
Expected behavior:
An entry for the
export default abcis included. VS Code needs this information in order to show the references code lens on the default exportActual behavior:
No entry for the export itself is returned