MD Irfan
Results
1
issues of
MD Irfan
My settings.json for running python files is like this, ```json { "code-runner.executorMap": { "python": "python main.py", }, } ``` It should convert to bash and run like, `python main.py `...