script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Thu, 25 Nov 2021 11:28:51 +0100
changeset 1549 f21b84c64daa
parent 1525 3c96e9ef3d64
child 1557 7c67caaafdeb
permissions -rw-r--r--
Update img and infofor enmi 2021
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",
1496
184372ec27e2 upgrade to python 3 and twitter api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "python.analysis.diagnosticPublishDelay": 996
184372ec27e2 upgrade to python 3 and twitter api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
}