Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/release-notes/.VisualStudio/17.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
1 change: 1 addition & 0 deletions vsintegration/Vsix/RegisterFsharpPackage.pkgdef
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down