dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.81k stars 375 forks source link

'. . .' element stops and starts being clickable intermittently #2455

Open mattscheffer opened 1 year ago

mattscheffer commented 1 year ago

Describe the bug

Please provide as much information as you can.

VSCode Insiders with Dotnet Interactive 20221107.1 vsix installed. Open this repo in github. Open NotebookTestScript.dib Navigate to "Execute the next cell, the output should be displayed as HTML like so" Execute the cell as mentioned in the instructions. Attempt to press the '. . .' element as suggested.

At this point, the button doesn't work. The Change presentation and other options don't show up. Eventually if you try other cells and '. . .' elements, eventually some will start working.

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):

Screenshots

If applicable, add screenshots to help explain your problem.

jonsequitur commented 1 year ago

This is a VS Code notebooks feature and is external to the Polyglot Notebooks extension.

claudiaregio commented 1 year ago

@rebornix