()
| 25 | |
| 26 | //importing spblitz script |
| 27 | let getblitz = async () => { |
| 28 | await spblitzscript(baseUrl,"sp_Blitz.sql"); |
| 29 | }; |
| 30 | export let disposable_spblitz = vscode.commands.registerCommand('extension.sp_blitz', getblitz); |
| 31 | |
| 32 |
nothing calls this directly
no test coverage detected