Skip to content

Commit 3190bec

Browse files
committed
Fix ms-python.python
Fixes #698
1 parent e121bfa commit 3190bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
},
828828
"ms-python.python": {
829829
"repository": "https://github.com/microsoft/vscode-python",
830-
"prepublish": "PIP_USER=no python3 -m pip --disable-pip-version-check install -r build/debugger-install-requirements.txt && python3 ./pythonFiles/install_debugpy.py && python3 -m pip install --no-deps --require-hashes --only-binary :all: -t ./pythonFiles/lib/python --implementation py -r ./requirements.txt && python3 -m pip install --no-deps --require-hashes --only-binary :all: -t ./pythonFiles/lib/jedilsp --implementation py --platform any --abi none -r ./pythonFiles/jedilsp_requirements/requirements.txt && python3 ./build/update_ext_version.py --release --for-publishing && npm run addExtensionPackDependencies && DISABLE_TRANSLATIONS=true npm run package",
830+
"prepublish": "npx gulp installPythonLibs && python3 ./pythonFiles/install_debugpy.py && python3 ./build/update_ext_version.py --release --for-publishing && npm run addExtensionPackDependencies && DISABLE_TRANSLATIONS=true npm run package",
831831
"extensionFile": "ms-python-insiders.vsix",
832832
"timeout": 30
833833
},

0 commit comments

Comments
 (0)