diff --git a/pythonFiles/install_debugpy.py b/pythonFiles/install_debugpy.py index 12a9e47cc396..b7f663c01907 100644 --- a/pythonFiles/install_debugpy.py +++ b/pythonFiles/install_debugpy.py @@ -13,7 +13,7 @@ DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python") DEBUGGER_PACKAGE = "debugpy" DEBUGGER_PYTHON_ABI_VERSIONS = ("cp310",) -DEBUGGER_VERSION = "1.6.5" # can also be "latest" +DEBUGGER_VERSION = "1.6.6" # can also be "latest" def _contains(s, parts=()):