The 'ms-python.debugpy' extension is not available in VSCodium for Linux ARM. #147

Closed
opened 2025-09-10 23:42:24 -05:00 by giteasync · 3 comments
Owner

Originally created by @errolt on GitHub.

Describe the bug
debugpy is available for ARM64, but not for ARM.

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:
Connect to ARM device over SSH.
Try to debug python file. Codium tells you there is no debugger installed for python.
Go to plugins and try to install Python Debugger on SSH target.
You get the message "The 'ms-python.debugpy' extension is not available in VSCodium for Linux ARM."

Expected behavior
I expect the debugger to install and debugging of python files to work.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Ubuntu 24.04]
  • Architecture [x64]
  • Version [1.96.2]

Target

  • Linux display 6.6.51+rpt-rpi-v7 #1 SMP Raspbian 1:6.6.51-1+rpt3 (2024-10-08) armv7l GNU/Linux

Additional context
This works fine in VS Code.

Originally created by @errolt on GitHub. **Describe the bug** debugpy is available for ARM64, but not for ARM. **Please confirm that this problem is VSCodium-specific** - [X] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium. **Please confirm that the issue/resolution isn't already documented** - [X] I checked [the Docs page](https://github.com/VSCodium/vscodium/blob/master/docs/index.md) and [the Troubleshooting page](https://github.com/VSCodium/vscodium/blob/master/docs/troubleshooting.md) and my issue is not mentioned there. **To Reproduce** Steps to reproduce the behavior: Connect to ARM device over SSH. Try to debug python file. Codium tells you there is no debugger installed for python. Go to plugins and try to install Python Debugger on SSH target. You get the message "The 'ms-python.debugpy' extension is not available in VSCodium for Linux ARM." **Expected behavior** I expect the debugger to install and debugging of python files to work. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [Ubuntu 24.04] - Architecture [x64] - Version [1.96.2] **Target** - Linux display 6.6.51+rpt-rpi-v7 #1 SMP Raspbian 1:6.6.51-1+rpt3 (2024-10-08) armv7l GNU/Linux **Additional context** This works fine in VS Code.
giteasync added the
bug
label 2025-09-10 23:42:24 -05:00
Author
Owner

@lex-ibm commented on GitHub:

Here just to say that the universal version would also be appreciated 😅

@lex-ibm commented on GitHub: Here just to say that the universal version would also be appreciated 😅
Author
Owner

@daiyam commented on GitHub:

I've opened an issue on open-vsx

@daiyam commented on GitHub: I've opened an issue on open-vsx
Author
Owner

@lex-ibm commented on GitHub:

Also, as a workaround, you can download the universal VSIX from Visual Studio Marketplace and use that one... Or well, that used to be the case until a few days ago when Microsoft removed the Download button, now you have to do something like:

curl -L "https://ms-python.gallery.vsassets.io/_apis/public/gallery/publisher/ms-python/extension/debugpy/2025.1.2025021301/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage" -o ms-python.debugpy-2025.1.2025021301-universal.vsix
@lex-ibm commented on GitHub: Also, as a workaround, you can download the universal VSIX from Visual Studio Marketplace and use that one... Or well, that used to be the case until a few days ago when Microsoft removed the `Download` button, now you have to do something like: ``` curl -L "https://ms-python.gallery.vsassets.io/_apis/public/gallery/publisher/ms-python/extension/debugpy/2025.1.2025021301/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage" -o ms-python.debugpy-2025.1.2025021301-universal.vsix ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#147
No description provided.