To support lazy activation of Visual Studio Code extensions (plug-ins), your extension controls when it should be loaded through a set of Activation Events.| code.visualstudio.com
At the core of Visual Studio Code's extensibility model is an extension (plug-in) manifest file where your extension declares its extension type(s), activation rules, and runtime resources.| code.visualstudio.com
Learn how to run extensions in Visual Studio Code for the web and the web extension host.| code.visualstudio.com