(context?: sqlops.ObjectExplorerContext)
| 19 | |
| 20 | //importing all first responder kit scripts |
| 21 | export let getblitzall = async (context?: sqlops.ObjectExplorerContext) => { |
| 22 | await spblitzscript(baseUrl, "Install-All-Scripts.sql", context); |
| 23 | }; |
| 24 | export let disposable_spblitzall = vscode.commands.registerCommand('extension.sp_blitzall', getblitzall); |
| 25 | |
| 26 | //importing spblitz script |
no test coverage detected