diff --git a/src/sql/workbench/parts/notebook/notebook.contribution.ts b/src/sql/workbench/parts/notebook/notebook.contribution.ts index d608744c2b..8f52010690 100644 --- a/src/sql/workbench/parts/notebook/notebook.contribution.ts +++ b/src/sql/workbench/parts/notebook/notebook.contribution.ts @@ -53,7 +53,7 @@ configurationRegistry.registerConfiguration({ 'properties': { 'notebook.useInProcMarkdown': { 'type': 'boolean', - 'default': product.quality === 'stable' ? false : true, + 'default': true, 'description': localize('notebook.inProcMarkdown', 'Use in-process markdown viewer to render text cells more quickly (Experimental).') } }