News

GitHub Killing Atom Code Editor for Cloud Tools

Microsoft-owned GitHub announced it will sunset its popular Atom "hackable text editor" late this year as it concentrates on cloud-based dev tooling.

As a desktop application, Atom just had no viable future in today's cloud-focused computing world, with GitHub yesterday (June 8) saying "we've decided to retire Atom in order to further our commitment to bringing fast and reliable software development to the cloud via Microsoft Visual Studio Code and GitHub Codespaces."

It's ironic that cloud-hosted VS Code is part of the future while Atom isn't, as Atom tech was closely tied to the Electron project (formerly named Atom Shell), whose bits were used as the basis for many popular programs -- including VS Code itself. In addition, Electron served as the foundation for programs including Slack, WordPress Desktop, Discord, Skype, Facebook Messenger and many others including -- more irony -- GitHub Desktop.

Atom
[Click on image for larger view.] Atom (source: GitHub).

"Atom has not had significant feature development for the past several years, though we've conducted maintenance and security updates during this period to ensure we're being good stewards of the project and product," GitHub said. "As new cloud-based tools have emerged and evolved over the years, Atom community involvement has declined significantly. As a result, we've decided to sunset Atom so we can focus on enhancing the developer experience in the cloud with GitHub Codespaces."

As part of the cloudy development future, GitHub Codespaces debuted a couple years ago as a fully featured, cloud-hosted dev environment -- providing "the full Visual Studio Code experience" -- directly within GitHub, a software development platform and code repository with an open source focus. GitHub describes Codespaces as "Visual Studio Code backed by high performance VMs that start in seconds."

GitHub's Codespaces
[Click on image for larger view.] GitHub's Codespaces (source: GitHub).

And Codespaces isn't the only online dev tool based on VS Code, as Microsoft last year announced Visual Studio Code for the Web, said to provide "a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes."

VS Code for the Web
[Click on image for larger view.] VS Code for the Web (source: Microsoft).

GitHub even made it ridiculously easy to fire up VS Code in the browser with this trick: From any repo or pull request, developers can simply press the period (.) key to bring up the browser-based VS Code environment with the source code file ready for editing.

All of the above served to ring the death knell for Atom, whose site FAQ clearly states: "The Atom team has no plans to make a cloud- or server-based version of Atom."

Going forward, GitHub announced sunsetting and migration plans:

  • Today, we're announcing the sunset date six months out.
  • Over the next six months, we'll continue to inform Atom users of the sunset in the product and on atom.io.
  • On December 15, 2022, we will archive the atom/atom repository and all other repositories remaining in the Atom organization.

"GitHub and our community have benefited tremendously from those who have filed issues, created extensions, fixed bugs, and built new features on Atom," the company said. "Atom played an integral part in many developers' journeys, and we look forward to building and shaping the next chapter of software development together."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube