Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-ide-wg] [cdt-dev] Possible opportunity for Eclipse CDT...

Thanks Nathan for the link. @Thomas Froment  Nathan's link is what Eclipse CDT Cloud bundles [1] [2] to provide the C/C++ functionality.

Jonah

[1] https://github.com/eclipse-cdt-cloud/cdt-cloud-blueprint/blob/880b8ef41e92af8cc352ed991c921b0f7470885d/package.json#L85
[2] https://eclipse.dev/cdt-cloud/#:~:text=All%20this%20is%20provided%20by%20the%20integrated%20clangd%20language%20server%20based%20on%20the%20clang%20compiler.
~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Tue, 29 Apr 2025 at 13:08, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
Note that an open-source VSCode extension that provides a C/C++ language server and which is suitable for use with forks like VSCodium, already exists and has for a while:

https://open-vsx.org/extension/llvm-vs-code-extensions/vscode-clangd

Cheers,
Nate

________________________________________
From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham via cdt-dev <cdt-dev@xxxxxxxxxxx>
Sent: April 29, 2025 1:00 PM
To: CDT General developers list.; CDT Cloud development; Philip Langer
Cc: Jonah Graham; Discussions on Eclipse IDE Working Group
Subject: Re: [cdt-dev] Possible opportunity for Eclipse CDT...

Hi Thomas,

Thanks for sharing this link. The Eclipse CDT Cloud project [1] has been working in this area for a while and many of us have long waited for Microsoft to show its teeth on enforcing its license for their proprietary extensions. This is part of why open-vsx exists as a place to install properly licensed extensions. The cdt cloud project has fully configured third-party IDE based on Theia that integrates extensions to support C/C++ that don't suffer from Microsoft licensing problem.

Note that the change at Microsoft does not affect VSCode users, but it would be great to get VS Codium and Cursor involved with the CDT Cloud project as their users are highly affected.

The next CDT Cloud regular meeting [2] is this coming Monday - perhaps @Philip Langer<mailto:planger@xxxxxxxxxxxxxxxxx> can add it to the agenda if you would like to come along to help us explore this area.

[1] https://eclipse.dev/cdt-cloud/ - but the site is down at the moment because of an IT outage.
[2] https://github.com/eclipse-cdt-cloud/cdt-cloud/wiki/CDT-Cloud-Meetings

Jonah

~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com<http://www.kichwacoders.com>


On Tue, 29 Apr 2025 at 12:43, Thomas Froment via cdt-dev <cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>> wrote:

Hi everyone,

Coming across this article [1] — "Microsoft to remove C/C++ extension from VS Code Marketplace" — it seemed worth sharing with the community.

This situation might represent an opportunity for Eclipse CDT.
If an open-source C/C++ extension were developed, similar to what has been done with JDT for Java, it could potentially attract some interest.

What do you think?
It would be great to hear your thoughts and whether you see this as something worth exploring.

Best regards,
Thomas

[1] https://www.theregister.com/2025/04/24/microsoft_vs_code_subtracts_cc_extension/

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top