I want to see a filtered list of all the files in my project that have a specific extension.
As Im using a Scala language the files have the extension ".scala", so i would like to see a filtered list of all the files with a ".scala" extension.
The following post shows some techniques but nothing showing how to achieve what I require. How do I search for files in Visual Studio Code?

.scalaand the the files will be filtered.Explorereis the part of vscode that shows your files. It says "Explorer" at the top when you have it activated by clicking the top icon in the Activity Bar - where the Search/Debug/Extensions icons usually are.