|
1 | 1 | { |
2 | | - "name": "sosblitz", |
3 | | - "displayName": "sosblitz", |
| 2 | + "name": "firstresponderkit", |
| 3 | + "displayName": "First Responder Kit", |
4 | 4 | "description": "Current Versions of the sp_blitz Scripts", |
5 | | - "version": "0.0.1", |
| 5 | + "version": "0.1.0", |
6 | 6 | "publisher": "drewsk", |
7 | 7 | "engines": { |
8 | 8 | "vscode": "^1.25.0", |
|
13 | 13 | ], |
14 | 14 | "activationEvents": [ |
15 | 15 | "onCommand:extension.sp_blitz", |
16 | | - "onCommand:extension.showCurrentConnection" |
| 16 | + "onCommand:extension.run_sp_blitz", |
| 17 | + "onCommand:extension.sp_blitzwho", |
| 18 | + "onCommand:extension.sp_blitzindex", |
| 19 | + "onCommand:extension.run_sp_blitzindex", |
| 20 | + "onCommand:extension.sp_blitzcache", |
| 21 | + "onCommand:extension.run_sp_blitzcache", |
| 22 | + "onCommand:extension.sp_blitzfirst", |
| 23 | + "onCommand:extension.run_sp_blitzfirst" |
17 | 24 | ], |
18 | 25 | "main": "./out/extension", |
19 | 26 | "contributes": { |
20 | 27 | "commands": [ |
21 | 28 | { |
22 | 29 | "command": "extension.sp_blitz", |
23 | | - "title": "Import sp_blitz" |
| 30 | + "title": "First Responder Kit: Import sp_blitz" |
24 | 31 | }, |
25 | 32 | { |
26 | | - "command": "extension.showCurrentConnection", |
27 | | - "title": "Show Current Connection" |
| 33 | + "command": "extension.run_sp_blitz", |
| 34 | + "title": "First Responder Kit: Run sp_blitz" |
| 35 | + }, |
| 36 | + { |
| 37 | + "command": "extension.sp_blitzindex", |
| 38 | + "title": "First Responder Kit: Import sp_blitzindex" |
| 39 | + }, |
| 40 | + { |
| 41 | + "command": "extension.run_sp_blitzindex", |
| 42 | + "title": "First Responder Kit: Run sp_blitzindex" |
| 43 | + }, |
| 44 | + { |
| 45 | + "command": "extension.sp_blitzwho", |
| 46 | + "title": "First Responder Kit: Import sp_blitzwho" |
| 47 | + }, |
| 48 | + { |
| 49 | + "command": "extension.sp_blitzfirst", |
| 50 | + "title": "First Responder Kit: Import sp_blitzfirst" |
| 51 | + }, |
| 52 | + { |
| 53 | + "command": "extension.run_sp_blitzfirst", |
| 54 | + "title": "First Responder Kit: Run sp_blitzfirst" |
| 55 | + }, |
| 56 | + { |
| 57 | + "command": "extension.sp_blitzcache", |
| 58 | + "title": "First Responder Kit: Import sp_blitzcache" |
| 59 | + }, |
| 60 | + { |
| 61 | + "command": "extension.run_sp_blitzcache", |
| 62 | + "title": "First Responder Kit: Run sp_blitzcache" |
28 | 63 | } |
29 | 64 | ] |
30 | 65 | }, |
|
0 commit comments