Skip to content

Commit 67f702e

Browse files
committed
update docs
1 parent 1b764b7 commit 67f702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/summary/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title: vscode
2020
"request": "launch",
2121
"module": "uvicorn",
2222
"console": "integratedTerminal",
23-
// 指定 python 解释器
23+
// 指定 python 解释器,请根据实际情况自行修改
2424
//"python": "${workspaceFolder}/.venv/bin/python", // MacOS or Linux
2525
//"python": "${workspaceFolder}/.venv/Scripts/python.exe", // Windows
2626
"env": {

0 commit comments

Comments
 (0)