byuccl / bfasst

Tools for FPGA Assurance Flows
Apache License 2.0
12 stars 5 forks source link

VSCode Configuration Settings Depreciating #291

Closed reillymck closed 1 year ago

reillymck commented 1 year ago
    python.formatting.blackArgs": [
        "--line-length","100"
    ],
    "python.formatting.provider": "black",
    "python.linting.enabled": true,
    "python.linting.pylintEnabled": true

These lines in settings.json are being depreciated, due to black and pylint getting their own extenstion.