Skip to content

Commit 5fd6800

Browse files
authored
Enable Visualizer Support for F# in VS (#17239)
1 parent 6856fcf commit 5fd6800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes/.VisualStudio/17.11.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
### Changed
66

7-
* Use AsyncLocal diagnostics context. ([PR #16779])(https://github.com/dotnet/fsharp/pull/16779))
7+
* Use AsyncLocal diagnostics context. ([PR #16779](https://github.com/dotnet/fsharp/pull/16779))
8+
* 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)).

vsintegration/Vsix/RegisterFsharpPackage.pkgdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"Name"="F#"
2828
"PreloadModules"="1"
2929
"CacheFile"="attribcache90.bin"
30+
"ClrCustomVisualizerVSHost"="{E82F32A8-074E-465A-86E5-D68A87284F61}"
3031
"GlobalVisualizersDirectory"="$(reg.MODULE_DIR)"
3132
"HelperObject"="{5749A995-CBC2-4de4-86AF-C934D5E57BB9}"
3233
"HostAssemblyName"="$(reg.VisualizerAssemblyName)"

0 commit comments

Comments
 (0)