gpt4 book ai didi

python - VS Code 中的运行按钮不显示 [Python]

转载 作者:行者123 更新时间:2023-12-04 12:10:10 24 4
gpt4 key购买 nike

我最近在 VS Code 中使用 Python 创建了一个应用程序。我做了一些修改,现在左上角的运行按钮不见了。我只能在 Debug模式下运行该应用程序。我已经尝试点击另一个帖子中建议的小错误。当我与 Github 共享我的代码时,它在我的 macbook 上做同样的事情。如果我在新文件中运行相同的代码,运行按钮就会回来。
see the image as an exemple.
您有什么方法可以解决此问题而无需创建新文件?

最佳答案

您在这里有两个选择:

  • 为 Visual Studio Code 安装 Microsoft Python 扩展 适用于 Visual Studio Code 的 Microsoft Jupyter 扩展

  • 在 Microsoft Visual Studio Code 的扩展:Marketplace 中搜索 Python 并点击安装。
    enter image description here
    在 Microsoft Visual Studio Code 的 Extension: Marketplace 中搜索 Jupyter 并点击安装。
    enter image description here
    或者您可以使用终端或命令提示符来安装它们。打开终端或命令提示符并在那里写下这些命令。
    安装 Microsoft Python 扩展,
    code --install-extension ms-python.python
    安装 Microsoft Jupyter 扩展,
    code --install-extension ms-toolsai.jupyter
  • 为 Visual Studio Code 安装 Code Runner

  • 在 Microsoft Visual Studio Code's Extension: Marketplace 中搜索 Code Runner 并点击安装。
    enter image description here
    或者您可以使用终端或命令提示符来安装它。打开终端并写入命令。
    安装代码运行器,
    code --install-extension formulahendry.code-runner
    您必须使用 Microsoft 的第一个选项。如果您同时使用这两个选项,则安装 代码运行器 微软 Python Jupyter 扩展然后 微软 Python 扩展只有在您禁用 时才有效代码运行器 .
    代码运行器 的一个很好的扩展C、C++、Java、Javascript、Perl、... 但对于 python Microsoft Python 和 Jupyter 扩展是最好的。

    关于python - VS Code 中的运行按钮不显示 [Python],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62559273/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com