Skip to content

Instantly share code, notes, and snippets.

@rowbot-weisguy
Created April 10, 2018 17:58
Show Gist options
  • Save rowbot-weisguy/abcd4f708e97b7ab0cd98c658ddd3f94 to your computer and use it in GitHub Desktop.
Save rowbot-weisguy/abcd4f708e97b7ab0cd98c658ddd3f94 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.lineHeight": 25,
"editor.tabSize": 2,
"editor.cursorStyle": "underline-thin",
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"editor.rulers": [80, 100],
"javascript.validate.enable": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"workbench.colorTheme": "Cobalt2",
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 0,
"emmet.triggerExpansionOnTab": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"vsicons.dontShowNewVersionMessage": true,
"extensions.ignoreRecommendations": false,
"gitlens.keymap": "none",
"java.errors.incompleteClasspath.severity": "ignore"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment