Community.VisualStudio.Toolkit icon indicating copy to clipboard operation
Community.VisualStudio.Toolkit copied to clipboard

The new .Net Interactive Notebook file does not work in Help Explorer as File Type.

Open ghost opened this issue 3 years ago • 0 comments

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.

image

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.

ghost avatar Jul 21 '22 00:07 ghost