We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e7d88 commit e6b2752Copy full SHA for e6b2752
pythonFiles/install_debugpy.py
@@ -13,7 +13,7 @@
13
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
14
DEBUGGER_PACKAGE = "debugpy"
15
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp310",)
16
-DEBUGGER_VERSION = "1.6.3" # can also be "latest"
+DEBUGGER_VERSION = "1.6.5" # can also be "latest"
17
18
19
def _contains(s, parts=()):
0 commit comments