DEV Community

CoderEthanLiu
CoderEthanLiu

Posted on

VSCode extension Code Runner

Open Code runner's Executor map settings.json --> find "python" and you'll notice that it says something like "python" == "python -u" --> change this to "python" == "python3"

Top comments (0)