VSCodium python interpreter directory change

This commit is contained in:
shockrah 2021-02-10 23:21:11 -08:00
parent 25755bf394
commit ab6b8e460b

View File

@ -1,3 +1,3 @@
{
"python.pythonPath": "/home/shockrah/GitRepos/freechat/server-api/client-tests/bin/python3.9"
"python.pythonPath": "client-tests/bin/python3"
}