Skip to content

File with ‘@’ character not visible in explorer tab #3154

@alvarto

Description

@alvarto

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

image

But not visible in VSCode Explorer tab:

image

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
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions