Get Off My Lawn
Get Off My Lawn

Reputation: 36311

Hide everything except for one folder

I would like to hide everything unless it is in my Scripts folder, is there a way to do this?

I tried to do this, but it doesn't work, it just hides everything.

{
    "files.exclude":
    {
        "**/*": true,
        "**/Scripts": false
    }
}

Upvotes: 0

Views: 487

Answers (1)

Benjamin Pasero
Benjamin Pasero

Reputation: 123824

The exclusion setting currently does not allow to build rules like that. I suggest you open an issue on our bug tracker at GitHub: https://github.com/Microsoft/vscode/

Upvotes: 1

Related Questions