Skip to content

Commit 2f6a9bf

Browse files
authored
Merge pull request #28 from intersystems-community/marketplace-metadata
Marketplace listing updates
2 parents f05defa + e7340ea commit 2f6a9bf

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

icons/sqltools.png

27.3 KB
Loading

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +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",
1010
"license": "MIT",
11+
"homepage": "https://github.com/intersystems-community/sqltools-intersystems-driver#readme",
1112
"repository": {
1213
"type": "git",
13-
"url": "https://github.com/intersystems-community/sqltools-intersystems-driver"
14+
"url": "https://github.com/intersystems-community/sqltools-intersystems-driver.git"
1415
},
15-
"bugs": {},
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",
1624
"scripts": {
1725
"clean": "rimraf -rf out dist *.vsix",
1826
"vscode:prepublish": "webpack --mode production",
@@ -27,7 +35,8 @@
2735
"keywords": [
2836
"intersystems-iris-driver",
2937
"intersystems",
30-
"sqltools-driver"
38+
"sqltools-driver",
39+
"sql"
3140
],
3241
"categories": [
3342
"Programming Languages",

0 commit comments

Comments
 (0)