The best thing github did #191368
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Acknowledging Atom’s LegacyAtom was a foundational project for modern developer tooling. Its web-based architecture, Why the Shift HappenedThe decision wasn't about replacing Atom with VS Code for branding purposes. It was driven by overlapping engineering costs, security maintenance, and ecosystem consolidation. Both editors share Electron/Chromium foundations, and maintaining two divergent codebases with separate package registries became unsustainable. GitHub redirected resources toward integrated developer workflows (GitHub CLI, Codespaces, Copilot, and native VS Code integration). VS Code’s Extensibility ModelWhile VS Code’s architecture differs from Atom’s, it remains highly customizable through a structured, sandboxed API that prioritizes stability and performance:
To build a custom extension that replicates Atom-style workflow tweaks: npm install -g yo generator-code
yo code
# Select "New Extension (TypeScript)" or "JavaScript"
# cd into the generated folder, then:
code .
# Press F5 to launch the Extension Development Host and test changes liveOfficial documentation: VS Code Extension API Continuing with Atom / PulsarIf you prefer the Atom philosophy, Pulsar is the community-maintained spiritual successor. It preserves the Atom API surface, continues security patching, and maintains package compatibility:
Regarding your patched Actionable Next Steps
Atom’s extensibility mindset isn’t gone—it’s evolved. Whether you stick with Pulsar, adapt VS Code, or build your own toolchain, the developer-first customization culture you value remains a core part of the GitHub ecosystem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Other
Body
The best thing github has ever built is by far atom. The worst thing? Sunsetting it for some soydev editor. VSCode is not as hackable. W pulsar. Also if anyone is interested in atom just tell me in this discussion or email me: orshane111@gmail.com , I have patched the install.js to use npmjs registry so it actually works(<1.60).
Beta Was this translation helpful? Give feedback.
All reactions