Visual Studio Code Extension API
Programmatic TypeScript / JavaScript API for building VS Code extensions. The Extension API exposes editor UI, language features, debugging adapters, themes, webviews, source control providers, tasks, and more. It is not a REST API and has no base URL or authentication scheme; extensions run inside the VS Code process and are distributed through the Visual Studio Marketplace.