Skip to content

Instantly share code, notes, and snippets.

@bvipul
Created October 30, 2018 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bvipul/95665b1c4401233b95706f78f28679be to your computer and use it in GitHub Desktop.
Save bvipul/95665b1c4401233b95706f78f28679be to your computer and use it in GitHub Desktop.
VSCode Settings
{
"editor.fontSize": 14,
"editor.fontLigatures":true,
"editor.cursorStyle": "line",
"editor.wordWrap": "on",
"editor.fontFamily": "Operator Mono Book",
"editor.tabCompletion": true,
"editor.lineHeight": 30,
"editor.cursorBlinking": "phase",
"editor.showFoldingControls": "always",
"diffEditor.ignoreTrimWhitespace": true,
"workbench.startupEditor": "newUntitledFile",
"sublimeTextKeymap.promptV3Features": true,
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"workbench.statusBar.visible": true,
"explorer.openEditors.visible": 0,
"workbench.panel.location": "right",
"emmet.includeLanguages": {"laravel-blade": "php"},
"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
"blade": "html"
},
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons",
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"editor.multiCursorModifier": "ctrlCmd",
"workbench.activityBar.visible": false,
"window.zoomLevel": 0,
"editor.trimAutoWhitespace": false,
"extensions.ignoreRecommendations": true,
"window.openFilesInNewWindow": "on",
"workbench.editor.enablePreview": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.fontWeight": "400",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
},
"editor.renderWhitespace": "all",
"workbench.sideBar.location": "left",
"workbench.colorCustomizations": {
"tab.activeBorder": "#00E5E5",
"list.inactiveSelectionForeground": "#00E5E5",
"list.activeSelectionBackground": "#00a6a9",
"titleBar.activeForeground": "#000",
"titleBar.inactiveForeground": "#000000CC",
"titleBar.activeBackground": "#FFC600",
"titleBar.inactiveBackground": "#FFC600CC"
},
"editor.minimap.enabled": false,
"search.useIgnoreFiles": false,
"window.titleBarStyle": "custom"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment