()
| 50 | |
| 51 | //importing spblitzindex script |
| 52 | let getblitzindex = async () => { |
| 53 | await spblitzscript(baseUrl, "sp_BlitzIndex.sql"); |
| 54 | }; |
| 55 | export let disposable_spblitzindex = vscode.commands.registerCommand('extension.sp_blitzindex', getblitzindex); |
nothing calls this directly
no test coverage detected