vs-make-hidden
vs-make-hidden copied to clipboard
"Super hide" of "file extension in dir & subdirs" on Windows does not work
When i used "Super hide" of "file extension in dir & subdirs", this line was inserted into my config file:
"src\\**/*.js": true
It does not work.
This works:
"src\**/*.js": true
And this works too:
"src/**/*.js": true