Skip to content

Instantly share code, notes, and snippets.

@stackdumper
Created May 3, 2018 06:45
Show Gist options
  • Save stackdumper/0670b95518f9ccd2045f6e0cf272561d to your computer and use it in GitHub Desktop.
Save stackdumper/0670b95518f9ccd2045f6e0cf272561d to your computer and use it in GitHub Desktop.
VSCode config
{
"workbench.startupEditor": "newUntitledFile",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.colorTheme": "City Lights",
"editor.fontSize": 18,
"editor.folding": false,
"editor.hideCursorInOverviewRuler": true,
"editor.lineHeight": 26,
"editor.lineNumbers": "off",
"editor.matchBrackets": false,
"editor.minimap.enabled": false,
"editor.occurrencesHighlight": false,
"editor.overviewRulerBorder": false,
"editor.renderIndentGuides": false,
"editor.renderLineHighlight": "none",
"editor.scrollbar.horizontal": "hidden",
"explorer.openEditors.visible": 0,
"window.zoomLevel": -1,
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Subliminal",
"workbench.iconTheme": "file-icons",
"workbench.editor.showIcons": false,
"workbench.statusBar.visible": false,
"javascript.validate.enable": false,
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints": false,
"editor.quickSuggesstions": true,
"editor.hover": false,
"editor.snippetSuggestions": "top"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment