pythonPath config for debugging in vscode

This commit is contained in:
shockrah 2021-01-20 20:12:13 -08:00
parent 5446d70d84
commit d589b31180

3
server-api/.vscode/settings.json vendored Normal file
View File

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