vscode每次运行服务器时都要求我提供调试配置文件,如何查看它? 这是我当前的配置,一直被忽略。
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Django",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/manage.py",
"args": [
"runserver",
"--noreload"
],
"django": true
}
]
}
我正在使用Anaconda 4.7.12 Mac运行Mohave python3.7 django2.2