This reverts commit ec46783e47, reversing
changes made to 6e6649d006.
This commit is contained in:
Chris LaFreniere
2020-04-03 02:09:47 -07:00
committed by GitHub
parent ec46783e47
commit c102322594
2 changed files with 19 additions and 64 deletions

View File

@@ -193,12 +193,7 @@ configurationRegistry.registerConfiguration({
'type': 'boolean',
'default': true,
'description': localize('notebook.sqlStopOnError', "SQL kernel: stop Notebook execution when error occurs in a cell.")
},
'notebook.allowCommandExecution': {
'type': 'boolean',
'description': localize('notebook.allowCommandExecution', "Allow notebooks to execute Azure Data Studio Commands using the %%AZDATA_EXECUTE_COMMAND magic."),
'default': false
},
}
}
});