This extension shows *.prof files generated by python -m cProfile -o [output].prof my_script.py using snakeviz.
Requirements
This extension has two requirements:
ms-python.python must be installed to resolve the python interpreter path. If ms-python.python is not available, this extension will try to use python as the interpreter.
snakeviz must be installed for the interpreter identified in step 1.