Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active July 24, 2018 10:48
Show Gist options
  • Save solrevdev/a977c9bf686f39f24084485d3475bc3d to your computer and use it in GitHub Desktop.
Save solrevdev/a977c9bf686f39f24084485d3475bc3d to your computer and use it in GitHub Desktop.
vscode settings
{
"workbench.iconTheme": "vscode-icons",
"editor.autoIndent": true,
"editor.minimap.enabled": false,
"editor.minimap.side": "right",
"files.autoSave": "afterDelay",
"editor.lineHeight": 24,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.fontSize": 14,
"editor.fontFamily": "'Dank Mono','Fira Code', Menlo, Monaco, 'Courier New',monospace,'inconsolata-dz for powerline',Consolas",
"editor.fontLigatures": true,
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.fontFamily": "'Dank Mono','Fira Code'",
"terminal.integrated.fontSize": 14,
"terminal.integrated.copyOnSelection": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"markdown": "html"
},
"javascript.implicitProjectConfig.checkJs": true,
"[json]": {},
"git.autofetch": true,
"liveServer.settings.donotShowInfoMsg": true,
"workbench.fontAliasing": "auto",
"gitlens.keymap": "chorded",
"workbench.activityBar.visible": true,
"gitlens.historyExplorer.enabled": true,
"workbench.colorTheme": "Hyper Term Black",
"materialTheme.fixIconsRunning": false,
"msbuildProjectTools": {
"logging": {
"level": "Information",
"seq": {},
"file": "",
"trace": false
},
"language": {
"disableFeature": {},
"useClassicProvider": false,
"disable": {
"hover": false
}
},
"nuget": {
"newestVersionsFirst": true,
"includePreRelease": true,
"disablePrefetch": false
},
"schemaVersion": 1
},
"debug.toolBarLocation": "docked",
"window.zoomLevel": 0,
"terminal.integrated.scrollback": 5000,
"editor.cursorStyle": "block",
"editor.renderLineHighlight": "none",
"editor.rulers": [80]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment