Installing PlatformIO IDE from marketplace #6016
-
Hi, It seems that I'm missing something obvious, but can anyone guide me what should I do to get Platformio IDE installed into code-server? Currently, it is not being found in the marketplace. Thanks. Using this version from LXC container: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It looks like there is a licensing issue preventing it from being added to the marketplace: platformio/platformio-vscode-ide#1802 (comment) |
Beta Was this translation helpful? Give feedback.
-
I think I have an idea to get Platformio onto code-server. This is a trick that has to work. So, @flexmatics you first have to go to the VS Code Marketplace in your browser and head to Platformio's extension page. Once you are there, hit F3 and search "download". Find the "Download VSIX" link, then get the VSIX file onto your computer. Push it to your container(use any method you want, you can try code-server --install-extension <name-of-vsix-file>.vsix Now I bet Platformio will have to be installed. If not, then it could mean Platformio has compatibility issues with code-server. |
Beta Was this translation helpful? Give feedback.
-
Thanks both for suggestions. |
Beta Was this translation helpful? Give feedback.
It looks like there is a licensing issue preventing it from being added to the marketplace: platformio/platformio-vscode-ide#1802 (comment)