Snippets

Joran Rood Visual Studio Code (1.23.1) Configuration

Created by Joran Rood last modified
{
    "editor.fontFamily": "'Consolas', monospace",
    "editor.fontSize": 14,
    "editor.rulers": [ 80 ],
    "editor.wordWrap": "on",
    "editor.roundedSelection": false,
    "editor.minimap.enabled": false,
    "editor.glyphMargin": false,
    "editor.links": false,

    "workbench.activityBar.visible": false,
    "workbench.editor.enablePreview": false,
    "workbench.editor.enablePreviewFromQuickOpen": false,
    "workbench.editor.tabCloseButton": "left",
    "workbench.startupEditor": "none",
    "workbench.statusBar.feedback.visible": false,
    "workbench.tips.enabled": false,
    "workbench.colorTheme": "Default Light+",
    "workbench.iconTheme": "vs-minimal",

    "workbench.colorCustomizations": {
        "[Default Light+]": {
            "scrollbar.shadow": "#00000000",
            "badge.background": "#9ea2a2",
            "badge.foreground": "#ffffff",
            "list.hoverBackground": "#f2f6f6",
            "activityBar.background": "#f2f6f6",
            "activityBar.foreground": "#585c5c",
            "activityBarBadge.background": "#4f9fcf",
            "activityBarBadge.foreground": "#ffffff",
            "sideBar.background": "#f2f6f6",
            "sideBar.foreground": "#585c5c",
            "sideBarTitle.foreground": "#585c5c",
            "sideBarSectionHeader.background": "#f2f6f6",
            "sideBarSectionHeader.foreground": "#585c5c",
            "editor.lineHighlightBackground": "#f2f6f6",
            "editor.lineHighlightBorder": "#f2f6f6",
            "editorLineNumber.foreground": "#b2b6b6",
            "editorLineNumber.activeForeground": "#585c5c",
            "editorIndentGuide.background": "#e2e6e6",
            "editorIndentGuide.activeBackground": "#e2e6e6",
            "editorRuler.foreground": "#e2e6e6",
            "editorGroup.background": "#f2f6f6",
            "editorGroupHeader.tabsBackground": "#f2f6f6",
            "tab.activeBackground": "#ffffff",
            "tab.activeForeground": "#585c5c",
            "tab.inactiveBackground": "#f2f6f6",
            "tab.inactiveForeground": "#969a9a",
            "editorWidget.background": "#f2f6f6",
            "statusBar.background": "#f2f6f6",
            "statusBar.foreground": "#585c5c",
            "statusBar.noFolderBackground": "#f2f6f6",
            "statusBar.noFolderForeground": "#585c5c",
            "statusBar.debuggingBackground": "#f2f6f6",
            "statusBar.debuggingForeground": "#585c5c",
            "statusBarItem.prominentBackground": "#e0e3e3",
            "statusBarItem.prominentHoverBackground": "#e0e3e3",
            "titleBar.activeBackground": "#f2f6f6",
            "titleBar.activeForeground": "#585c5c",
            "titleBar.inactiveBackground": "#f2f6f6",
            "titleBar.inactiveForeground": "#969a9a",
        }
    },

    "window.restoreWindows": "none",

    "editor.multiCursorModifier": "ctrlCmd",
    "editor.scrollBeyondLastLine": false,
    "editor.renderLineHighlight": "line",

    "explorer.openEditors.visible": 0,
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,

    "telemetry.enableTelemetry": false,
    "telemetry.enableCrashReporter": false,
    "terminal.explorerKind": "external",

    "search.location": "panel",

    "php.validate.executablePath": "/usr/local/bin/php"
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.