previously the auto imports were
import { Subscription } from 'rxjs';
but now with the latest update of the visual studio code
import { Subscription } from '../../../../node_modules/rxjs';
I mean it imports them from the base of the file I've been like this for quite some time Because this happens ... is there a configuration to make them as before?