Jon Sequeira

Results 700 comments of Jon Sequeira

What version of Polyglot Notebooks are you using? Could you also provide the output of running `dotnet --info` in a terminal? Thanks.

Are you referring to the code coloring? There's a known issue (#2683) with code coloring when using a dev container, including in Codespaces.

Can you provide any logs from the `Output > Polyglot Notebooks : diagnostic` view here? ![image](https://github.com/dotnet/interactive/assets/547415/5e836835-b55e-49a3-b137-9c3760a492a2)

Auto-detect prevents the cell from being runnable because it typically chooses a language that's not supported. That issue is unrelated to the syntax highlighting bug. I'm more interested in whether...

I believe #479 was closed because it's external. The main problem here is that the C# scripting dialect doesn't understand namespace declarations, so importing a file that contains them will...

We typically leave issues open if they're unresolved. This doesn't mean we'll fix it, but the conversation might be helpful to others. As for a more elegant solution, I'd suggest...

Can you provide more detailed steps to reproduce this issue?

> Even the default language configuration is F# Could you provide more details? Are you describing a default for the specific notebook file? How was the notebook created?

The default language setting only affects new notebooks. Existing notebooks will have a default language set in their metadata, which takes precedence over this setting. ![image](https://github.com/dotnet/interactive/assets/547415/fb03cc06-e60c-45f1-ad88-e683fcbe008d) > I don't know...