-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install platformio-ide extension via marketplace - Extension not listed in marketplace #2032
Comments
Installing visual-studio-code-bin(AUR) (Microsoft-branded release), shows PlatformIO and others. Really didn't want to install the branded one. I could install the extensions manually, but I'm getting lazy in my later years. |
Just search for "platformio". |
@ivankravets Arch linux's community vscode(code), doesn't show all extensions in the search, platformio being one of them. You have to install the AUR branded ones. |
If this is not official VSCode, please use this instruction #1802 |
Thanks a lot. I was confused, because some weeks before it worked without problems. I looked into the changes of the arch package and found the cause, they changed the markedplace url: archlinux/svntogit-community@b62a02e?branch=b62a02ec645f16528c0269faf12e362a55efda75&diff=split Will go for the temporarily solution. |
Hi EDIT: I finally followed procedure given by @ivankravets and it worked . |
@etienne1911 I don't know why this change was made and I think it won't be reverted. I assume some license issues. There are the two possible options:
It looks like it will took some time until PlatformIO is available in OpenVSX (which is used by code oss). PlatformIO have some dependencies, which have restrictive licenses. See: EclipseFdn/publish-extensions#86 |
On a fresh install of VS Code (OSS) I am unable to install the platformio-ide extension. It is not listed in the search or running the commands described in the documentation.
On another machine, where it is already installed the messages
ModuleNotFoundError: No module named 'platformio.managers.package'
. Maybe they are related.VS Code OSS:
Manual installation works:
code --install-extension ms-vscode.cpptools-1.0.1.vsix
code --install-extension platformio.platformio-ide-2.1.0.vsix
The text was updated successfully, but these errors were encountered: