Skip to content

Commit 26caf64

Browse files
committed
Added repository so packaging works and updated description, version
1 parent f6c3134 commit 26caf64

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ssmskeymap",
3-
"displayName": "ssmskeymap",
3+
"displayName": "SSMS Keymap",
44
"description": "This extension ports popular SSMS keyboard shortcuts to SQL Operations Studio. After installing the extension and restarting Ops Studio your favorite keyboard shortcuts from SSMS are now available.",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "kevcunnane",
77
"engines": {
88
"vscode": "^1.22.0",
@@ -11,6 +11,13 @@
1111
"categories": [
1212
"Keymaps"
1313
],
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/kevcunnane/ssmskeymap.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/kevcunnane/ssmskeymap/issues"
20+
},
1421
"contributes": {
1522
"keybindings": [
1623
{

0 commit comments

Comments
 (0)