Code Runner does not work for Python in VsCode
问题 I can run python files in cmd promt and Vscode terminal (cmd prompt). When I try to run any programme with Code runner ( "code-runner.runInTerminal": false ), I get the following error: [Running] python "c:\Users\MY PATH INCLUDING WHITESPACE\hello_world.py" Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 Here are the user settings (settings.json) I have tried: "code-runner.executorMap": { "python": "python", }, "code-runner