diff --git a/docs/release-notes/.VisualStudio/17.11.md b/docs/release-notes/.VisualStudio/17.11.md index d02f192462e..5b2d54716f3 100644 --- a/docs/release-notes/.VisualStudio/17.11.md +++ b/docs/release-notes/.VisualStudio/17.11.md @@ -4,4 +4,5 @@ ### Changed -* Use AsyncLocal diagnostics context. ([PR #16779])(https://github.com/dotnet/fsharp/pull/16779)) +* Use AsyncLocal diagnostics context. ([PR #16779](https://github.com/dotnet/fsharp/pull/16779)) +* Add Custom Visualizer support for F# in Visual Studio 2022 ([Issue #361](https://github.com/microsoft/VSExtensibility/issues/361), [PR #17239](https://github.com/dotnet/fsharp/pull/17239)). \ No newline at end of file diff --git a/vsintegration/Vsix/RegisterFsharpPackage.pkgdef b/vsintegration/Vsix/RegisterFsharpPackage.pkgdef index 3c029f496cf..4c0558508ea 100644 --- a/vsintegration/Vsix/RegisterFsharpPackage.pkgdef +++ b/vsintegration/Vsix/RegisterFsharpPackage.pkgdef @@ -27,6 +27,7 @@ "Name"="F#" "PreloadModules"="1" "CacheFile"="attribcache90.bin" +"ClrCustomVisualizerVSHost"="{E82F32A8-074E-465A-86E5-D68A87284F61}" "GlobalVisualizersDirectory"="$(reg.MODULE_DIR)" "HelperObject"="{5749A995-CBC2-4de4-86AF-C934D5E57BB9}" "HostAssemblyName"="$(reg.VisualizerAssemblyName)"