Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.33 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.33 KB

Simple Explorer

Only view the directories or files you care about. VSCode Marketplace Link

效果图

  1. add directories or files' full path to the .vscode/simple-explorer.json
  2. reload the extension
  3. the directories or files will be shown in SIMPLE EXPLORER activity bar

Easy to add or remove

  1. you can right click on directories or files, to add (添加到 Simeple Explorer) or remove (从 Simple Explorer 移除) item from list.
  2. reload the extension to make it work.

Log

I added some console.log for debugging purposes, you can click Help => Toggle Developer Tools in the VSCode. you will see something like this:

image

the log means, the config is /Users/songjp/fe/mime/learn-lerna/node_modules/babel-core,The file that is currently being looped is /Users/songjp/fe/mime/learn-lerna/package.json, so /Users/songjp/fe/mime/learn-lerna/package.json wont be shown.