Skip to content

Commit 8034d75

Browse files
authored
Update debugger to latest (debugpy v1.6.3). (#19699)
Update debugger to latest v1.6.3. (#19698)
1 parent 16af70c commit 8034d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
1414
DEBUGGER_PACKAGE = "debugpy"
1515
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp39",)
16-
DEBUGGER_VERSION = "1.6.2" # can also be "latest"
16+
DEBUGGER_VERSION = "1.6.3" # can also be "latest"
1717

1818

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

0 commit comments

Comments
 (0)