Skip to content

Commit

Permalink
chore: debugpy configure
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Feb 5, 2024
1 parent 13f9512 commit ea660ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "create",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "sphinx_deployment",
"console": "internalConsole",
Expand All @@ -17,7 +17,7 @@
},
{
"name": "default",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "sphinx_deployment",
"console": "internalConsole",
Expand All @@ -28,7 +28,7 @@
},
{
"name": "delete",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "sphinx_deployment",
"console": "internalConsole",
Expand All @@ -39,7 +39,7 @@
},
{
"name": "rename",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "sphinx_deployment",
"console": "internalConsole",
Expand All @@ -50,7 +50,7 @@
},
{
"name": "serve",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "sphinx_deployment",
"console": "internalConsole",
Expand All @@ -61,7 +61,7 @@
},
{
"name": "sphinx-build dev",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "/home/msclock/projects/sphinx-deployment/.venv/bin/sphinx-build",
"console": "internalConsole",
Expand Down

0 comments on commit ea660ad

Please sign in to comment.