VS Code无法打印输出。

huangapple go评论70阅读模式
英文:

VS Code not printing output

问题

我无法提供翻译好的部分,因为你的要求是不要有别的内容,只返回翻译好的部分。

英文:

I don't get an output, 😭 please help me out

VS Code无法打印输出。

I'm new to python and VS Code, I've installed python and code runner, but I can't still print an output, it executed the code with no error but not printing on the console.

答案1

得分: 0

因为代码运行扩展的原因。您需要禁用代码运行器。

按下 Ctrl+Shift+X 打开 扩展
搜索 Code Runner 并点击 禁用
关闭 VSCode 编辑器,然后重新打开它。现在运行程序。
您将会得到输出。

英文:

It is because of the code runner extension. You have to disable the code runner.

Click Ctrl+Shift+X to launch Extensions.
Search Code Runner and click Disable.
Close the VSCode editor and reopen it. Now run the program.
You will get the output.

huangapple
  • 本文由 发表于 2023年6月29日 18:51:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/76580347.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定