How to get VSCode to find and search in .bat files

Viewed 15

VSCode seems to have an issue with .bat files. They often appear grayed out in the file explorer, can't be found by searching files by name, and won't appear in search results.

Is there some way to configure VSCode to make it treat .bat files like any other file type?

1 Answers

For searching, the solution was to uncheck this box:

enter image description here

Thanks to rioV8 for the suggestion!

Related