From ff2e93d63ddc2696dedbcf7d353cb88051a6335f Mon Sep 17 00:00:00 2001 From: Mark Plesko Date: Wed, 13 Nov 2024 10:50:44 -0800 Subject: [PATCH] Remove deleted argument to VisitSubkernelsAndSelf --- src/XPlot.Plotly.Interactive/KernelExtension.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XPlot.Plotly.Interactive/KernelExtension.fs b/src/XPlot.Plotly.Interactive/KernelExtension.fs index f32868f..225da32 100644 --- a/src/XPlot.Plotly.Interactive/KernelExtension.fs +++ b/src/XPlot.Plotly.Interactive/KernelExtension.fs @@ -86,7 +86,7 @@ var renderPlotly = function() {{ | :? PowerShellKernel -> configurePowerShellKernel() | _ -> () - kernel.VisitSubkernelsAndSelf(Action(visitKernels),true) + kernel.VisitSubkernelsAndSelf(Action(visitKernels)) KernelInvocationContext.Current.DisplayAs("Installed support for XPlot.Plotly.","text/markdown") |> ignore Task.CompletedTask