find all files that contain a couple different strings vscode code example
Example: VSCode search multiple words
*** How to search in the file tree, for multiple words? ***
The option "User Regular Expression" should be on!
word1(.*)word2
word1|word2|word3