hieuhtr / Blog

Don’t be lazy. Don’t make excuses. No one cares. Work fucking harder.
Other
6 stars 2 forks source link

User Settings of VSCode #17

Open hieuhtr opened 7 years ago

hieuhtr commented 7 years ago

My settings

Most important:

// Place your settings in this file to overwrite the default settings
{
    "editor.fontSize": 12,
    "window.reopenFolders": "all",
    "editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
    "editor.quickSuggestions": true,
    "editor.quickSuggestionsDelay": 0,
    "editor.renderWhitespace": "all",
    "workbench.sideBar.location": "left",
    "workbench.statusBar.visible": true,
    "files.associations": {
        "*.cnf": "shellscript",
        "*.md": "markdown",
        "*.markdown": "markdown"
    },
    "files.hotExit": "onExit",
    "window.titleBarStyle": "native",
    "window.zoomLevel": 0,
    "vsicons.dontShowNewVersionMessage": true,
    "workbench.editor.tabCloseButton":"right",
    "extensions.autoUpdate": true,
    "terminal.integrated.scrollback": 2000,
    "clock.dateFormat": "hh:MM TT - dddd mmm d",
    "workbench.iconTheme": "vscode-icons",
    "workbench.colorTheme": "Gruvbox Dark (Medium Contrast)",
    "editor.cursorStyle": "block",
    "terminal.integrated.cursorStyle": "block",
    "editor.cursorBlinking": "solid"
}