Skip to content

Commit b518179

Browse files
TheZokeredgarmueller
authored andcommitted
Add more meta to vscode extension
1 parent a795b6d commit b518179

File tree

4 files changed

+38
-10
lines changed

4 files changed

+38
-10
lines changed

LICENSE

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
MIT License
1+
The MIT License
22

3-
Copyright (c) 2018 EclipseSource
3+
Copyright (c) 2019 EclipseSource Munich
4+
https://github.com/eclipsesource/jsonforms
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +10,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
910
copies of the Software, and to permit persons to whom the Software is
1011
furnished to do so, subject to the following conditions:
1112

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
1415

1516
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1617
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1718
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1819
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

vscode-extension/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License
2+
3+
Copyright (c) 2019 EclipseSource Munich
4+
https://github.com/eclipsesource/jsonforms
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

vscode-extension/icon.png

8.85 KB
Loading

vscode-extension/package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,25 @@
44
"description": "VSCode extension for JSON Forms tooling",
55
"repository": "https://github.com/eclipsesource/jsonforms-tooling",
66
"bugs": "https://github.com/eclipsesource/jsonforms-tooling/issues",
7-
"homepage": "http://jsonforms.io/",
7+
"homepage": "https://jsonforms.io/",
88
"license": "MIT",
99
"publisher": "EclipseSource",
1010
"private": true,
1111
"publishConfig": {
1212
"access": "public"
1313
},
1414
"displayName": "JSONForms Tooling",
15-
"engines": {
16-
"vscode": "^1.34.0"
17-
},
1815
"categories": [
1916
"Other"
2017
],
18+
"galleryBanner": {
19+
"color": "#212121",
20+
"theme": "dark"
21+
},
22+
"icon": "icon.png",
23+
"engines": {
24+
"vscode": "^1.34.0"
25+
},
2126
"activationEvents": [
2227
"onCommand:extension.scaffoldSeedProject",
2328
"onCommand:extension.generateUISchema",

0 commit comments

Comments
 (0)