Skip to content

Instantly share code, notes, and snippets.

@snj33v
Last active April 24, 2018 10:03
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 snj33v/b3b36577876aaeaa4351f9709f2d7712 to your computer and use it in GitHub Desktop.
Save snj33v/b3b36577876aaeaa4351f9709f2d7712 to your computer and use it in GitHub Desktop.
vscode config
{
"window.menuBarVisibility": "toggle",
"telemetry.enableCrashReporter": true,
"telemetry.enableTelemetry": true,
"editor.fontFamily": "Fira Code",
"workbench.colorTheme": "Abyss",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.insertSpaces": false,
"editor.renderWhitespace": "all",
"editor.detectIndentation": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment