The Story of VS Code
Summary
Visual Studio Code was born from Microsoft's strategic decision to shift from focusing on the Windows platform to serving global developers, leveraging Web technology and the vision of Eric Gamma's team to create a powerful code editor.
View Cached Full Text
Cached at: 09/11/26, 02:28 PM
Similar Articles
@vintcessun: Instead of reinventing editors in the terminal, why not bring VS Code's mature capabilities directly into it? https://github.com/zenbu-labs/terminal-code… terminal-code combines terminal-browser and co…
terminal-code is an open-source tool that integrates VS Code into the terminal, implemented by combining terminal-browser and code-server. It supports SSH and extensions but depends on the Kitty graphics protocol and has limited Windows compatibility.
@pierceboggan: VS Code was already used by millions of developers for agentic coding. However, the editor layout has traditionally bee…
VS Code introduces a new 'Agents' feature that allows developers to work with multiple agents across multiple projects, expanding its capabilities beyond single-task workflows.
@sunmer575399: Stumbled upon a god-tier open-source project, Cline, with 65.6k stars. It really boosts coding efficiency. One engine powers the SDK, CLI, VS Code, and the entire JetBrains suite. Click twice in the editor, and it reads code, creates files, runs commands, and after making changes, waits for your nod before proceeding. Run full-auto in the terminal...
Introducing the open-source AI coding agent tool Cline, supporting the SDK, CLI, VS Code, and the JetBrains suite. It can automatically read code, create files, and run commands in the IDE and terminal, and supports kanban-based parallel multi-agent workflows and CI/CD integration.
@wsl8297: Microsoft open-sourced a more convenient VS Code extension: AI Toolkit, which streamlines Agent application development from environment setup to evaluation deployment in one go. A single interface is enough: model selection, Playground trial, Agent building, batch comparison, metric evaluation, all integrated. Gi…
Microsoft open-sourced the VS Code extension AI Toolkit, which integrates model selection, Playground, Agent building, batch testing, and evaluation into one interface, simplifying AI Agent development process.
@CycleDecoded: Programmers and terminal freebie hunters, look here — someone actually built this. In the past, writing code meant opening a bunch of windows, switching back and forth between the black Terminal, VSCode, browser, and ChatGPT until your hands were worn out. The open-source programmer project Wave Terminal (waveterm) directly combines the command line, ...
Introducing the open-source AI terminal Wave Terminal, which integrates the command line, editor, browser, and AI into one terminal, with support for inline previews, persistent SSH sessions, and multi-model access. It has received 22k+ Stars on GitHub.