Skip to content

Instantly share code, notes, and snippets.

@nitrocode
Created December 11, 2019 21:31
Show Gist options
  • Select an option

  • Save nitrocode/38a58f08408603662606fa2a7efdc724 to your computer and use it in GitHub Desktop.

Select an option

Save nitrocode/38a58f08408603662606fa2a7efdc724 to your computer and use it in GitHub Desktop.
vscode settings on osx
{
"workbench.startupEditor": "newUntitledFile",
"window.title": "${activeEditorLong}${separator}${rootName}",
"editor.renderWhitespace": "all",
"files.exclude": {
"node_modules/": true
},
"terminal.external.osxExec": "iTerm.app",
"terminal.explorerKind": "external",
"workbench.settings.editor": "json",
"extensions.showRecommendationsOnlyOnDemand": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment