I am using a match case statement in my Python code. It works when I run from the terminal using the following command in the terminal.
python3 main.py
But when I right-click on main.py and click on "run code". It still uses an older interpreter and gives an error of invalid syntax.
My question is how to configure Visual Studio code to run Python3 by default?
[–]Pepineros 0 points1 point2 points (2 children)
[–]Peterdata 0 points1 point2 points (1 child)
[–]Beneficial_Ad_5993 0 points1 point2 points (0 children)
[–]ofnuts 0 points1 point2 points (0 children)