From ead8c7f638c7664f7e04ac1b14bcdd423fea2baa Mon Sep 17 00:00:00 2001 From: Marco Peyrot Carrion Date: Thu, 23 May 2024 16:38:16 -0700 Subject: [PATCH 1/2] Enable Visualizer Support for F# in VS --- vsintegration/Vsix/RegisterFsharpPackage.pkgdef | 1 + 1 file changed, 1 insertion(+) diff --git a/vsintegration/Vsix/RegisterFsharpPackage.pkgdef b/vsintegration/Vsix/RegisterFsharpPackage.pkgdef index 3c029f496c..4c0558508e 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)" From f867af325f5c874f0b9a0dcad89cd24b4bc8d9ca Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 24 May 2024 12:11:42 +0200 Subject: [PATCH 2/2] Changelog --- docs/release-notes/.VisualStudio/17.11.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/.VisualStudio/17.11.md b/docs/release-notes/.VisualStudio/17.11.md index d02f192462..5b2d54716f 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