Use in proc markdown by default (#6315)

This commit is contained in:
Chris LaFreniere
2019-07-09 15:23:47 -07:00
committed by GitHub
parent aef74c6d5a
commit 5225b5dc55

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