Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.49 KB

announcements.md

File metadata and controls

42 lines (32 loc) · 2.49 KB
title description date
Announcements Reference
A reference for extensibility announcements
2022-08-10

Announcements

Use this page to stay up-to-date on all upcoming extensibility announcements and critical SDK/API updates.

February 20, 2024

We've released updated packages and templates starting with the Visual Studio 2022 17.9 official release. This version adds the following new features:

  • Create VSIX packages that can be shared with other users and published to the Visual Studio Marketplace
  • Install VisualStudio.Extensibility-based extensions without restarting Visual Studio
  • Configure your extensions in-code with updated configuration properties
  • Create dockable/non-modal debugger visualizers
  • Leverage your LSP servers in your extensions
  • Query the project system with an enhanced query API.

To learn more, please see our announcement on the Visual Studio blog.

In addition, we've also formalized our stability model for our APIs, and added the following new pages:

  • Known Issues - lists known issues with the VisualStudio.Extensibility SDK.
  • Experimental APIs - lists APIs that are considered experimental/non-stable and describes how to use them.
  • Breaking Changes - lists APIs that have had breaking changes since the previous release.

May 19, 2023

November 9, 2022

  • Released updated VisualStudio.Extensibility packages, samples for Visual Studio 2022 version 17.5 Preview 1 release.

October 11, 2022

  • Released updated VisualStudio.Extensibility packages, samples for Visual Studio 2022 version 17.4 Preview 3 release. In-proc extensions using earlier VisualStudio.Extensibility packages are no longer compatible with this release due to a namespace change.

September 12, 2022

  • Released updated VisualStudio.Extensibility packages, samples for Visual Studio 2022 version 17.4 Preview 2 release. The older versions are no longer compatible with this release due to breaking changes.

September 8, 2021

  • VSExtensibility site/repository goes public!

August 10, 2022