I installed Python 3.13.3 and tried to compile a secret message.py program and VS Code would not run the program the first time due to microsoft errors, ex. needs to download missing extensions and modules
Microsoft just download all the stuff for each language not bits and pieces here and there when you install the program. You have to many missing parts, ex. missing modules, debug extensions - who wants to download that stuff all the time
To fix this design issue, “just copy your code to the editor microsoft” - click new file as a python file not a text file - copy the code to the editor
and click RUN and Debug to compile the program and get output. The errors for extensions and modules from the code is rediculous.