title | description | date |
---|---|---|
Known Issues |
Known issues with VisualStudio.Extensibility |
2024-01-30 |
This is a list of known issues with VisualStudio.Extensibility. We'll keep this page updated if any fixes or workarounds become available.
We've found a bug that prevents fully out-of-process VisualStudio.Extensibility extensions from installing on ARM64 systems. In the meantime, you could structure your extension as an in-proc/VSSDK-compatible extension if you need ARM64 compatability.
This issue is now fixed with Visual Studio 17.12 release.
Last updated on 09-September-2024
With Visual Studio 2022 17.9, we've added the ability to publish VisualStudio.Extensibility-based extensions in the Visual Studio Marketplace. Users can then find your extensions in the Marketplace, and they can install them without closing or restarting Visual Studio, which we call "hot-loading".
We've discovered that if you have a Language Pack installed with Visual Studio, hot-loading new extensions won't work. Instead, until we release a fix, you'll need to close and restart Visual Studio after installing your extensions like you would for traditional non-VisualStudio.Extensibility extensions.
This issue is now fixed with Visual Studio 17.11 release.
Last updated on 10-25-2024