Thought I would ask here before submitting a bug report. I have just started running python3 with pandas on MacOS (Catalina) using VSCode. I have been noticing that when exiting VSCode, python starts to eat up CPU cycles on MacOS. I have to use the kill command. I am unsure if this is a misconfiguration of VSCode on my part. (I can't find anything that stands out.) Just wondering if someone out there could walk me through some steps to check with VSCode to make sure I did not configure something incorrectly.
python 3.9.4 installed through brew package manager. VSCode 1.55 (March 2021) MacOS 10.15.7
- It appears that I have python 3.8.2 and python 2.7.16 installed as well, but wasn't sure about removing without losing some underlying MacOS function.
Thanks