Skip to content

JakeHam/VSCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

VSCode

Preferred Settings

{
    "editor.fontFamily": "Fantasque Sans Mono",
    "editor.fontLigatures": true,
    "editor.lineHeight": 21,
    "editor.minimap.enabled": false,
    "editor.mouseWheelZoom": true,
    "editor.parameterHints": false,
    "editor.rulers": [100, 120],
    "editor.scrollBeyondLastLine": false,

    "explorer.autoReveal": false,
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,
    "explorer.decorations.badges": false,
    "explorer.openEditors.visible": 0,

    "files.associations": {
        "*.in": "dockerfile"
    },
    "files.insertFinalNewline": true,
    "files.trimTrailingWhitespace": true,

    "git.ignoreMissingGitWarning": true,

    "telemetry.enableTelemetry": false,

    "terminal.integrated.fontFamily": "Fantasque Sans Mono",
    "terminal.integrated.rendererType": "dom",

    "typescript.format.enable": false,
    "typescript.tsserver.log": "verbose",

    "update.channel": "none",

    "window.zoomLevel": 0,
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "newUntitledFile",
    "workbench.colorTheme": "Material Theme Palenight High Contrast",
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published