File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " SQLTools Driver for InterSystems IRIS" ,
5
5
"version" : " 0.1.2-SNAPSHOT" ,
6
6
"engines" : {
7
- "vscode" : " ^1.46 .0"
7
+ "vscode" : " ^1.66 .0"
8
8
},
9
9
"publisher" : " intersystems-community" ,
10
10
"license" : " MIT" ,
11
+ "homepage" : " https://github.com/intersystems-community/sqltools-intersystems-driver#readme" ,
11
12
"repository" : {
12
13
"type" : " git" ,
13
- "url" : " https://github.com/intersystems-community/sqltools-intersystems-driver"
14
+ "url" : " https://github.com/intersystems-community/sqltools-intersystems-driver.git "
14
15
},
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" ,
16
24
"scripts" : {
17
25
"clean" : " rimraf -rf out dist *.vsix" ,
18
26
"vscode:prepublish" : " webpack --mode production" ,
27
35
"keywords" : [
28
36
" intersystems-iris-driver" ,
29
37
" intersystems" ,
30
- " sqltools-driver"
38
+ " sqltools-driver" ,
39
+ " sql"
31
40
],
32
41
"categories" : [
33
42
" Programming Languages" ,
You can’t perform that action at this time.
0 commit comments