script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Tue, 17 Dec 2019 09:37:47 +0100
changeset 1521 2cd970dd768b
parent 1507 1e7aa7dc444b
child 1525 3c96e9ef3d64
permissions -rw-r--r--
Added tag V06.019 for changeset f189d4918dae
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
{
1507
1e7aa7dc444b adapt polemictweet to python 3.7, new twitter model and update requirement
ymh <ymh.work@gmail.com>
parents: 1496
diff changeset
     2
    "python.pythonPath": ".direnv/python-3.7.3/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
}