settings.json

 {

    "editor.fontFamily": "'Fira Code', Consolas, monospace",

    "editor.fontLigatures": true,

    "editor.fontWeight": "normal",

    "editor.fontSize": 18,

    "editor.lineHeight": 26,

    "editor.wordWrap": "on",


    "editor.cursorBlinking": "smooth",

    "editor.cursorStyle": "underline",

    "editor.cursorWidth": 5,

    "editor.cursorSmoothCaretAnimation": "off",


    "editor.smoothScrolling": false,

    "editor.mouseWheelSmoothScroll": false,

    "workbench.reduceMotion": "on",

    "editor.scrollBeyondLastLine": false,

    "editor.scrollBeyondLastColumn": false,

    "editor.fastScrollSensitivity": 20,


    "editor.allowVariableLineHeights": false,


    "files.autoSave": "onFocusChange",

    "explorer.confirmDelete": false,

    "window.commandCenter": false,

    "workbench.layoutControl.enabled": false,

    "workbench.editor.showTabs": "none",

    "workbench.editor.enablePreview": false,

    "workbench.editor.editorActionsLocation": "hidden",

    "workbench.activityBar.location": "hidden",

    "workbench.panel.showLabels": false,

    "workbench.startupEditor": "none",

    "workbench.editor.empty.hint": "hidden",

    "window.menuBarVisibility": "compact",


    "workbench.colorTheme": "Horizon Legacy Bold",


    "editor.quickSuggestions": { "other": false, "comments": false, "strings": false },

    "editor.suggestOnTriggerCharacters": false,

    "editor.wordBasedSuggestions": "off",

    "editor.parameterHints.enabled": false,

    "editor.renderValidationDecorations": "none",

    "editor.showUnused": false,

    "editor.diagnostics.enabled": false,


    "javascript.validate.enable": false,

    "typescript.validate.enable": false,

    "javascript.suggestionActions.enabled": false,

    "eslint.enable": false,

    "cSpell.enabled": false,


    "breadcrumbs.enabled": false,

    "editor.hover.above": false,


    "notifications.silent": true,

    "notifications.toastEnabled": false,

    "debug.hideSlowPreLaunchWarning": true,

    "problems.decorations.enabled": false,


    "update.showReleaseNotes": false,

    "extensions.autoCheckUpdates": false,

    "extensions.autoUpdate": false,

    "workbench.enableExperiments": false,


    "security.workspace.trust.banner": "never",

    "security.workspace.trust.untrustedFiles": "open",


    "liveServer.settings.donotShowInfoMsg": true,

    "chat.commandCenter.enabled": false,

    "vscode_custom_css.imports": [],


    "editor.bracketPairColorization.enabled": false,

    "editor.minimap.enabled": false,


    "vim.useSystemClipboard": true,

    "vim.timeout": 300,

    "vim.keyDelay": 0,

    "vim.smartRelativeLine": false,

    "vim.highlightedyank.enable": false,


    "vim.insertModeKeyBindings": [

        {

            "before": ["j", "j"],

            "after": ["<Esc>"]

        }

    ],


    "vim.normalModeKeyBindingsNonRecursive": [

        { "before": ["J"], "after": ["1", "0", "j"] },

        { "before": ["K"], "after": ["1", "0", "k"] },

        { "before": ["H"], "after": ["^"] },

        { "before": ["L"], "after": ["$"] }

    ],


    "vim.visualModeKeyBindingsNonRecursive": [

        { "before": ["<space>"], "after": ["<Esc>"] }

    ],

    "editor.suggest.showStatusBar": true

}


Comments

Popular posts from this blog

c# .net learning From 19 Sep 2023

template