Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Created June 22, 2018 15:32
Show Gist options
  • Select an option

  • Save brandonb927/c02a93d814a3fc7ef104213a0a0642f4 to your computer and use it in GitHub Desktop.

Select an option

Save brandonb927/c02a93d814a3fc7ef104213a0a0642f4 to your computer and use it in GitHub Desktop.

Revisions

  1. brandonb927 created this gist Jun 22, 2018.
    25 changes: 25 additions & 0 deletions user-config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    {
    "editor.fontLigatures": true,
    "editor.glyphMargin": false,
    "editor.lineNumbers": "off",
    "editor.snippetSuggestions": "top",
    "editor.tabCompletion": true,
    "editor.minimap.enabled": false,
    "explorer.confirmDelete": false,
    "explorer.openEditors.visible": 0,
    "window.title": "${rootName}${separator}${activeEditorMedium}",
    "window.zoomLevel": 0,
    "window.clickThroughInactive": false,
    "workbench.colorCustomizations": {
    "statusBar.background": "#303030",
    "statusBar.debuggingBackground": "#511f1f",
    "statusBar.noFolderBackground": "#222225"
    },
    "workbench.colorTheme": "Tomorrow Night Eighties",
    "workbench.fontAliasing": "antialiased",
    "workbench.iconTheme": "vs-seti",
    "workbench.activityBar.visible": false,
    "workbench.editor.tabSizing": "shrink",
    "workbench.sideBar.location": "left",
    "workbench.settings.enableNaturalLanguageSearch": false // Disables Bing searches... yeah....
    }