Python+VS Code

简单VSCode下python环境配置

2016-10-28  本文已影响635人  wyude
tasks.json
    "version": "0.1.0",
    "command": "python",
    "isShellCommand": true,
    "args": ["${file}"],
    "showOutput": "always"
settings.json
//python
    "python.pythonPath": "D:/program/code/python/python.exe
上一篇 下一篇

猜你喜欢

热点阅读