Skip to content

Commit

Permalink
[ms-python.python] Fix version and checkout by swapping them (oops)
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
jankeromnes committed Jul 23, 2020
1 parent dbb3c96 commit 1542b6e
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 @@ -540,8 +540,8 @@
{
"id": "ms-python.python",
"repository": "https://github.com/Microsoft/vscode-python",
"version": "2020.7.94776",
"checkout": "2020.7.0",
"version": "2020.7.0",
"checkout": "2020.7.94776",
"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 1542b6e

Please sign in to comment.