Choose folders to be ignored during search in VS Code

前端 未结 16 1034
既然无缘
既然无缘 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:26

    After you setup the search.exclude and file.exclude mentioned on the previous answers, run the command "Clear Editor History" (Use the Command Palette to do that - CTRL + SHIFT + P).

    Only after that the excluded files will not appear on your quick open menu.

    Update: You can run the command "Clear Command History" too. I forgot about that.

提交回复
热议问题