1、安装python
2、vscode安装Python插件
3、在要运行的Python工作空间里,修改tasks.json。用以下内容覆盖
{ "version": "0.1.0", "command": "C:\\Python35\\python.exe", "isShellCommand":"true", "shadowOutput":"always", "args": ["${file}"] }
4、然后Ctrl+Shift+b运行即可
相关教程推荐:vscode教程
Das obige ist der detaillierte Inhalt vonWie vscode Python-Programme ausführt. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!