Skip to content

Instantly share code, notes, and snippets.

@prahladtimalsina
Created July 10, 2021 08:31
Show Gist options
  • Save prahladtimalsina/4508d1fa778780930139757e56c94ea0 to your computer and use it in GitHub Desktop.
Save prahladtimalsina/4508d1fa778780930139757e56c94ea0 to your computer and use it in GitHub Desktop.
setting.json file vscode
{
    "files.autoSave": "afterDelay",
    "tabnine.experimentalAutoImports": true,
    "workbench.colorTheme": "Cobalt2",
    "editor.fontLigatures": true,
    "editor.cursorBlinking": "expand",
    "diffEditor.maxComputationTime": 50000,
    "liveServer.settings.donotShowInfoMsg": true,
    "liveshare.presence": false,
    "workbench.editor.untitled.hint": "hidden",
    "editor.formatOnSave": true,
    "workbench.iconTheme": "vscode-icons",
    "emmet.excludeLanguages": [

        "markdown"
    ],
    "emmet.syntaxProfiles": {
        "html": {
            "filters": "bem"
        }
    
    },
    "emmet.triggerExpansionOnTab": true,
    "emmet.showSuggestionsAsSnippets": true,
    "editor.snippetSuggestions": "top",


    "emmet.preferences": {
    
    },
    "emmet.includeLanguages": {
        "javascript": "javascriptreact",
        "razor": "html",
        "plaintext": "pug"
    },
    // "editor.formatOnSave": true,
    "[json]": {

        "editor.quickSuggestions": {
            "strings": true
        },
        "editor.suggest.insertMode": "replace",
        "gitlens.codeLens.scopes": [
            "document"
        ]
    },
    "editor.defaultFormatter": "esbenp.prettier-vscode"
    
}
//default font vs code 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'
//'Cascadia Code', Consolas, 'Courier New', 'monospace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment