.html files not shown in file explorer

When I open folder (either new or some on which I already worked on), .html files are not shown. They also cannot be selected in Composer or with Ctrl+K, although they do appear in Chat.

Hi @pekard

Maybe your settings are set to hide files with the .html extension? You can check by opening settings and searching for “Files Exclude”.

Also, if everything’s good there, your project might have a .vscode folder with a settings.json file. Take a look in there and see if there’s anything like that:

"files.exclude": { "**/*.html": true }

2 Likes

Thanks! I’ve left */.htm in there, because I have worked on some C++ project previously and those files were unnecessary.

Glad to help!