I've got images for retina screens named 'discovery@2x.png'. It's both visible and accessible in Explorer:

But not visible in VSCode Explorer tab:

My "settings.json" lies below. I believe '@2x.png' file doesn't match any of those rules:
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/.vscode": false,
"**/node_modules": true,
"**/destination": true,
"**/.gitignore": true,
"**/.cache": true,
"**/.tmp": true
}
}
I've got images for retina screens named 'discovery@2x.png'. It's both visible and accessible in Explorer:
But not visible in VSCode Explorer tab:
My "settings.json" lies below. I believe '@2x.png' file doesn't match any of those rules: