From 6f6c3af2bfc86e27f6a5619d96aa21989a993620 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 5 Nov 2019 12:15:38 -0800 Subject: [PATCH] Update experimental debugger to 5.0.0.a7 --- pythonFiles/install_ptvsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonFiles/install_ptvsd.py b/pythonFiles/install_ptvsd.py index d89ab3c96554..bfa7332a1956 100644 --- a/pythonFiles/install_ptvsd.py +++ b/pythonFiles/install_ptvsd.py @@ -8,7 +8,7 @@ EXTENSION_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python") DEBUGGER_PACKAGE = "ptvsd" -DEBUGGER_VERSION = "5.0.0a5" +DEBUGGER_VERSION = "5.0.0a7" DEBUGGER_PYTHON_VERSIONS = ("cp37",)