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
Inside pathCompletions, we check compilerOptions.moduleResolution - we should instead be using getEmitModuleResolutionKind(compilerOptions) to check instead so that defaults based on module target are upheld. (In effect, this means we're not offering node_modules completion in places where we should right now)