Microsoft shipped Visual Studio Code in 2015. Free, cross-platform, extension-driven, built on Electron + Monaco + the Language Server Protocol. Within five years it was the most-used editor on the Stack Overflow Developer Survey, and most AI-native editors today (Cursor, Windsurf, Copilot Chat) are forks or extensions of it. Whatever you write next, this is probably what you'll write it in.
← Back to Cross-Cutting Toolscontributes, sandboxed. The marketplace has tens of thousands.settings.json — every preference. User-scoped, workspace-scoped, or folder-scoped..vscode/launch.json — debugger configurations checked in with the repo..vscode/tasks.json — repo-local commands (build, test, lint) wired to the command palette..vscode/extensions.json — recommended extensions for the project.