Community.VisualStudio.Toolkit
Community.VisualStudio.Toolkit copied to clipboard
The new .Net Interactive Notebook file does not work in Help Explorer as File Type.
Mads, I am trying to update my LinqLanguageEditor2022 Extension to use the new .Net Interactive Notebook. I started with trying to add the file type to the FileTypes.json in HelpExplorer Extension, but it does not see the Notebook as a document. See picture from my debug session.

Do you know how to get the Notebook to be seen by the Community.VisualStudio.Toolkit? Since I am using the toolkit with my LinqLanguageEditor2022 Extension similar to the way it works in HelpExplorer. The .Net Interactive Notebook solves all the issues I was having in the LinqLanaguageEditor2022 Extension for returning some types of LINQ queries where the result was wrong or incomplete.