In Visual Studio code, how do I search for just a specific file type (i.e. *.css or *.ts)?
*.css
*.ts
PS: I\'m talking about the global search (Ctrl+Shif
Click the ellipses on the bottom right to display the "files to include" field.
You can specify a particular type with "*.filetype".
E.g.