()
| 38 | |
| 39 | //importing spblitzfirst script |
| 40 | let getblitzfirst = async () => { |
| 41 | await spblitzscript(baseUrl, "sp_BlitzFirst.sql"); |
| 42 | }; |
| 43 | export let disposable_spblitzfirst = vscode.commands.registerCommand('extension.sp_blitzfirst', getblitzfirst); |
| 44 | |
| 45 | //importing spblitzwho script |
nothing calls this directly
no test coverage detected