I'm trying to standardize some of my bin scripts and i'm going without extensions. However this is proving difficult to see programming language of all my scripts. Some of these are bash, some of these are typescript and some of these are javascript.
The only advice i've heard is to separate source code which has extensions from the "build" which would strip them. I'm not interested in this added build step.
Are there any solutions in vscode that would help show the language?
I have to currently click each file for it to recognize the shebangs. I'd love to just load these icons when the project loads.

