python 3を使用して[python]Vscode Code Runnerを実行



  • cmd+2457912キーを使用してSettingsメニューにアクセス

  • code runnerの検索

  • Code-runner:Executor Mapプロジェクトを選択[Edit in setting.json]

  • ,修正
  • 変更前
    "code-runner.executorMap": {
    	"python": "python", 
    },
    変更後
    "code-runner.executorMap": {
    	"python": "python3",
    },