-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.
Description
- VS Code Version: any
- OS Version: any
Steps to Reproduce:
- Add
[email protected]
to a project - type
concatMap
and check the possible auto-import locations - It should show
rxjs/operators
as the correct import location. Instead it showsrxjs/dist/types/operators
.
Does this issue occur when all extensions are disabled?: Yes
This comes from an issue reported on the RxJS repository here: ReactiveX/rxjs#6067
Apparently, neovim users don't experience this issue, so it leads me to believe it's not the configuration of the package.
tonivj5, voliva, lancelot-c, elpddev and Klaster1
Metadata
Metadata
Assignees
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.