joshboles
8/19/2019 - 3:52 PM

VSCode Syntax and Lint Fix

{
    "editor.tokenColorCustomizations": {
        "textMateRules": [
        {
            "scope": "meta.function-call.generic.python",
            "settings": {
            "foreground": "#4F85F2"
            }
        }
        ]
    },
    "python.linting.pylintArgs": [
        "--load-plugins=pylint_django"
    ]
}