Skip to content

Commit 4d69434

Browse files
committed
notebooks: fix built-in renderers not being preferred by default
For https://github.com/microsoft/vscode/issues/125876\#issuecomment-953072778
1 parent 1e8565d commit 4d69434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebookServiceImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export class NotebookOutputRendererInfoStore {
342342

343343
if (mimeTypeSupportedByCore(mimeType)) {
344344
renderers.push({
345-
score: ReuseOrder.BuiltIn << 8,
345+
score: ReuseOrder.BuiltIn,
346346
ordered: {
347347
mimeType,
348348
rendererId: BUILTIN_RENDERER_ID,

0 commit comments

Comments
 (0)