Visual Studio Code fix for Python 3.11 debugging

Symptom:

PyInt_FromLong not found.
PyInt_FromLong not found.
PyInt_FromLong not found.

Solution:

git clone --depth 1 https://github.com/microsoft/debugpy.git ~/.debugpy
rm -rf ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/lib/python/debugpy/
mv -v ~/.debugpy/src/debugpy/ ~/.vscode/extensions/ms-python.python-2022.20.1/pythonFiles/lib/python
rm -rf ~/.debugpy