Hello everyone,
I am currently working with a collaborative programming system (Coder). Here, I am using code-server, a web-based platform similar to vscode. The issue here is that this system does not use the vscode marketplace, which means that every extension not available in the code-server marketplace needs to be built into a VSIX file for installation.
I have tried cloning the PlatformIO IDE code from GitHub for building, but it seems that it is not working due to the different structure of this extension compared to the default builds provided by vscode.
Is there any way I can build this extension?
Thank you.
This is a long standing issue, I don’t expect someone be able to fix it rn.
opened 12:17PM - 18 Jun 20 UTC
feature
# Reason
Microsoft does not allow to use C/C++ extension with other editors. … See https://github.com/microsoft/vscode-cpptools/issues/6388#issuecomment-720719298
We are working on an alternative solution for C/C++ code completion and navigation.
--------
# Temporary solution 1
You will need to install manually these extensions:
- https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
- https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide
1. Open extension in the Microsoft Marketplace following the link above
2. Download extension's VSIX file by clicking on "Download Extension" in "Resources" section (right sidebar)
3. Navigate to VSCodium Extensions view and click "...", select "Install from ".VSIX".
4. Repeat for each VSIX/Extension.
Restart VSCodium.
# Temporary solution 2
See https://github.com/platformio/platformio-vscode-ide/issues/1802#issuecomment-710683116
--------------
Hi!
I'm a [VS Codium](https://github.com/VSCodium/vscodium) user, a FLOSS version of VS Code, it's the same code but without the Microsoft's telemetry and branding.
I want to request if possible to add the PlatformIO IDE extension on the [open-vsx.org](https://open-vsx.org/) market so that we doesn't need to works with the Microsoft marketplace as it is unclear if it's legal to use it on VS Code forks, see [here](https://github.com/microsoft/vscode/issues/31168).
This is [how to](https://github.com/eclipse/openvsx/wiki/Publishing-Extensions) publish a new extension.
Thanks.
Oh actually VSIX files are available?
Extension for Visual Studio Code - Professional development environment for Embedded, IoT, Arduino, CMSIS, ESP-IDF, FreeRTOS, libOpenCM3, mbed OS, Pulp OS, SPL, STM32Cube, Zephyr RTOS, ARM, AVR, Espressif (ESP8266/ESP32), FPGA, MCS-51 (8051), MSP430,...