IDE #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For development with platformio (#16) an IDE would be nice (especially for workshops where not everyone knows vim).
platformio has good support for Visual Studio Code, do we want VSCodium (MIT licensed binaries of VSCode)?
Sadly, the PlatformIO VSCode extension depends on the somewhat proprietary C++ extension by Microsoft. This prevents the extension from being available on Open VSX (FLOSS alternative to Microsoft’s VS Marketplace), which is what VSCodium uses by default.
It is possible to use the official Visual Studio Marketplace with VSCodium, however there are some legal problems with that approach.
Relevant part of the Microsoft Visual Studio Marketplace Terms of Use:
unassigned @jalr
Maybe the dependency to cpptools will be replaced by clangd (free software): https://github.com/platformio/platformio-vscode-ide/issues/1940