script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:37:34 +0100
changeset 1577 96a6eada7982
parent 1557 7c67caaafdeb
permissions -rw-r--r--
Correct some details again
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
}