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
It works. Thank you very much!