Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mimetype text/html is not #27

Closed
dlucazeau opened this issue Jul 9, 2021 · 2 comments · Fixed by #29
Closed

Mimetype text/html is not #27

dlucazeau opened this issue Jul 9, 2021 · 2 comments · Fixed by #29

Comments

@dlucazeau
Copy link

When I use another notebook (in my case .NET interactive), I have to change the mimetype of the output to the built-in and repeat this over and over:
image

With the active mimetype I get this output:
image

and with built-in I get a more readable output:
image

It is really boring.

@AnWeber
Copy link
Owner

AnWeber commented Jul 9, 2021

The behavior is well known. I will implement a workaround in time, but actually it would make more sense if vscode would support setting the default renderer (see Better support when multiple renderers are installed microsoft/vscode#125876).

AnWeber added a commit that referenced this issue Jul 9, 2021
@AnWeber
Copy link
Owner

AnWeber commented Jul 9, 2021

I have now added a workaround for the mimetype problem. I no longer use the correct mimetypes, but my own. I'm still waiting to see how the ticket at Microsoft develops and will eventually revert the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants