How do i change run command ?
How do i change run command ?
Go to Settings
Search for "code-runner:Executor Map"
Click on Edit in settings.json
select the lang
"code-runner.executorMap": {
...
"python": "python3 ",
...
}
Save and close...
Go to Settings
Search for "code-runner:Executor Map"
Click on Edit in settings.json
select the lang
Save and close...
Comments
Post a Comment