Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] WG: [eclipse-cdt/cdt-lsp] Release CDT_LSP_1_0_0 - CDT LSP 1.0.0
  • From: HENTSCHKE.Gesa <Gesa.HENTSCHKE@xxxxxxxxxxxxx>
  • Date: Tue, 19 Sep 2023 07:25:14 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bachmann.info; dmarc=pass action=none header.from=bachmann.info; dkim=pass header.d=bachmann.info; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=MiD2SX8KOGyBZyW+QU3bwOs4tl0DHWN5WuqzMo1pHRc=; b=G2iBN5X+fIdNoL4RIHdlK6z8ReMP35uUjUYLq9URX2wJnYS9HE+K0zx8nm7E5OA9bTj9F8ou8msE223513VZIpXcAjjKRohcnmcpK+IiPHUWYSOBwIUhRwtKkqgJMYWaUug3ZNqfeNCKpk1OkBQ+ESo9hTXqoCDUjLVsL5Yd0ubrb9VRZ57PTI+J1fdPUIb7OT2Zo8C4UZqJ8fWCv/M4DRFmeMWBGRHz33sjnopPWlH7L+67MRBO3z6Rh3G86i+Bglil1Tc+W0mEqoUuWBBA7a4fzxMnMIElAVaBZZAGyxRu/+xzdA9wBeLiu/7/n0eOpV+hrkY2bx6xNhzUdZ0yhQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=H2+pWIDJbBfRH3sXf0zwZga4KkaaC+ZLwOutbBmEpzY3eqDz8nB6JBnbeWAt+efEn4LyieuuYm6VoRBdbjlZTnhN26eOd4k9ivLQPT0ulUcFVz0Zwn2oWxS6zRbieDJVAexng5Ij2R+yBxBvB9DBGZjqtehZ4bZpsE36CqZsuOdNS1gyqvPCg1yKXjiTJ+d/gO2brFOhsLCLHhXnFzCmUNhtIDe+8jFQ/gz6WDIG5jEl8GVbTuSheOktmEwQrFWgUz4WANJZkc+FGkYit2WwxPIqDSTM9EyQ9S/wfj6XbjxBjlaq10Ki6RNXAEtNVFrtvS9JS2zNZdqMjAKrlXFq3A==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZ6sbkLQJ6Hq865kWbZtsMIBAtLLAhu+9b
  • Thread-topic: [eclipse-cdt/cdt-lsp] Release CDT_LSP_1_0_0 - CDT LSP 1.0.0

Hi folks,

CDT LSP 1.0.0 has now been released - details below and on the GitHub releases page. Feel free to give it a try!

Thanks to all contributors!
Gesa



Von: Jonah Graham <notifications@xxxxxxxxxx>
Gesendet: Dienstag, 19. September 2023 08:59
An: eclipse-cdt/cdt-lsp <cdt-lsp@xxxxxxxxxxxxxxxxxx>
Cc: Subscribed <subscribed@xxxxxxxxxxxxxxxxxx>
Betreff: [eclipse-cdt/cdt-lsp] Release CDT_LSP_1_0_0 - CDT LSP 1.0.0
 
EXTERNAL EMAIL: Do not click any links or open any attachments unless you trust the sender and know the content is safe.
 

CDT LSP 1.0.0

Repository: eclipse-cdt/cdt-lsp · Tag: CDT_LSP_1_0_0 · Commit: dd79754 · Released by: jonahgraham

CDT LSP 1.0.0 which can be installed in Eclipse 2023-09 is now released. Please have a look at the README for an introduction to the highlights of what is included in this release.

Eclipse IDE Installer

The preferred way to get CDT LSP is to install Eclipse CDT as part of the Eclipse IDE for C/C++ Developers or Eclipse IDE for Embedded C/C++ Developers using the installer and then install CDT LSP with the p2 site listed below

Eclipse IDE Downloads

Alternatively, download the zip/tar/dmg files from the main Eclipse Downloads site and install CDT LSP.

p2 site

Install CDT into an existing installation using the following p2 URL: https://download.eclipse.org/tools/cdt/releases/cdt-lsp-1.0/ or as a cdt-lsp-1.0.0.zip

Thank you

Congratulations and thank you to everyone who contributed, whether by testing, filing bugs, submitting PRs, answering questions. Thank you all for the hard work.

New Contributors

What's Changed (Auto-generated by GitHub)

What's Changed

New Contributors

Full Changelog: https://github.com/eclipse-cdt/cdt-lsp/commits/CDT_LSP_1_0_0

This release has 2 assets:

  • Source code (zip)
  • Source code (tar.gz)

Visit the release page to download them.


You are receiving this because you are watching this repository.
View it on GitHub or unsubscribe from all notifications for this repository.


Back to the top