script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Tue, 22 Oct 2024 10:01:37 +0200
changeset 1570 c175d505e40d
parent 1557 7c67caaafdeb
permissions -rw-r--r--
Added tag V08.006 for changeset 455bdfbdd320

{
    "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
}