-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
Workaround
See #1802 (comment)
Reason
Microsoft does not allow to use C/C++ extension with other editors. See microsoft/vscode-cpptools#6388 (comment)
We are working on an alternative solution for C/C++ code completion and navigation.
This issue depends on
- Query the compiler driver for pre-defined macros clangd/clangd#533
- Discrepancy between predefined macros compared to ARM GCC llvm/llvm-project#47610
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
- Open extension in the Microsoft Marketplace following the link above
- Download extension's VSIX file by clicking on "Download Extension" in "Resources" section (right sidebar)
- Navigate to VSCodium Extensions view and click "...", select "Install from ".VSIX".
- Repeat for each VSIX/Extension.
Restart VSCodium.
Temporary solution 2
See #1802 (comment)
Hi!
I'm a VS Codium 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 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.
This is how to publish a new extension.
Thanks.
dvalter, iPlayTheKazoo, h3ndrik, alfredocdmiranda, juodumas and 86 morefeluxe, dudeitssm, Jakeler, Cloufish, fang44Zen and 9 more