Skip to content

Commit

Permalink
Update debugger to latest v1.6.3. (microsoft/vscode-python#19698)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored and wesm committed Mar 28, 2024
1 parent 710ebe1 commit 5c010d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-python/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 = ("cp39",)
DEBUGGER_VERSION = "1.6.2" # can also be "latest"
DEBUGGER_VERSION = "1.6.3" # can also be "latest"


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

0 comments on commit 5c010d5

Please sign in to comment.