-
Notifications
You must be signed in to change notification settings - Fork 11
/
frontend.code-workspace
330 lines (330 loc) · 11.9 KB
/
frontend.code-workspace
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
{
"folders": [
{
"name": "🌐 root",
"path": ".",
},
{
"name": "🚀 @docspace/client",
"path": "packages/client",
},
{
"name": "🔑 @docspace/login",
"path": "packages/login",
},
{
"name": "📄 @docspace/doceditor",
"path": "packages/doceditor",
},
{
"name": "🗂 @docspace/management",
"path": "packages/management",
},
{
"name": "📦 @docspace/shared",
"path": "packages/shared",
},
],
"settings": {
"window.zoomLevel": 0,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"liveServer.settings.multiRootWorkspaceName": "✨ docspace",
"cSpell.words": ["docspace", "browserslist", "debuginfo", "doceditor"],
"jest.autoRun": {},
"jest.disabledWorkspaceFolders": [
"🌐 root",
"🔑 @docspace/login",
"🚀 @docspace/client",
"📄 @docspace/editor",
"📦 @docspace/common",
"🗂 @docspace/management",
],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"VsCodeTaskButtons.tasks": [
{
"label": "Server",
"tasks": [
{
"label": "Docker : Build-CE",
"task": "Backend | build CE",
"tooltip": "🛠️ Start the \"backend docker build CE\" task",
},
{
"label": "Docker : Run-CE (skip build)",
"task": "Backend | run CE",
"tooltip": "🛠️ Start the \"backend docker run CE\" task",
},
{
"label": "Docker : Build-EE",
"task": "Backend | build EE",
"tooltip": "🛠️ Start the \"backend docker build EE\" task",
},
{
"label": "Docker : Run-EE (skip build)",
"task": "Backend | run EE",
"tooltip": "🛠️ Start the \"backend docker run EE\" task",
},
{
"label": "Docker : ReBuild-EE",
"task": "Backend | rebuild EE",
"tooltip": "🛠️ Start the \"backend docker rebuild EE\" task",
},
{
"label": "Docker : Build-EE + dnsmasq",
"task": "Backend | build EE + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build EE + dnsmasq\" task",
},
{
"label": "Docker : Build-EE + identity",
"task": "Backend | build EE + identity",
"tooltip": "🛠️ Start the \"backend docker build EE + identity\" task",
},
{
"label": "Docker : Build-EE + dnsmasq + identity",
"task": "Backend | build EE + dnsmasq + identity",
"tooltip": "🛠️ Start the \"backend docker build EE + dnsmasq + identity\" task",
},
{
"label": "Docker : Build-DE",
"task": "Backend | build DE",
"tooltip": "🛠️ Start the \"backend docker build DE\" task",
},
{
"label": "Docker : Run-DE (skip build)",
"task": "Backend | run DE",
"tooltip": "🛠️ Start the \"backend docker build DE\" task",
},
{
"label": "Docker : ReBuild-DE",
"task": "Backend | rebuild DE",
"tooltip": "🛠️ Start the \"backend docker rebuild DE\" task",
},
{
"label": "Docker : Build-DE + dnsmasq",
"task": "Backend | build DE + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build DE + dnsmasq\" task",
},
{
"label": "Docker : Build-DE + identity",
"task": "Backend | build DE + identity",
"tooltip": "🛠️ Start the \"backend docker build DE + identity\" task",
},
{
"label": "Docker : Build-DE + dnsmasq + identity",
"task": "Backend | build DE + dnsmasq + identity",
"tooltip": "🛠️ Start the \"backend docker build DE + dnsmasq + identity\" task",
},
{
"label": "Docker : Build-SAAS + dnsmasq",
"task": "Backend | build SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build SAAS + dnsmasq\" task",
},
{
"label": "Docker : Run-SAAS + dnsmasq (skip build)",
"task": "Backend | run SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build SAAS + dnsmasq\" task",
},
{
"label": "Docker : Build-SAAS + dnsmasq + identity",
"task": "Backend | build SAAS + dnsmasq + identity",
"tooltip": "🛠️ Start the \"backend docker build SAAS + dnsmasq + identity\" task",
},
{
"label": "Docker : ReBuild-SAAS + dnsmasq",
"task": "Backend | rebuild SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker rebuild SAAS + dnsmasq\" task",
},
{
"label": "Docker : Clear",
"task": "Backend | clear",
"tooltip": "🛠️ Start the \"backend docker clear\" task",
},
{
"label": "Docker : Stop",
"task": "Backend | stop",
"tooltip": "🛠️ Start the \"backend docker stop\" task",
},
{
"label": "Docker : Start",
"task": "Backend | start",
"tooltip": "🛠️ Start the \"backend docker start\" task",
},
{
"label": "Docker : Restart",
"task": "Backend | restart",
"tooltip": "🛠️ Start the \"backend docker restart\" task",
},
],
"tooltip": "🛠️ Server tasks",
},
{
"label": "Client",
"tasks": [
{
"label": "Install",
"task": "Frontend | install",
"tooltip": "🛠️ Start the \"frontend install packages\" task",
},
{
"label": "Update yarn.lock",
"task": "Frontend | update yarn.lock",
"tooltip": "🛠️ Start the \"frontend update yarn.lock\" task",
},
{
"label": "Build",
"task": "Frontend | build",
"tooltip": "🛠️ Start the \"frontend build\" task",
},
{
"label": "Build and start prod",
"task": "Frontend | build-and-start-prod",
"tooltip": "🛠️ Start the \"frontend build and start production\" task",
},
{
"label": "Start",
"task": "Frontend | start",
"tooltip": "🛠️ Start the \"frontend start\" task",
},
{
"label": "Start prod",
"task": "Frontend | start-prod",
"tooltip": "🛠️ Start the \"frontend start production\" task",
},
{
"label": "Start:internal",
"task": "Frontend | start:internal",
"tooltip": "🛠️ Start the \"frontend start internal\" task",
},
{
"label": "Start prod:internal",
"task": "Frontend | start-prod:internal",
"tooltip": "🛠️ Start the \"frontend start production internal\" task",
},
{
"label": "Start storybook",
"task": "Frontend | storybook",
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
{
"label": "Start storybook prod",
"task": "Frontend | storybook prod",
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
{
"label": "Lint",
"task": "Frontend | Eslint",
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
{
"label": "Lint:fix",
"task": "Frontend | Eslint:fix",
"tooltip": "🛠️ Start the \"frontend start storybook\" task",
},
],
"tooltip": "🛠️ Client tasks",
},
{
"label": "Tests",
"tasks": [
{
"label": "common",
"task": "Test | Jest:common",
"tooltip": "🛠️ Start the \"Test | Jest:common\" task",
},
{
"label": "translations",
"task": "Test | Jest:translations",
"tooltip": "🛠️ Start the \"Test | Jest:translations\" task",
},
{
"label": "images",
"task": "Test | Jest:images",
"tooltip": "🛠️ Start the \"Test | Jest:images\" task",
},
{
"label": "colors",
"task": "Test | Jest:colors",
"tooltip": "🛠️ Start the \"Test | Jest:colors\" task",
},
{
"label": "unit",
"task": "Test | Jest:unit",
"tooltip": "🛠️ Start the \"Test | Jest:unit\" task",
},
{
"label": "e2e playwright setup",
"task": "Test | e2e playwright setup",
"tooltip": "🛠️ Start the \"e2e playwright setup\" task",
},
{
"label": "e2e build",
"task": "Test | Test build",
"tooltip": "🛠️ Start the \"test build\" task",
},
{
"label": "e2e",
"task": "Test | Test e2e",
"tooltip": "🛠️ Start the \"frontend e2e tests\" task",
},
{
"label": "e2e model",
"task": "Test | Test e2e model",
"tooltip": "🛠️ Start the \"frontend e2e tests with generate model\" task",
},
],
"tooltip": "🛠️ Client tests tasks",
},
],
"licenser.author": "Ascensio System SIA",
"licenser.customHeader": "(c) Copyright @AUTHOR@ 2009-@YEAR@\\n\\nThis program is a free software product.\\nYou can redistribute it and/or modify it under the terms\\nof the GNU Affero General Public License (AGPL) version 3 as published by the Free Software\\nFoundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended\\nto the effect that @AUTHOR@ expressly excludes the warranty of non-infringement of\\nany third-party rights.\\n\\nThis program is distributed WITHOUT ANY WARRANTY, without even the implied warranty\\nof MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see\\nthe GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html\\n\\nYou can contact @AUTHOR@ at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021.\\n\\nThe interactive user interfaces in modified source and object code versions of the Program must\\ndisplay Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.\\n\\nPursuant to Section 7(b) of the License you must retain the original Product logo when\\ndistributing the program. Pursuant to Section 7(e) we decline to grant you any rights under\\ntrademark law for use of our trademarks.\\n\\nAll the Product's GUI elements, including illustrations and icon sets, as well as technical writing\\ncontent are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0\\nInternational. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode",
"licenser.license": "Custom",
"licenser.useSingleLineStyle": true,
"licenser.excludeFileExtensions": [
"LICENSE",
"aff",
"avif",
"babel",
"bmp",
"cache",
"code-workspace",
"csproj",
"dic",
"doc",
"docx",
"editorconfig",
"gif",
"html",
"ico",
"jpeg",
"jpg",
"json",
"lock",
"lock.json",
"log",
"md",
"nuspec",
"odp",
"ods",
"odt",
"pdf",
"png",
"props",
"ppt",
"pptx",
"svg",
"tgz",
"targets",
"tiff",
"webp",
"woff",
"woff2",
"xls",
"xlsx",
"yaml",
"yml",
],
},
}