microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.58k stars 29.02k forks source link

node_modules not showing up #99073

Closed makarkotlov closed 4 years ago

makarkotlov commented 4 years ago

Issue Type: Bug

  1. npm install
  2. delete node_modules (right click -> Delete)
  3. watch node_modules disappear
  4. npm install
  5. watch node_modules not showing up in folder hierarchy
  6. restart VS Code
  7. watch node_modules show up

VS Code version: Code 1.45.1 (5763d909d5f12fe19f215cbfdd29a91c0fa9208a, 2020-05-14T08:33:47.663Z) OS version: Darwin x64 19.4.0

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (8 x 2200)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|5, 4, 3| |Memory (System)|16.00GB (1.32GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (8) Extension|Author (truncated)|Version ---|---|--- vscode-eslint|dba|2.1.5 es7-react-js-snippets|dsz|2.7.1 gitlens|eam|10.2.1 prettier-vscode|esb|4.7.0 swift|Kas|0.2.0 syntax-project-pbxproj|mar|0.1.3 theme-monokai-pro-vscode|mon|1.1.15 vscode-import-cost|wix|2.12.0
bpasero commented 4 years ago

VS Code is using different file watching strategies depending on your OS and your setup.

First thing to check:

To find out more about this issue, please first answer this:

Then please answer the following depending on your setup:

Then please attach the output of our development console

Thanks for taking the time to fill out this questionnaire.

github-actions[bot] commented 4 years ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!