Visual code - How to change default path for Python 3 from python U in Mac

I dont see the 3 dots in settings to access the J son settings. So how do I change the path to Python 3

1 Like


Go to settings and type code-runner.exe as shown on the screenshot and click on Edit in settings.json


put a comma after true like this and type “code-runner.executorMap”:
“editor.formatOnSave”: true,
“code-runner.executorMap”:

then change python u to python3

Thanks. But I only see limited option in the settings

It works. Thank you very much!