Skip to content

Commit

Permalink
update debugger version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 26, 2024
1 parent 95c65b7 commit b7260ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonFiles/install_debugpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0" # can also be "latest"
DEBUGGER_VERSION = "1.8.1" # can also be "latest"


def _contains(s, parts=()):
Expand Down

0 comments on commit b7260ef

Please sign in to comment.