mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Use in proc markdown by default (#6315)
This commit is contained in:
@@ -53,7 +53,7 @@ configurationRegistry.registerConfiguration({
|
|||||||
'properties': {
|
'properties': {
|
||||||
'notebook.useInProcMarkdown': {
|
'notebook.useInProcMarkdown': {
|
||||||
'type': 'boolean',
|
'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).')
|
'description': localize('notebook.inProcMarkdown', 'Use in-process markdown viewer to render text cells more quickly (Experimental).')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user