Skip to content

Commit c72ab65

Browse files
committed
release candidate
1 parent abb6399 commit c72ab65

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
**Note:**
2-
If you want to build your extension, run:
3-
4-
```
5-
npm run compile
6-
```
7-
81
# SQL Operations Studio - First Responder Kit Extension
92

103
This extension provides immediate access to the current First Responder Kit scripts and introductory execution suggestions. (All credit due to http://firstresponderkit.org/)

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"categories": [
1212
"Other"
1313
],
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/dzsquared/sqlops-firstresponderkit.git"
17+
},
1418
"activationEvents": [
1519
"onCommand:extension.sp_blitz",
1620
"onCommand:extension.run_sp_blitz",

0 commit comments

Comments
 (0)