Visual Studio Code 1.0.1 for python
1. 安 F1健
ext install python
E:\test\.vscode下的三个文件
2.launch.json
{
"version": "0.1.0",
"configurations": [
{
"name": "Python",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"program": "${file}",
"pythonPath": "c:/python34/python.exe",
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"]
}
]
}
3.tasks.json
{
// See http://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "c:\\python34\\python.exe",
"isShellCommand": true,
"args": ["${file}"],
"showOutput": "always"
}
4.settings.json
// 将设置放入此文件中以覆盖默认值和用户设置。
{
"python.pythonPath": "c:\\python34\\python.exe"
}
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步