Skip to content

Instantly share code, notes, and snippets.

@benja
Last active December 18, 2022 15:19
Show Gist options
  • Save benja/77e88313b518a19e57f35041cf50ce5d to your computer and use it in GitHub Desktop.
Save benja/77e88313b518a19e57f35041cf50ce5d to your computer and use it in GitHub Desktop.
Visual Studio Code — Exclude .gitignore files on command
[
{
"key": "shift+cmd+[Period]",
"command": "settings.cycle.explorer.excludeGitIgnore"
},
]
{
"settings.cycle": [
{
"id": "explorer.excludeGitIgnore",
"values": [
{
"explorer.excludeGitIgnore": true
},
{
"explorer.excludeGitIgnore": false
}
]
}
],
}
@benja
Copy link
Author

benja commented Dec 6, 2022

Make sure no other keybind is occupying shift+cmd+[Period]. The "focus breadcrumbs" should by default (IIRC), so make sure to remove that.

@tika
Copy link

tika commented Dec 18, 2022

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment