Skip to content

Commit

Permalink
Bump ms-python.python
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Aug 3, 2020
1 parent 52383bd commit 606a0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 606a0be

Please sign in to comment.