script/.vscode/settings.json
author ymh <ymh.work@gmail.com>
Sun, 28 Nov 2021 18:55:58 +0100
changeset 1554 5da776f32fe9
parent 1525 3c96e9ef3d64
child 1557 7c67caaafdeb
permissions -rw-r--r--
Added tag V07.003 for changeset 53df1cd6d37a
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
}