File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
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
- "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" ,
13
24
"scripts" : {
14
25
"clean" : " rimraf -rf out dist *.vsix" ,
15
26
"vscode:prepublish" : " webpack --mode production" ,
24
35
"keywords" : [
25
36
" intersystems-iris-driver" ,
26
37
" intersystems" ,
27
- " sqltools-driver"
38
+ " sqltools-driver" , " sql "
28
39
],
29
40
"categories" : [
30
41
" Programming Languages" ,
You can’t perform that action at this time.
0 commit comments