Skip to content

Commit af2cce5

Browse files
Fix Custom visualizers in the Iris sample (#109)
This PR fixes custom visualizers to work correctly in the Iris sample. Previously they would fail with: ``` --------------------------- Microsoft Visual Studio --------------------------- Could not load this custom viewer. --------------------------- OK --------------------------- ```
1 parent 9ff7a4e commit af2cce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Iris/IrisExtension/Iris.pkgdef

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
[$RootKey$\AD7Metrics\ExpressionEvaluator\{3456107B-A1F4-4D47-8E18-7CF2C54559AE}\{994b45c4-e6e9-11d2-903f-00c04fa302a1}]
1515
"Name"="Iris"
1616
"Language"="Iris"
17+
; Register Microsoft's ClrCustomVisualizerVSHost.dll as the IDebugCustomViewer implementation (`metricCustomVisualizerVSHost`).
18+
"ClrCustomVisualizerVSHost"="{E82F32A8-074E-465A-86E5-D68A87284F61}"
1719

1820
; ************************************************************
1921
; Begin_region: Register file extension mapping for .NET Cross-Platform scenarios

0 commit comments

Comments
 (0)