Skip to content

Commit

Permalink
Remove reference to deleted file in ms-python.python build script (#766)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
JNuss71 and filiptronicek authored Jun 28, 2024
1 parent a5957f7 commit be7c26e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,11 +887,10 @@
"custom": [
"python -m pip install -U pip",
"python -m pip install wheel",
"python -m pip install --no-deps --require-hashes --only-binary :all: -t ./python_files/lib/python --implementation py -r requirements.txt",
"python -m pip install --no-user --no-deps --require-hashes --only-binary :all: -t ./python_files/lib/python --implementation py -r requirements.txt",
"python -m pip --disable-pip-version-check install packaging",
"python ./python_files/install_debugpy.py",
"python ./python_files/download_get_pip.py",
"python -m pip install --no-deps --require-hashes --only-binary :all: -t ./python_files/lib/jedilsp --implementation py --platform any --abi none -r ./python_files/jedilsp_requirements/requirements.txt",
"python -m pip install --no-user --no-deps --require-hashes --only-binary :all: -t ./python_files/lib/jedilsp --implementation py --platform any --abi none -r ./python_files/jedilsp_requirements/requirements.txt",
"npm ci --prefer-offline",
"npm run addExtensionPackDependencies",
"npm run package"
Expand Down

0 comments on commit be7c26e

Please sign in to comment.