Skip to content

Can't use auto import when node_modules are named "node_modules" #29629

Closed
@lukeurban

Description

@lukeurban
  • VSCode Version: 1.30.2 (1.30.2)
  • OS Version: macOS Mojave 10.14.2

Steps to Reproduce:

  1. Create new angular project using CLI
  2. Install dependencies
  3. Try to import module (eg. HttpClientModule)

Then no auto import is available. BUT!! if I change name from node_modules/ to node_modules2/ then everything is fine. I've tried few "fixes" with no success.
Screens
screenshot 2019-01-17 at 11 50 46
screenshot 2019-01-17 at 11 50 07

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

Domain: Completion ListsThe issue relates to showing completion lists in an editorDuplicateAn existing issue was already createdWorking as IntendedThe behavior described is the intended behavior; this is not a bug

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions