Add ability to run ADS commands

This commit is contained in:
chlafreniere
2020-03-31 19:52:07 -07:00
parent e149c0580c
commit 5abfd80a64
2 changed files with 64 additions and 19 deletions

View File

@@ -193,7 +193,12 @@ 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
},
}
});