Skip to content

Commit bebff74

Browse files
committed
Update debugpy to 1.5.1
1 parent 13fdf4c commit bebff74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/2 Fixes/17789.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update debugpy to 1.5.1 to ensure user-unhandled exception setting is false by default.

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
1111
DEBUGGER_PACKAGE = "debugpy"
1212
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp39",)
13-
DEBUGGER_VERSION = "1.5.0" # can also be "latest"
13+
DEBUGGER_VERSION = "1.5.1" # can also be "latest"
1414

1515

1616
def _contains(s, parts=()):

0 commit comments

Comments
 (0)