{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Bench Runner",
"type": "python",
"request": "launch",
"python": "${workspaceFolder}/env/bin/python",
"program": "${workspaceFolder}/apps/frappe/frappe/utils/bench_helper.py",
"args": [
"frappe", "serve", "--port", "8000",
"--noreload", "--noreload", "--nothreading"
],
"cwd": "${workspaceFolder}/sites",
"env": {
"DEV_SERVER": "1"
}
}
]
}
ERPNext vscode Debug
最新推荐文章于 2025-03-03 10:05:50 发布
本文介绍了如何使用IntelliSens来了解Frappe开发环境中可能的属性描述,并通过BenchRunner配置,以Python启动Frappe服务器,指定端口和开发模式选项。
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
Python3.11
Conda
Python
Python 是一种高级、解释型、通用的编程语言,以其简洁易读的语法而闻名,适用于广泛的应用,包括Web开发、数据分析、人工智能和自动化脚本
1665

被折叠的 条评论
为什么被折叠?



