script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Mon, 21 Dec 2020 14:03:08 +0100
changeset 1537 7e59183129bb
parent 1525 3c96e9ef3d64
child 1557 7c67caaafdeb
permissions -rw-r--r--
Added tag V06.024 for changeset dd7d376749a4
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
}