未验证 提交 4d694341 编写于 作者: C Connor Peet

notebooks: fix built-in renderers not being preferred by default

For https://github.com/microsoft/vscode/issues/125876\#issuecomment-953072778
上级 1e8565d4
......@@ -342,7 +342,7 @@ export class NotebookOutputRendererInfoStore {
if (mimeTypeSupportedByCore(mimeType)) {
renderers.push({
score: ReuseOrder.BuiltIn << 8,
score: ReuseOrder.BuiltIn,
ordered: {
mimeType,
rendererId: BUILTIN_RENDERER_ID,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册