When I'm searching files in the project I don't want to see *js files in the result of the search.
How can I find only TypeScript files? Is there is some settings in the search?
CodePudding user response:
Specify *.ts in the File Mask field.
CodePudding user response:
CrazyCoder's answer helped me. I just needed to add *.ts in the File mask field.


