From 606a0beec7660db4f91d96f69a78bd02ca12ee32 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Mon, 3 Aug 2020 08:20:10 +0000 Subject: [PATCH] Bump ms-python.python --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index a90359aaf..8fc27ef0a 100644 --- a/extensions.json +++ b/extensions.json @@ -544,8 +544,8 @@ { "id": "ms-python.python", "repository": "https://github.com/Microsoft/vscode-python", - "version": "2020.7.0", - "checkout": "2020.7.94776", + "version": "2020.7.1", + "checkout": "2020.7.96456", "prepublish": "python -m pip install -U pip && python -m pip --disable-pip-version-check install -t ./pythonFiles/lib/python --no-cache-dir --implementation py --no-deps --upgrade -r requirements.txt && python -m pip install wheel && python -m pip --disable-pip-version-check install -r build/debugger-install-requirements.txt && python ./pythonFiles/install_debugpy.py && npm run clean && npm run package" }, {