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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1496
184372ec27e2 upgrade to python 3 and twitter api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
1525
3c96e9ef3d64 update code settings + some dependencies version
ymh <ymh.work@gmail.com>
parents: 1507
diff changeset
     2
    "python.pythonPath": ".venv/bin/python",
1557
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1525
diff changeset
     3
    "python.analysis.diagnosticPublishDelay": 996,
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1525
diff changeset
     4
    "files.trimTrailingWhitespace": true,
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1525
diff changeset
     5
    "python.languageServer": "Pylance",
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1525
diff changeset
     6
    "python.linting.pylintEnabled": true,
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1525
diff changeset
     7
    "python.formatting.provider": "black",
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1525
diff changeset
     8
    "python.linting.enabled": true
1496
184372ec27e2 upgrade to python 3 and twitter api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
}