I am working on a typescript project in Visual Studio code and would like to hide the .js.map
(and maybe even the .js
) files from appearing in the file explorer.
Is it possible to display only the .ts
files in the file explorer?
I am working on a typescript project in Visual Studio code and would like to hide the .js.map
(and maybe even the .js
) files from appearing in the file explorer.
Is it possible to display only the .ts
files in the file explorer?