script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 1557 7c67caaafdeb
permissions -rw-r--r--
Added tag V09.006 for changeset 459a88818bec

{
    "python.pythonPath": ".venv/bin/python",
    "python.analysis.diagnosticPublishDelay": 996,
    "files.trimTrailingWhitespace": true,
    "python.languageServer": "Pylance",
    "python.linting.pylintEnabled": true,
    "python.formatting.provider": "black",
    "python.linting.enabled": true
}