Moved back from devcontainer to normal as ubuntu now has python 3.11

This commit is contained in:
2023-07-20 06:59:32 +05:30
parent e685941804
commit 5534b3983d
3 changed files with 1 additions and 44 deletions

View File

@ -1,5 +1,5 @@
{
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.10/bin/python",
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.11/bin/python",
"files.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,