Use in proc markdown by default (#6315)

This commit is contained in:
Chris LaFreniere
2019-07-09 15:23:47 -07:00
committed by Charles Gagnon
parent 3e446980df
commit 6f5ad3a8a3

View File

@@ -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).')
}
}