klummy
11/29/2017 - 8:28 PM

VSCode Config Backup

{
    "atomKeymap.promptV3Features": true,

    "editor.multiCursorModifier": "ctrlCmd",
    // "editor.fontLigatures": true,
    "editor.formatOnPaste": true,
    "editor.wordWrap": "on",
    "editor.trimAutoWhitespace": true,
    "editor.fontFamily": "'Fira Code'",
    "editor.fontLigatures": true,
    "editor.links": false,

    "files.autoSave": "onFocusChange",

    "python.linting.flake8Enabled": true,
    "python.linting.pylintEnabled": false,

    "emmet.syntaxProfiles": {
        "javascript": "jsx"
    },

    "eslint.autoFixOnSave": true,
    "jscs.enable": false,
    "jshint.enable": false,

    "javascript.validate.enable": true,
    "git.enableSmartCommit": true,
    "window.zoomLevel": 0,
    "workbench.colorTheme": "Atom One Dark",

    "flow.useNPMPackagedFlow": true,
    "explorer.confirmDragAndDrop": false,
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressUpdateNotice": false,
        "suppressWelcomeNotice": true
    }
}