admin管理员组

文章数量:1418035

I have a folder of log files I'm trying to find error messages in. I have opened the folder in VS Code. When I use the explorer search (Ctrl+Shift+F) and search for "Error_Code", I get no results. If I open one of the log files with an error message and do the same explorer search, I get the results from that log file.

I have the "Search Only in Open Editors" setting in the explorer search disabled.

Additionally, all the log files end in '.txt'. This is not an extension in my Search: Exclude or Files: Exclude VS Code settings. Additionally, toggling the "Use Exclude Settings and Ignore Files" settings has no effect. There is also no .gitignore file in this folder as it is just a folder of logs.

Not sure what is causing results to not show up in the explorer search. Using VS Code 1.96.4.

本文标签: VS Code explorer search only returning results from open editorsStack Overflow