Skip to content

Instantly share code, notes, and snippets.

@rafegoldberg
Last active July 6, 2020 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafegoldberg/bb7f0d6fc9e7018fd8a58340363bf595 to your computer and use it in GitHub Desktop.
Save rafegoldberg/bb7f0d6fc9e7018fd8a58340363bf595 to your computer and use it in GitHub Desktop.
Baseline workspace settings file for Node projects.
{
"files.exclude": {
"{dist,out,build}": true,
"{*.config.,.*rc,.git}*": true,
"{.vscode,*.sublime*}": true,
"{node_modules,package-lock.json}": true,
},
"search.exclude": {
"{.*rc,.git,*.config.}*": false,
},
"workbench.settings.editor": "json",
}

VSCode Settings

Baseline workspace settings file for Node projects.

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