Skip to content

Instantly share code, notes, and snippets.

@chris-schmitz
Created November 13, 2017 22:53
Show Gist options
  • Save chris-schmitz/cb4290eab7352c0462d2e39e100eb3db to your computer and use it in GitHub Desktop.
Save chris-schmitz/cb4290eab7352c0462d2e39e100eb3db to your computer and use it in GitHub Desktop.
My vscode user preferences
{
"editor.fontSize": 17,
"editor.lineHeight": 28,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.renderIndentGuides": true,
"window.zoomLevel": 0,
"editor.quickSuggestionsDelay": 30,
"typescript.useCodeSnippetsOnMethodSuggest": true,
"git.confirmSync": false,
"explorer.openEditors.visible": 0,
"editor.snippetSuggestions": "top",
"editor.wordWrap": "off",
"files.associations": {
"*.vue": "vue",
"*.sass": "sass",
"*.ino": "cpp"
},
"editor.lineNumbers": "relative",
"vsicons.projectDetection.disableDetect": true,
"zenMode.fullScreen": false,
"workbench.colorTheme": "An Old Hope",
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.lineHeight": 1.7,
"editor.formatOnSave": false,
"files.trimTrailingWhitespace": true,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#135564"
},
"editor.tabSize": 4,
"editor.minimap.renderCharacters": false,
"git.enableSmartCommit": true,
"C_Cpp.errorSquiggles": "Enabled",
"gitlens.blame.line.enabled": false,
"workbench.startupEditor": "none",
"vsicons.dontShowNewVersionMessage": true,
"editor.minimap.enabled": false,
"workbench.panel.location": "right",
"vim.disableAnnoyingNeovimMessage": true,
"C_Cpp.intelliSenseEngine": "Default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment