Skip to content

Commit

Permalink
Move "install renderers" prompt to the end of the list
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jul 27, 2021
1 parent 282dd87 commit a00ac53
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -383,7 +383,7 @@ export class CellOutputElement extends Disposable {
});

if (unsupportedItems.some(m => JUPYTER_RENDERER_MIMETYPES.includes(m.id!))) {
unsupportedItems.unshift({
unsupportedItems.push({
label: nls.localize('installJupyterPrompt', "Install additional renderers from the marketplace"),
id: 'installRenderers',
index: mimeTypes.length
Expand Down

0 comments on commit a00ac53

Please sign in to comment.