79196699

Date: 2024-11-17 07:40:50
Score: 2.5
Natty:
Report link

Changing the setting in the code runner extension can solve the issue. Following these steps could work for you:

  1. Open the settings tab beside your code runner extension
  2. Go to Code Runner: Executor map
  3. Click on settings.json below it. enter image description here
  4. The existing python should be "python": "python -u". Change it to "python":"python3"

VSCode Setting

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: rushikesh chopade