Skip to content

Commit

Permalink
Add linux-arm64 to ms-python.debugpy (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Troníček <filip@gitpod.io>
  • Loading branch information
sevetseh28 and filiptronicek committed May 2, 2024
1 parent aa53085 commit 6d75aca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,12 +808,16 @@
"custom": [
"python -m pip install -U pip pipx wheel",
"npm ci --prefer-offline",
"python -m pipx run nox --session install_bundled_libs",
"VSCETARGET=linux-x64 python -m pipx run nox --session install_bundled_libs",
"vsce package --target=linux-x64",
"VSCETARGET=linux-arm64 python -m pipx run nox --session install_bundled_libs",
"vsce package --target=linux-arm64",
"VSCETARGET=darwin-arm64 python -m pipx run nox --session install_bundled_libs",
"vsce package --target=darwin-arm64",
"VSCETARGET=win32-x64 python -m pipx run nox --session install_bundled_libs",
"vsce package --target=win32-x64"
],
"target": ["linux-x64", "darwin-arm64", "win32-x64"]
"target": ["linux-x64", "linux-arm64", "darwin-arm64", "win32-x64"]
},
"ms-python.flake8": {
"repository": "https://github.com/microsoft/vscode-flake8",
Expand Down

0 comments on commit 6d75aca

Please sign in to comment.