mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Use in proc markdown by default (#6315)
This commit is contained in:
@@ -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).')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user