Skip to content

Instantly share code, notes, and snippets.

@luke10x
Last active July 24, 2020 09:35
Show Gist options
  • Save luke10x/2f992aaebae6b28a3f686a4fd92110ba to your computer and use it in GitHub Desktop.
Save luke10x/2f992aaebae6b28a3f686a4fd92110ba to your computer and use it in GitHub Desktop.
vscodeconfid for screenshare
{
"editor.cursorStyle":"line",
"editor.cursorWidth": 4,
"editor.folding": false,
"editor.fontFamily":"'Fira Mono', 'Noto Mono','Noto Color Emoji', 'Droid Sans Fallback'",
"editor.fontSize": 16,
"editor.quickSuggestions": false,
"editor.quickSuggestionsDelay": 10000, // in 10 sec
"editor.suggest.maxVisibleSuggestions": 5,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "on",
"editor.tabCompletion": "off",
"editor.hideCursorInOverviewRuler": false,
"editor.hover.enabled": false, // Use Ctrl+K Ctlr+I
"editor.hover.sticky": true,
"editor.renderIndentGuides": true,
"editor.lineNumbers": "on",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "selection",
"editor.autoClosingBrackets": "beforeWhitespace",
"html.autoClosingTags": false,
"html.format.enable": false,
"html.validate.scripts": false,
"html.suggest.html5": false,
"html.format.extraLiners": "",
"terminal.integrated.fontFamily": "'Fira Mono', 'Noto Mono','Noto Color Emoji', 'Droid Sans Fallback'",
"terminal.integrated.fontSize": 16,
"workbench.activityBar.visible": true,
"workbench.tree.indent": 32,
"workbench.tree.renderIndentGuides": "always",
"window.zoomLevel": 3,
"editor.tabSize": 2,
"window.titleBarStyle": "custom",
"breadcrumbs.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Verdandi",
"workbench.colorCustomizations": {
"[Solarized Light]": {
"editorGutter.background": "#f6f0dd",
"editorLineNumber.foreground": "#c5c5c5"
},
"[Quiet Light]": {
// "editorGutter.background": "#f9f9f9"
// "editorGutter.background": "#ededf5",
"editorLineNumber.foreground": "#c5c5c590"
},
"[Verdandi]": {
"editorLineNumber.foreground": "#e0e0e0"
}
},
"workbench.iconTheme": "verdandi",
}
/*
Ctrl+0 Ctrl+0 will open files window
Ctrl+b closes
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment