Skip to content

Commit

Permalink
install_vscode_launch: Change type to debugpy (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed May 1, 2024
1 parent bb68df8 commit 44ab121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vspreview/api/other.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def install_vscode_launch(mode: Literal['override', 'append', 'ignore'], path: s
vscode_settings_path.mkdir(0o777, True, True)

common_args = {
"type": "python",
"type": "debugpy",
"request": "launch",
"console": "internalConsole",
"gevent": False,
Expand Down

0 comments on commit 44ab121

Please sign in to comment.