()
| 44 | |
| 45 | //importing spblitzwho script |
| 46 | let getblitzwho = async () => { |
| 47 | await spblitzscript(baseUrl, "sp_BlitzWho.sql"); |
| 48 | }; |
| 49 | export let disposable_spblitzwho = vscode.commands.registerCommand('extension.sp_blitzwho', getblitzwho); |
| 50 | |
| 51 | //importing spblitzindex script |
nothing calls this directly
no test coverage detected