After much thought and consideration, we have decided to officially sunset Aurora Editor.
Aurora started as a community-driven effort to build a fast, lightweight, and truly native IDE for macOS developers. It grew out of passion, collaboration, and a shared vision for an open alternative. Along the way, contributors poured in their time, energy, and creativity to shape what Aurora became.
But as with all projects, there comes a time to reflect on sustainability and focus. With limited resources, shifting priorities, and new tools emerging in the developer ecosystem, we believe it’s the right moment to bring Aurora Editor’s journey to a graceful close.
The code will remain available on GitHub for anyone who wishes to explore, fork, or continue the vision in new directions. We deeply appreciate everyone who wrote code, opened issues, shared feedback, or simply used Aurora in their daily work-you kept the project alive and meaningful.
Thank you for being part of Aurora’s story!
Even though Aurora Editor is setting, the light it inspired will live on in the community.
— The Aurora Editor Team (@0xWDG & @nanashili).
This repository contains types that are essential for interacting with a language server, adhering to the Language Server Protocol (LSP) version 3.16.0. Additionally, it supports proposed 3.17 features, which can be activated using the proposed feature flag. It is important to note that these proposed features are considered unstable and may undergo changes between releases.
Contributions that add, remove, or modify the LSP API are highly valued. When making such changes, please provide a link to the specification describing the change. This context helps determine whether the change should be considered an experimental addition and allows reviewers to easily cross-reference the changes against the spec.