mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Enable script to notebook actions under preview flag (#13164)
This commit is contained in:
@@ -211,11 +211,6 @@ configurationRegistry.registerConfiguration({
|
||||
'default': false,
|
||||
'description': localize('notebook.showAllKernels', "(Preview) show all kernels for the current notebook provider.")
|
||||
},
|
||||
'notebook.showNotebookConvertActions': {
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
'description': localize('notebook.showNotebookConvertActions', "(Preview) Show buttons for converting a Notebook to and from SQL.")
|
||||
},
|
||||
'notebook.allowAzureDataStudioCommands': {
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
|
||||
Reference in New Issue
Block a user