【问题标题】:VS Code Not Running Anything - No such file or directoryVS 代码不运行任何东西 - 没有这样的文件或目录
【发布时间】:2023-02-11 05:38:47
【问题描述】:

我的VS代码

我的 VSCode for Mac 甚至不会运行简单的 Python 命令。有关更多上下文,我的 Python 终端在文件目录中执行设置已打开。我不知道问题出在哪里,播放按钮或右键单击并选择运行代码也没有任何作用。

我已经确保为 Mac 安装了正确的 VSCode。请帮忙 :(

【问题讨论】:

    标签: visual-studio-code


    【解决方案1】:

    尝试像这样编辑您的settings.json 文件:

    "terminal.explorerKind": "external",
    "terminal.integrated.defaultProfile.windows": "Command Prompt"
    

    learn more关于在VS Code中使用python

    【讨论】:

      猜你喜欢
      • 2019-05-27
      • 1970-01-01
      • 2016-08-15
      • 1970-01-01
      • 1970-01-01
      • 2021-01-31
      • 1970-01-01
      • 2020-04-07
      • 2012-08-19
      相关资源
      最近更新 更多