
One of our biggest changes to the Visual Studio extension model is that we are making extensions out-of-proc. Thus, they are free to corrupt Visual Studio if the extension experiences an error or crash. Tired of seeing a feature or Visual Studio crash because of an extension? Today’s in-proc extensions have minimal restrictions over how they can influence the IDE and other extensions. This will make extensions more reliable, easier to write, and supported locally and in the cloud.

As we continue evolving Visual Studio, what about extensions?! While still early in the design phase, we are creating a new extensibility model.

With new improvements and additions such as GitHub Codespaces, Git Integrations, and IntelliCode Team Completions, Visual Studio has expanded to make development easier, more customizable, and accessible from any machine.
