Skip to content

Commit 2bb0998

Browse files
committed
github links and icon
1 parent af46388 commit 2bb0998

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

icons/sqltools.png

27.3 KB
Loading

package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@
44
"description": "SQLTools Driver for InterSystems IRIS",
55
"version": "0.1.2-SNAPSHOT",
66
"engines": {
7-
"vscode": "^1.46.0"
7+
"vscode": "^1.66.0"
88
},
99
"publisher": "intersystems-community",
10-
"license": "MIT",
11-
"repository": {},
12-
"bugs": {},
10+
"license": "SEE LICENSE IN LICENSE",
11+
"homepage": "https://github.com/intersystems-community/sqltools-intersystems-driver#readme",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/intersystems-community/sqltools-intersystems-driver.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/intersystems-community/sqltools-intersystems-driver/issues"
18+
},
19+
"galleryBanner": {
20+
"color": "#2E2A90",
21+
"theme": "dark"
22+
},
23+
"icon": "icons/sqltools.png",
1324
"scripts": {
1425
"clean": "rimraf -rf out dist *.vsix",
1526
"vscode:prepublish": "webpack --mode production",
@@ -24,7 +35,7 @@
2435
"keywords": [
2536
"intersystems-iris-driver",
2637
"intersystems",
27-
"sqltools-driver"
38+
"sqltools-driver", "sql"
2839
],
2940
"categories": [
3041
"Programming Languages",

0 commit comments

Comments
 (0)