We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b764b7 commit 67f702eCopy full SHA for 67f702e
docs/guide/summary/vscode.md
@@ -20,7 +20,7 @@ title: vscode
20
"request": "launch",
21
"module": "uvicorn",
22
"console": "integratedTerminal",
23
- // 指定 python 解释器
+ // 指定 python 解释器,请根据实际情况自行修改
24
//"python": "${workspaceFolder}/.venv/bin/python", // MacOS or Linux
25
//"python": "${workspaceFolder}/.venv/Scripts/python.exe", // Windows
26
"env": {
0 commit comments