-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
257 lines (255 loc) · 6.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
{
"name": "extension-tester-sample",
"displayName": "Extension Tester Sample",
"description": "HelloWorld example for VS Code Extension Tester",
"version": "0.0.1",
"publisher": "ADI",
"license": "MIT",
"repository": "https://github.com/redhat-developer/vscode-extension-tester/examples/helloworld-sample",
"engines": {
"vscode": "^1.77.0"
},
"categories": [
"Other"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "extension.helloWorld",
"title": "Hello World"
},
{
"command": "extension.webview",
"title": "Webview Test"
}
],
"configuration": [
{
"title": "Title1",
"properties": {
"tester-sample.title1.prop1":{
"type": "string",
"description": "Property1 of title1.",
"default": "Default Value T_1 P_1"
},
"tester-sample.title1.prop2":{
"type": "string",
"description": "Property 2 of title1.",
"default": "Default Value T_1 P_2"
},
"tester-sample.title1.property3":{
"type": "string",
"description": "Property three of title1.",
"default": "Default Value T_1 P_3"
},
"tester-sample.title1.prop4":{
"type": "string",
"description": "Property 4 of title1.",
"default": "Default Value T_1 P_4"
}
}
},
{
"title": "Title 2",
"properties": {
"tester-sample.title2.prop1":{
"type": "string",
"description": "Property1 of title two.",
"default": "Default Value T_2 P_1"
},
"tester-sample.sample.prop2":{
"type": "string",
"description": "Property 2 of title two.",
"default": "Default Value T_2 P_2"
},
"tester-sample.title2.prop3":{
"type": "string",
"description": "Property three of title two.",
"default": "Default Value T_2 P_3"
},
"tester-sample.title2.prop4":{
"type": "string",
"description": "Property 4 of title two.",
"default": "Default Value T_2 P_4"
},
"tester-sample.sample.property3":{
"type": "string",
"description": "Property five of title two.",
"default": "Default Value T_2 P_5"
}
}
},
{
"title": "Title three",
"properties": {
"tester-sample.sample.prop1":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
},
"tester-sample.sample.property2":{
"type": "string",
"description": "Property 2 of title 3.",
"default": "Default Value T_3 P_2"
},
"tester-sample.sample.prop4":{
"type": "string",
"description": "Property four of title 3.",
"default": "Default Value T_3 P_4"
},
"tester-sample.sample.prop5":{
"type": "string",
"description": "Property four of title 3.",
"default": "Default Value T_3 P_5"
},
"tester-sample.sample.prop6":{
"type": "string",
"description": "Property four of title 3.",
"default": "Default Value T_3 P_6"
},
"tester-sample.sample.prop7":{
"type": "string",
"description": "Property four of title 3.",
"default": "Default Value T_3 P_7"
},
"tester-sample.sample.prop8":{
"type": "string",
"description": "Property four of title 3.",
"default": "Default Value T_3 P_8"
},
"tester-sample.sample.prop9":{
"type": "string",
"description": "Property four of title 3.",
"default": "Default Value T_3 P_9"
}
}
},
{
"title": "Title 4",
"properties": {
"tester-sample.temp.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 5",
"properties": {
"tester-sample.temp1.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 6",
"properties": {
"tester-sample.temp2.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 7",
"properties": {
"tester-sample.temp3.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 8",
"properties": {
"tester-sample.temp4.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 9",
"properties": {
"tester-sample.temp5.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 13",
"properties": {
"tester-sample.temp6.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 10",
"properties": {
"tester-sample.temp7.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 11",
"properties": {
"tester-sample.temp8.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
}
}
},
{
"title": "Title 12",
"properties": {
"tester-sample.temp9.prop3":{
"type": "string",
"description": "Property 1 of title three.",
"default": "Default Value T_3 P_1"
},
"tester-sample.sample.prop3":{
"type": "string",
"description": "Property three of title3.",
"default": "Default Value T_3 P_3"
}
}
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./ && npm run lint",
"lint": "eslint src --ext .ts",
"watch": "tsc -watch -p ./",
"ui-test": "extest setup-and-run './out/ui-test/sample-test/sample-test.js' --code_settings settings.json --extensions_dir .test-extensions"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.34",
"@types/vscode": "^1.77.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"chai": "^4.3.7",
"eslint": "^8.42.0",
"mocha": "^10.2.0",
"typescript": "^5.1.3",
"vscode-extension-tester": "^5.7.1"
}
}