【发布时间】:2022-01-12 20:08:37
【问题描述】:
我是 Visual Studio 代码的新手,并且正在运行一个简单的 html 应用程序。运行 (F5) 时,VS Code 抱怨“选择一个 python 解释器”。它也在底部的蓝色栏中。我不做 Python 为什么需要这个?
【问题讨论】:
-
在带有 HTML 文件的工作区中按 F5 时会发生什么
-
在开始 Python 编码之前阅读此tutorial。
-
重点是我没有做任何与 Python 相关的事情。我只有一个简单的 html 和 css 网页。我希望该网页在 Google Chrome 中启动,只显示一个
和一个
标签。
-
卸载 Python 扩展
标签: python visual-studio-code interpreter