Choose folders to be ignored during search in VS Code

前端 未结 16 1036
既然无缘
既然无缘 2020-11-28 18:10

Right now when I use +O to search for files, the fuzzy matching appears to operate over all files in the current project. Unfortunately, this includes

16条回答
  •  眼角桃花
    2020-11-28 18:33

    Extending the most voted answer, now there is an extension to achieve what is described there to toggle quickly in a GUI way. It's called Explorer Exclude. You can install this with this command:

    ext install RedVanWorkshop.explorer-exclude-vscode-extension
    

    Demo:

提交回复
热议问题