Skip to content

Instantly share code, notes, and snippets.

View skellock's full-sized avatar

Steve Kellock skellock

View GitHub Profile
@skellock
skellock / extensions.json
Last active November 5, 2017 17:58
VSCode's Settings - Syncing
[
{
"name": "node-debug2",
"publisher": "ms-vscode",
"version": "1.18.4",
"id": "ms-vscode.node-debug2",
"__metadata": {
"id": "36d19e17-7569-4841-a001-947eb18602b2",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
@skellock
skellock / settings.json5
Last active January 17, 2018 12:28
Showing a subset of directories in vscode 🤦‍♀️
{
"files.exclude": {
// ## WHATS THE DEAL?
//
// VS Code doesn't support:
//
// * glob negation pattern (like globs usually have)
// * `false` values that can opt out
// * a `files.include`
// * support for auto excluding .gitignore