-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Auto imports not working properly with RxJS 7 beta #43034
Copy link
Copy link
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
rxjs@7.0.0-beta.12to a project - type
concatMapand check the possible auto-import locations - It should show
rxjs/operatorsas 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.
Reactions are currently unavailable
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.