script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Thu, 10 Jan 2019 18:53:10 +0100
changeset 1498 e0b3ef3c07d0
parent 1496 184372ec27e2
child 1507 1e7aa7dc444b
permissions -rw-r--r--
small corrections
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
{
184372ec27e2 upgrade to python 3 and twitter api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    "python.pythonPath": "/Users/ymh/dev/projects/tweet_live/script/.direnv/python-3.7.1/bin/python",
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
}