@rsdoctor/client 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.html +1 -1
- package/dist/resource/css/{monaco-7.19b5ab97.css → monaco-14.fd76d852.css} +1 -1
- package/dist/resource/css/monaco-7.3d0f9fd8.css +1 -0
- package/dist/resource/js/monaco-14.20a1cbe1.js +5 -0
- package/dist/resource/js/{monaco-7.7573787e.js.LICENSE.txt → monaco-14.20a1cbe1.js.LICENSE.txt} +333 -363
- package/dist/resource/js/{monaco-14.0776f76f.js → monaco-4.ffe2b3aa.js} +3 -3
- package/dist/resource/js/{monaco-14.0776f76f.js.LICENSE.txt → monaco-4.ffe2b3aa.js.LICENSE.txt} +0 -2
- package/dist/resource/js/{monaco-4.b847c075.js → monaco-5.91d0f99a.js} +2 -2
- package/dist/resource/js/{monaco-5.4e7bfec1.js → monaco-6.72f2d298.js} +2 -2
- package/dist/resource/js/monaco-7.7f686f34.js +2 -0
- package/dist/resource/js/{monaco-6.22505ef8.js.LICENSE.txt → monaco-7.7f686f34.js.LICENSE.txt} +292 -288
- package/dist/resource/js/{monaco-8.58ba60dd.js → monaco-8.c5ab618c.js} +2 -2
- package/dist/resource/js/{monaco-8.58ba60dd.js.LICENSE.txt → monaco-8.c5ab618c.js.LICENSE.txt} +37 -35
- package/dist/resource/js/monaco-9.eb8aef3e.js +71 -0
- package/dist/resource/js/{monaco-9.d66d09e1.js.LICENSE.txt → monaco-9.eb8aef3e.js.LICENSE.txt} +364 -338
- package/package.json +3 -3
- package/dist/resource/css/monaco-6.b782cd98.css +0 -1
- package/dist/resource/js/monaco-6.22505ef8.js +0 -2
- package/dist/resource/js/monaco-7.7573787e.js +0 -5
- package/dist/resource/js/monaco-9.d66d09e1.js +0 -71
- /package/dist/resource/css/{monaco-14.d38f1964.css → monaco-4.d38f1964.css} +0 -0
- /package/dist/resource/css/{monaco-4.3f11493c.css → monaco-5.3f11493c.css} +0 -0
- /package/dist/resource/css/{monaco-5.25aae788.css → monaco-6.25aae788.css} +0 -0
- /package/dist/resource/js/{monaco-4.b847c075.js.LICENSE.txt → monaco-5.91d0f99a.js.LICENSE.txt} +0 -0
- /package/dist/resource/js/{monaco-5.4e7bfec1.js.LICENSE.txt → monaco-6.72f2d298.js.LICENSE.txt} +0 -0
package/dist/resource/js/{monaco-6.22505ef8.js.LICENSE.txt → monaco-7.7f686f34.js.LICENSE.txt}
RENAMED
|
@@ -1,32 +1,22 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
|
|
3
|
-
/*! ../../../common/languages/languageConfigurationRegistry.js */
|
|
4
|
-
|
|
5
|
-
/*! ./elementSizeObserver.js */
|
|
6
|
-
|
|
7
|
-
/*! ./codicons.js */
|
|
8
|
-
|
|
9
|
-
/*! ../../../../nls.js */
|
|
10
|
-
|
|
11
|
-
/*! ../../../../platform/notification/common/notification.js */
|
|
1
|
+
/*! ../../common/core/range.js */
|
|
12
2
|
|
|
13
|
-
/*! ../../../common/
|
|
3
|
+
/*! ../../../common/codicons.js */
|
|
14
4
|
|
|
15
|
-
/*!
|
|
5
|
+
/*! ../../../../base/browser/ui/scrollbar/scrollableElement.js */
|
|
16
6
|
|
|
17
|
-
/*!
|
|
7
|
+
/*! ../../../../platform/theme/common/themeService.js */
|
|
18
8
|
|
|
19
|
-
/*!
|
|
9
|
+
/*! ../../../nls.js */
|
|
20
10
|
|
|
21
|
-
/*!
|
|
11
|
+
/*! ../../../../base/common/arrays.js */
|
|
22
12
|
|
|
23
|
-
/*!
|
|
13
|
+
/*! ../../../common/core/selection.js */
|
|
24
14
|
|
|
25
|
-
/*!
|
|
15
|
+
/*! ../core/position.js */
|
|
26
16
|
|
|
27
|
-
/*!
|
|
17
|
+
/*! ../../../../platform/theme/common/colorRegistry.js */
|
|
28
18
|
|
|
29
|
-
/*! ../../../common/
|
|
19
|
+
/*! ../../../base/common/strings.js */
|
|
30
20
|
|
|
31
21
|
/*!-----------------------------------------------------------------------------
|
|
32
22
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -35,9 +25,15 @@
|
|
|
35
25
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
36
26
|
*-----------------------------------------------------------------------------*/
|
|
37
27
|
|
|
38
|
-
/*!
|
|
28
|
+
/*! ../../mouseEvent.js */
|
|
39
29
|
|
|
40
|
-
/*!
|
|
30
|
+
/*! ../../../../base/common/types.js */
|
|
31
|
+
|
|
32
|
+
/*! ../../../browser/services/codeEditorService.js */
|
|
33
|
+
|
|
34
|
+
/*! ../../../base/common/strings.js */
|
|
35
|
+
|
|
36
|
+
/*! ../../../common/languages/languageConfigurationRegistry.js */
|
|
41
37
|
|
|
42
38
|
/*!-----------------------------------------------------------------------------
|
|
43
39
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46,87 +42,47 @@
|
|
|
46
42
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
47
43
|
*-----------------------------------------------------------------------------*/
|
|
48
44
|
|
|
49
|
-
/*!
|
|
50
|
-
|
|
51
|
-
/*! ./languageFeatures.js */
|
|
52
|
-
|
|
53
|
-
/*! ../_.contribution.js */
|
|
54
|
-
|
|
55
|
-
/*! ../../../../base/common/arrays.js */
|
|
56
|
-
|
|
57
|
-
/*! ../../../base/common/objects.js */
|
|
58
|
-
|
|
59
|
-
/*! ../../../core/cursorColumns.js */
|
|
45
|
+
/*! ../core/range.js */
|
|
60
46
|
|
|
61
|
-
/*!
|
|
47
|
+
/*! ../../../../base/common/strings.js */
|
|
62
48
|
|
|
63
|
-
/*! ../../../
|
|
49
|
+
/*! ../../../common/model/textModel.js */
|
|
64
50
|
|
|
65
|
-
/*! ../../../
|
|
51
|
+
/*! ../../../base/common/cancellation.js */
|
|
66
52
|
|
|
67
|
-
/*!
|
|
53
|
+
/*! ../../../browser/editorDom.js */
|
|
68
54
|
|
|
69
55
|
/*! ./length.js */
|
|
70
56
|
|
|
71
|
-
/*!
|
|
72
|
-
|
|
73
|
-
/*! ../../../../base/common/map.js */
|
|
74
|
-
|
|
75
|
-
/*! ../../../../base/common/network.js */
|
|
76
|
-
|
|
77
|
-
/*! ../../../common/services/languageFeatures.js */
|
|
78
|
-
|
|
79
|
-
/*! ../../common/core/range.js */
|
|
80
|
-
|
|
81
|
-
/*! ../../../common/core/range.js */
|
|
82
|
-
|
|
83
|
-
/*! ../../../../platform/theme/common/themeService.js */
|
|
84
|
-
|
|
85
|
-
/*! ../../../nls.js */
|
|
86
|
-
|
|
87
|
-
/*! ../../../../base/common/arrays.js */
|
|
88
|
-
|
|
89
|
-
/*! ../core/position.js */
|
|
90
|
-
|
|
91
|
-
/*! ../../../../base/common/strings.js */
|
|
92
|
-
|
|
93
|
-
/*! ../../../base/common/strings.js */
|
|
94
|
-
|
|
95
|
-
/*! ../../../common/languages/language.js */
|
|
96
|
-
|
|
97
|
-
/*! ../../../base/common/strings.js */
|
|
57
|
+
/*! ./bat.js */
|
|
98
58
|
|
|
99
|
-
/*! ../../../common/
|
|
59
|
+
/*! ../../../base/common/event.js */
|
|
100
60
|
|
|
101
|
-
/*!
|
|
61
|
+
/*! ./filters.js */
|
|
102
62
|
|
|
103
|
-
/*!
|
|
63
|
+
/*! ../../../../platform/instantiation/common/extensions.js */
|
|
104
64
|
|
|
105
|
-
/*!
|
|
65
|
+
/*! ../../layout/browser/layoutService.js */
|
|
106
66
|
|
|
107
|
-
/*!
|
|
67
|
+
/*! ../../common/core/stringBuilder.js */
|
|
108
68
|
|
|
109
69
|
/*! ../_.contribution.js */
|
|
110
70
|
|
|
111
|
-
/*!
|
|
112
|
-
|
|
113
|
-
/*! ../../../base/common/event.js */
|
|
114
|
-
|
|
115
|
-
/*! ../../../../platform/instantiation/common/extensions.js */
|
|
71
|
+
/*! @license DOMPurify 2.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.1/LICENSE */
|
|
116
72
|
|
|
117
|
-
/*!
|
|
73
|
+
/*! ../_.contribution.js */
|
|
118
74
|
|
|
119
|
-
/*!
|
|
75
|
+
/*! ./pla.js */
|
|
120
76
|
|
|
121
77
|
/*! ../../../common/core/range.js */
|
|
122
78
|
|
|
123
|
-
/*!
|
|
79
|
+
/*! ../../../common/async.js */
|
|
124
80
|
|
|
125
|
-
/*!
|
|
81
|
+
/*! ./mysql.js */
|
|
126
82
|
|
|
127
|
-
/*!
|
|
83
|
+
/*! ./platform.js */
|
|
128
84
|
|
|
129
|
-
/*!
|
|
85
|
+
/*! ../../../common/services/languageFeatures.js */
|
|
130
86
|
|
|
131
87
|
/*!-----------------------------------------------------------------------------
|
|
132
88
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135,51 +91,31 @@
|
|
|
135
91
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
136
92
|
*-----------------------------------------------------------------------------*/
|
|
137
93
|
|
|
138
|
-
/*!
|
|
139
|
-
|
|
140
|
-
/*!-----------------------------------------------------------------------------
|
|
141
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
142
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
143
|
-
* Released under the MIT license
|
|
144
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
145
|
-
*-----------------------------------------------------------------------------*/
|
|
94
|
+
/*! ../../../common/core/range.js */
|
|
146
95
|
|
|
147
|
-
/*!
|
|
96
|
+
/*! ../../../../base/common/strings.js */
|
|
148
97
|
|
|
149
98
|
/*! ../../../base/common/types.js */
|
|
150
99
|
|
|
151
|
-
/*!
|
|
152
|
-
|
|
153
|
-
/*! ./tabFocus.js */
|
|
100
|
+
/*! ../../../../platform/contextkey/common/contextkey.js */
|
|
154
101
|
|
|
155
102
|
/*! ../../../base/common/mime.js */
|
|
156
103
|
|
|
157
|
-
|
|
158
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
159
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
160
|
-
* Released under the MIT license
|
|
161
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
162
|
-
*-----------------------------------------------------------------------------*/
|
|
163
|
-
|
|
164
|
-
/*! ./provideSignatureHelp.js */
|
|
104
|
+
/*! ../../../base/common/event.js */
|
|
165
105
|
|
|
166
106
|
/*! ../encodedTokenAttributes.js */
|
|
167
107
|
|
|
168
|
-
/*!
|
|
169
|
-
|
|
170
|
-
/*! ../../../base/common/lifecycle.js */
|
|
171
|
-
|
|
172
|
-
/*! ../../../base/common/errors.js */
|
|
108
|
+
/*! ../../../common/core/selection.js */
|
|
173
109
|
|
|
174
|
-
/*!
|
|
110
|
+
/*! ../../dom.js */
|
|
175
111
|
|
|
176
|
-
/*!
|
|
112
|
+
/*! ../../../../base/browser/dom.js */
|
|
177
113
|
|
|
178
|
-
/*!
|
|
114
|
+
/*! ../../../../nls.js */
|
|
179
115
|
|
|
180
|
-
/*! ../../../common/
|
|
116
|
+
/*! ../../../base/common/errors.js */
|
|
181
117
|
|
|
182
|
-
/*!
|
|
118
|
+
/*! ./scrollbarState.js */
|
|
183
119
|
|
|
184
120
|
/*!-----------------------------------------------------------------------------
|
|
185
121
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -188,57 +124,58 @@
|
|
|
188
124
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
189
125
|
*-----------------------------------------------------------------------------*/
|
|
190
126
|
|
|
191
|
-
/*!
|
|
127
|
+
/*! ./snippetVariables.js */
|
|
192
128
|
|
|
193
|
-
/*!
|
|
129
|
+
/*! ../../../base/common/lifecycle.js */
|
|
130
|
+
|
|
131
|
+
/*! ../../../../base/browser/dom.js */
|
|
194
132
|
|
|
195
133
|
/*! ./pieceTreeBase.js */
|
|
196
134
|
|
|
197
135
|
/*! ../../../common/languages.js */
|
|
198
136
|
|
|
199
|
-
/*! ../../../../
|
|
200
|
-
|
|
201
|
-
/*! ./extpath.js */
|
|
202
|
-
|
|
203
|
-
/*! ./path.js */
|
|
137
|
+
/*! ../../../../platform/theme/common/colorRegistry.js */
|
|
204
138
|
|
|
205
|
-
/*!
|
|
139
|
+
/*! ./parameterHintsModel.js */
|
|
206
140
|
|
|
207
141
|
/*! ../../../common/core/range.js */
|
|
208
142
|
|
|
209
|
-
/*!
|
|
210
|
-
|
|
211
|
-
/*! ../../../base/common/event.js */
|
|
212
|
-
|
|
213
|
-
/*! @license DOMPurify 2.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.1/LICENSE */
|
|
143
|
+
/*! ./abstractScrollbar.js */
|
|
214
144
|
|
|
215
145
|
/*! ../../../../platform/theme/common/colorRegistry.js */
|
|
216
146
|
|
|
217
|
-
/*!
|
|
147
|
+
/*! ../../../browser/editorExtensions.js */
|
|
218
148
|
|
|
219
|
-
|
|
149
|
+
/*!-----------------------------------------------------------------------------
|
|
150
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
151
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
152
|
+
* Released under the MIT license
|
|
153
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
154
|
+
*-----------------------------------------------------------------------------*/
|
|
220
155
|
|
|
221
|
-
/*!
|
|
156
|
+
/*! ../../../../base/common/uri.js */
|
|
157
|
+
|
|
158
|
+
/*! ../core/wordHelper.js */
|
|
222
159
|
|
|
223
160
|
/*! ../../../common/core/editOperation.js */
|
|
224
161
|
|
|
225
162
|
/*! ./smallImmutableSet.js */
|
|
226
163
|
|
|
227
|
-
/*! ../_.contribution.js */
|
|
228
|
-
|
|
229
164
|
/*! ../../../../base/common/functional.js */
|
|
230
165
|
|
|
231
|
-
/*! ../../../../base/common/lifecycle.js */
|
|
232
|
-
|
|
233
166
|
/*! ../core/rgba.js */
|
|
234
167
|
|
|
168
|
+
/*! ../../../../base/common/arrays.js */
|
|
169
|
+
|
|
235
170
|
/*! ../../../platform/registry/common/platform.js */
|
|
236
171
|
|
|
237
172
|
/*! ../../../common/model/textModel.js */
|
|
238
173
|
|
|
239
174
|
/*! ./nodeReader.js */
|
|
240
175
|
|
|
241
|
-
/*! ./
|
|
176
|
+
/*! ./snippetParser.js */
|
|
177
|
+
|
|
178
|
+
/*! ./codicons.js */
|
|
242
179
|
|
|
243
180
|
/*! ../../../../platform/actions/common/actions.js */
|
|
244
181
|
|
|
@@ -248,26 +185,22 @@
|
|
|
248
185
|
|
|
249
186
|
/*! ./codelens.js */
|
|
250
187
|
|
|
251
|
-
/*!
|
|
188
|
+
/*! ../../../../base/common/lifecycle.js */
|
|
252
189
|
|
|
253
190
|
/*! ../../../../platform/storage/common/storage.js */
|
|
254
191
|
|
|
255
|
-
/*!
|
|
256
|
-
|
|
257
|
-
/*! ../../common/viewEventHandler.js */
|
|
192
|
+
/*! ../_.contribution.js */
|
|
258
193
|
|
|
259
|
-
/*!
|
|
194
|
+
/*! ../_.contribution.js */
|
|
260
195
|
|
|
261
|
-
/*!
|
|
196
|
+
/*! ../../../platform/instantiation/common/instantiation.js */
|
|
262
197
|
|
|
263
|
-
/*!
|
|
198
|
+
/*! ../../common/viewEventHandler.js */
|
|
264
199
|
|
|
265
|
-
/*!
|
|
200
|
+
/*! ../languages.js */
|
|
266
201
|
|
|
267
202
|
/*! ../../../../base/common/errors.js */
|
|
268
203
|
|
|
269
|
-
/*! ../../../../base/common/htmlContent.js */
|
|
270
|
-
|
|
271
204
|
/*!-----------------------------------------------------------------------------
|
|
272
205
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
273
206
|
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
@@ -275,7 +208,13 @@
|
|
|
275
208
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
276
209
|
*-----------------------------------------------------------------------------*/
|
|
277
210
|
|
|
278
|
-
/*!
|
|
211
|
+
/*! ./semanticTokensDto.js */
|
|
212
|
+
|
|
213
|
+
/*! ../../../../base/common/htmlContent.js */
|
|
214
|
+
|
|
215
|
+
/*! ../../../../platform/workspace/common/workspace.js */
|
|
216
|
+
|
|
217
|
+
/*! ../../../common/platform.js */
|
|
279
218
|
|
|
280
219
|
/*!-----------------------------------------------------------------------------
|
|
281
220
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -284,12 +223,18 @@
|
|
|
284
223
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
285
224
|
*-----------------------------------------------------------------------------*/
|
|
286
225
|
|
|
287
|
-
/*!
|
|
226
|
+
/*! ../../../../base/common/event.js */
|
|
227
|
+
|
|
228
|
+
/*! ../../../common/languages/languageConfigurationRegistry.js */
|
|
229
|
+
|
|
230
|
+
/*! ../../../base/browser/dom.js */
|
|
288
231
|
|
|
289
|
-
/*!
|
|
232
|
+
/*! ./inlayHintsLocations.js */
|
|
290
233
|
|
|
291
234
|
/*! ../core/range.js */
|
|
292
235
|
|
|
236
|
+
/*! ../_.contribution.js */
|
|
237
|
+
|
|
293
238
|
/*! ../../../../base/common/lifecycle.js */
|
|
294
239
|
|
|
295
240
|
/*! ../../../../platform/theme/common/colorRegistry.js */
|
|
@@ -298,166 +243,134 @@
|
|
|
298
243
|
|
|
299
244
|
/*! ../../markdownRenderer/browser/markdownRenderer.js */
|
|
300
245
|
|
|
246
|
+
/*! ../common/accessibility.js */
|
|
247
|
+
|
|
301
248
|
/*! ../../../base/common/uri.js */
|
|
302
249
|
|
|
303
|
-
/*!
|
|
250
|
+
/*! ../_.contribution.js */
|
|
304
251
|
|
|
305
|
-
/*!
|
|
252
|
+
/*! ../../../../base/common/cancellation.js */
|
|
306
253
|
|
|
307
|
-
/*!
|
|
254
|
+
/*! ../../../browser/editorExtensions.js */
|
|
308
255
|
|
|
309
|
-
/*!
|
|
256
|
+
/*! ../../../common/codicons.js */
|
|
310
257
|
|
|
311
|
-
/*!
|
|
258
|
+
/*! ../../../../base/common/lifecycle.js */
|
|
312
259
|
|
|
313
|
-
/*! ../../../../base/common/
|
|
260
|
+
/*! ../../../../base/common/keyCodes.js */
|
|
314
261
|
|
|
315
|
-
/*! ../../../../
|
|
262
|
+
/*! ../../../../base/common/codicons.js */
|
|
316
263
|
|
|
317
|
-
/*!
|
|
264
|
+
/*! ../../../../base/common/event.js */
|
|
318
265
|
|
|
319
|
-
/*!
|
|
266
|
+
/*! ../../globalPointerMoveMonitor.js */
|
|
320
267
|
|
|
321
268
|
/*! ../../../base/browser/fastDomNode.js */
|
|
322
269
|
|
|
323
|
-
/*!
|
|
270
|
+
/*! ../common/event.js */
|
|
324
271
|
|
|
325
|
-
|
|
326
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
327
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
328
|
-
* Released under the MIT license
|
|
329
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
330
|
-
*-----------------------------------------------------------------------------*/
|
|
272
|
+
/*! ../../markdownRenderer/browser/markdownRenderer.js */
|
|
331
273
|
|
|
332
|
-
/*!
|
|
333
|
-
|
|
334
|
-
/*! ../../../../platform/theme/common/themeService.js */
|
|
335
|
-
|
|
336
|
-
/*! ./snippetSession.css */
|
|
274
|
+
/*! ../../../../base/common/async.js */
|
|
337
275
|
|
|
338
|
-
/*!
|
|
276
|
+
/*! ../../mouseEvent.js */
|
|
339
277
|
|
|
340
278
|
/*! ./lineCommentCommand.js */
|
|
341
279
|
|
|
342
|
-
/*! ../../../../platform/theme/common/theme.js */
|
|
343
|
-
|
|
344
|
-
/*! ./map.js */
|
|
345
|
-
|
|
346
280
|
/*! ../../../base/common/strings.js */
|
|
347
281
|
|
|
348
282
|
/*! ../../../../base/common/types.js */
|
|
349
283
|
|
|
350
|
-
/*! ../../../../base/browser/ui/scrollbar/scrollableElement.js */
|
|
351
|
-
|
|
352
|
-
/*!-----------------------------------------------------------------------------
|
|
353
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
354
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
355
|
-
* Released under the MIT license
|
|
356
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
357
|
-
*-----------------------------------------------------------------------------*/
|
|
358
|
-
|
|
359
284
|
/*! ../../../../base/common/map.js */
|
|
360
285
|
|
|
361
|
-
/*!
|
|
362
|
-
|
|
363
|
-
/*! ../../common/config/editorZoom.js */
|
|
286
|
+
/*! ../../../common/languages/languageConfigurationRegistry.js */
|
|
364
287
|
|
|
365
288
|
/*! ../model.js */
|
|
366
289
|
|
|
290
|
+
/*! ../../../../nls.js */
|
|
291
|
+
|
|
367
292
|
/*! ./cursorAtomicMoveOperations.js */
|
|
368
293
|
|
|
369
294
|
/*! ../../../../platform/commands/common/commands.js */
|
|
370
295
|
|
|
371
|
-
/*!
|
|
296
|
+
/*! ../../../common/services/languageFeatures.js */
|
|
372
297
|
|
|
373
|
-
/*!
|
|
298
|
+
/*! ../../../common/services/languageFeatureDebounce.js */
|
|
374
299
|
|
|
375
|
-
/*!
|
|
300
|
+
/*! ../../contextkey/common/contextkey.js */
|
|
376
301
|
|
|
377
302
|
/*! ../tokens/contiguousTokensStore.js */
|
|
378
303
|
|
|
379
|
-
/*!
|
|
380
|
-
|
|
381
|
-
/*! ./scrollbarArrow.js */
|
|
382
|
-
|
|
383
|
-
/*! ./dart.js */
|
|
384
|
-
|
|
385
|
-
/*! ../../../../base/common/strings.js */
|
|
386
|
-
|
|
387
|
-
/*! ../../common/core/position.js */
|
|
304
|
+
/*! ../_.contribution.js */
|
|
388
305
|
|
|
389
306
|
/*! ../cursorCommon.js */
|
|
390
307
|
|
|
391
|
-
/*!
|
|
308
|
+
/*! ../../common/core/position.js */
|
|
392
309
|
|
|
393
310
|
/*! ../../../base/common/event.js */
|
|
394
311
|
|
|
395
|
-
/*! ./msdax.js */
|
|
396
|
-
|
|
397
|
-
/*! ../../layout/browser/layoutService.js */
|
|
398
|
-
|
|
399
|
-
/*! ../../common/config/fontInfo.js */
|
|
400
|
-
|
|
401
312
|
/*! ../../gotoSymbol/browser/link/clickLinkGesture.js */
|
|
402
313
|
|
|
403
314
|
/*! ../../../common/model/textModel.js */
|
|
404
315
|
|
|
405
316
|
/*! ../../../common/services/languageFeatureDebounce.js */
|
|
406
317
|
|
|
407
|
-
/*!
|
|
408
|
-
|
|
409
|
-
/*! ../_.contribution.js */
|
|
410
|
-
|
|
411
|
-
/*! ../../../base/browser/browser.js */
|
|
318
|
+
/*! ./abap.js */
|
|
412
319
|
|
|
413
320
|
/*! ./inlayHints.js */
|
|
414
321
|
|
|
415
|
-
|
|
322
|
+
/*!-----------------------------------------------------------------------------
|
|
323
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
324
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
325
|
+
* Released under the MIT license
|
|
326
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
327
|
+
*-----------------------------------------------------------------------------*/
|
|
416
328
|
|
|
417
329
|
/*! ../tokens/sparseTokensStore.js */
|
|
418
330
|
|
|
419
|
-
/*!
|
|
331
|
+
/*! ./scrollbarArrow.js */
|
|
332
|
+
|
|
333
|
+
/*!-----------------------------------------------------------------------------
|
|
334
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
335
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
336
|
+
* Released under the MIT license
|
|
337
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
338
|
+
*-----------------------------------------------------------------------------*/
|
|
339
|
+
|
|
340
|
+
/*! ../../dom.js */
|
|
420
341
|
|
|
421
342
|
/*! ../../../platform/configuration/common/configurationRegistry.js */
|
|
422
343
|
|
|
423
344
|
/*! ./blockCommentCommand.js */
|
|
424
345
|
|
|
425
|
-
/*! ../../../../platform/contextkey/common/contextkey.js */
|
|
426
|
-
|
|
427
346
|
/*! ../../../base/common/event.js */
|
|
428
347
|
|
|
429
348
|
/*! ../common/editorCommon.js */
|
|
430
349
|
|
|
431
|
-
|
|
350
|
+
/*!-----------------------------------------------------------------------------
|
|
351
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
352
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
353
|
+
* Released under the MIT license
|
|
354
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
355
|
+
*-----------------------------------------------------------------------------*/
|
|
432
356
|
|
|
433
|
-
/*! ../../../common/
|
|
357
|
+
/*! ../../../common/core/eolCounter.js */
|
|
434
358
|
|
|
435
|
-
/*! ../../../
|
|
359
|
+
/*! ../../../common/core/range.js */
|
|
436
360
|
|
|
437
361
|
/*! ../../../../base/common/uri.js */
|
|
438
362
|
|
|
439
|
-
/*! ../../../common/core/selection.js */
|
|
440
|
-
|
|
441
|
-
/*! ../common/event.js */
|
|
442
|
-
|
|
443
363
|
/*! ../../../../base/common/strings.js */
|
|
444
364
|
|
|
445
|
-
/*! ../../../../base/
|
|
365
|
+
/*! ../../../../base/common/strings.js */
|
|
446
366
|
|
|
447
|
-
/*!
|
|
367
|
+
/*! ./swift.js */
|
|
448
368
|
|
|
449
369
|
/*! ../tokens/sparseMultilineTokens.js */
|
|
450
370
|
|
|
451
|
-
/*!
|
|
452
|
-
|
|
453
|
-
/*!-----------------------------------------------------------------------------
|
|
454
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
455
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
456
|
-
* Released under the MIT license
|
|
457
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
458
|
-
*-----------------------------------------------------------------------------*/
|
|
371
|
+
/*! ../../../common/languages/language.js */
|
|
459
372
|
|
|
460
|
-
/*!
|
|
373
|
+
/*! ./concat23Trees.js */
|
|
461
374
|
|
|
462
375
|
/*! ../../../platform/theme/common/themeService.js */
|
|
463
376
|
|
|
@@ -471,59 +384,40 @@
|
|
|
471
384
|
|
|
472
385
|
/*! ../../../../platform/instantiation/common/instantiation.js */
|
|
473
386
|
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
* Released under the MIT license
|
|
478
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
479
|
-
*-----------------------------------------------------------------------------*/
|
|
387
|
+
/*! ../../../common/core/editOperation.js */
|
|
388
|
+
|
|
389
|
+
/*! ../_.contribution.js */
|
|
480
390
|
|
|
481
391
|
/*! ../core/position.js */
|
|
482
392
|
|
|
483
|
-
/*! ./
|
|
393
|
+
/*! ./abstractScrollbar.js */
|
|
484
394
|
|
|
485
395
|
/*! ../core/position.js */
|
|
486
396
|
|
|
487
|
-
|
|
397
|
+
/*!-----------------------------------------------------------------------------
|
|
398
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
399
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
400
|
+
* Released under the MIT license
|
|
401
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
402
|
+
*-----------------------------------------------------------------------------*/
|
|
488
403
|
|
|
489
404
|
/*! ./beforeEditPositionMapper.js */
|
|
490
405
|
|
|
491
|
-
/*!
|
|
492
|
-
|
|
493
|
-
/*! ./bat.js */
|
|
494
|
-
|
|
495
|
-
/*! ../../../base/common/arrays.js */
|
|
406
|
+
/*! ../../../../platform/opener/common/opener.js */
|
|
496
407
|
|
|
497
408
|
/*! ../../../platform/commands/common/commands.js */
|
|
498
409
|
|
|
499
|
-
/*! ./hoverOperation.js */
|
|
500
|
-
|
|
501
410
|
/*! ../core/range.js */
|
|
502
411
|
|
|
503
|
-
/*! ../../../common/async.js */
|
|
504
|
-
|
|
505
|
-
/*! ../core/range.js */
|
|
506
|
-
|
|
507
|
-
/*! ./platform.js */
|
|
508
|
-
|
|
509
412
|
/*! ../_.contribution.js */
|
|
510
413
|
|
|
511
|
-
/*! ./
|
|
512
|
-
|
|
513
|
-
/*! ./mysql.js */
|
|
514
|
-
|
|
515
|
-
/*! ../../../../platform/theme/common/colorRegistry.js */
|
|
414
|
+
/*! ./hoverOperation.js */
|
|
516
415
|
|
|
517
|
-
|
|
518
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
519
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
520
|
-
* Released under the MIT license
|
|
521
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
522
|
-
*-----------------------------------------------------------------------------*/
|
|
416
|
+
/*! ../core/range.js */
|
|
523
417
|
|
|
524
418
|
/*! ../core/wordCharacterClassifier.js */
|
|
525
419
|
|
|
526
|
-
/*! ./
|
|
420
|
+
/*! ./extpath.js */
|
|
527
421
|
|
|
528
422
|
/*! ../languages.js */
|
|
529
423
|
|
|
@@ -531,29 +425,36 @@
|
|
|
531
425
|
|
|
532
426
|
/*! ../core/cursorColumns.js */
|
|
533
427
|
|
|
534
|
-
/*!
|
|
428
|
+
/*! ./path.js */
|
|
535
429
|
|
|
536
|
-
/*!
|
|
430
|
+
/*! ../../instantiation/common/instantiation.js */
|
|
431
|
+
|
|
432
|
+
/*! ../_.contribution.js */
|
|
537
433
|
|
|
538
434
|
/*! ../../../../base/common/cancellation.js */
|
|
539
435
|
|
|
540
|
-
/*! ./
|
|
436
|
+
/*! ./provideSignatureHelp.js */
|
|
541
437
|
|
|
542
|
-
/*!
|
|
438
|
+
/*! ./redshift.js */
|
|
543
439
|
|
|
544
|
-
/*!
|
|
440
|
+
/*! ../../../../platform/theme/common/themeService.js */
|
|
545
441
|
|
|
546
442
|
/*! ./pieceTreeTextBuffer.js */
|
|
547
443
|
|
|
548
444
|
/*! ../languages/modesRegistry.js */
|
|
549
445
|
|
|
550
|
-
/*! ../../../../base/common/lifecycle.js */
|
|
551
|
-
|
|
552
446
|
/*! ../../../../base/common/async.js */
|
|
553
447
|
|
|
554
|
-
/*!
|
|
448
|
+
/*! ./java.js */
|
|
555
449
|
|
|
556
|
-
|
|
450
|
+
/*!-----------------------------------------------------------------------------
|
|
451
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
452
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
453
|
+
* Released under the MIT license
|
|
454
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
455
|
+
*-----------------------------------------------------------------------------*/
|
|
456
|
+
|
|
457
|
+
/*! ../../../../platform/theme/common/iconRegistry.js */
|
|
557
458
|
|
|
558
459
|
/*!-----------------------------------------------------------------------------
|
|
559
460
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -562,7 +463,9 @@
|
|
|
562
463
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
563
464
|
*-----------------------------------------------------------------------------*/
|
|
564
465
|
|
|
565
|
-
/*!
|
|
466
|
+
/*! ../../../common/core/position.js */
|
|
467
|
+
|
|
468
|
+
/*! ../../../../base/browser/ui/aria/aria.js */
|
|
566
469
|
|
|
567
470
|
/*! ../../../common/core/position.js */
|
|
568
471
|
|
|
@@ -570,47 +473,70 @@
|
|
|
570
473
|
|
|
571
474
|
/*! ../languages/language.js */
|
|
572
475
|
|
|
573
|
-
/*!
|
|
574
|
-
|
|
575
|
-
/*! ../../../common/languages/languageConfigurationRegistry.js */
|
|
476
|
+
/*! ./perl.js */
|
|
576
477
|
|
|
577
|
-
/*! ../../../
|
|
478
|
+
/*! ../../../common/model.js */
|
|
578
479
|
|
|
579
|
-
/*!
|
|
480
|
+
/*! ../../../../base/common/errors.js */
|
|
580
481
|
|
|
581
|
-
/*! ../../../../base/common/
|
|
482
|
+
/*! ../../../../base/common/stopwatch.js */
|
|
582
483
|
|
|
583
|
-
/*!
|
|
484
|
+
/*! ./kotlin.js */
|
|
584
485
|
|
|
585
|
-
/*!
|
|
486
|
+
/*! ./scrollbarState.js */
|
|
586
487
|
|
|
587
|
-
/*!
|
|
488
|
+
/*! ./aria.css */
|
|
588
489
|
|
|
589
|
-
/*! ../../../../base/common/
|
|
490
|
+
/*! ../../../../base/common/color.js */
|
|
590
491
|
|
|
591
492
|
/*! ../../../../base/common/uri.js */
|
|
592
493
|
|
|
593
|
-
|
|
494
|
+
/*!-----------------------------------------------------------------------------
|
|
495
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
496
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
497
|
+
* Released under the MIT license
|
|
498
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
499
|
+
*-----------------------------------------------------------------------------*/
|
|
594
500
|
|
|
595
501
|
/*! ../../../../nls.js */
|
|
596
502
|
|
|
597
503
|
/*! ../../../common/services/resolverService.js */
|
|
598
504
|
|
|
505
|
+
/*! ./strings.js */
|
|
506
|
+
|
|
507
|
+
/*! ../widget.js */
|
|
508
|
+
|
|
599
509
|
/*! ./textModelTokens.js */
|
|
600
510
|
|
|
601
511
|
/*! ../../../../base/common/lifecycle.js */
|
|
602
512
|
|
|
603
513
|
/*! ./languagesRegistry.js */
|
|
604
514
|
|
|
605
|
-
/*! ../../../../
|
|
515
|
+
/*! ../../../../base/common/event.js */
|
|
606
516
|
|
|
607
|
-
/*!
|
|
517
|
+
/*! ../../../../platform/instantiation/common/instantiation.js */
|
|
608
518
|
|
|
609
519
|
/*! ./model.js */
|
|
610
520
|
|
|
611
|
-
/*! ../../../../
|
|
521
|
+
/*! ../../../../platform/opener/common/opener.js */
|
|
612
522
|
|
|
613
|
-
/*!
|
|
523
|
+
/*! ../../../base/common/event.js */
|
|
524
|
+
|
|
525
|
+
/*! ../../../../platform/contextkey/common/contextkey.js */
|
|
526
|
+
|
|
527
|
+
/*! ./strings.js */
|
|
528
|
+
|
|
529
|
+
/*! ../../../common/editorContextKeys.js */
|
|
530
|
+
|
|
531
|
+
/*! ../../configuration/common/configuration.js */
|
|
532
|
+
|
|
533
|
+
/*! ./map.js */
|
|
534
|
+
|
|
535
|
+
/*! ./smallImmutableSet.js */
|
|
536
|
+
|
|
537
|
+
/*! ../../../common/core/range.js */
|
|
538
|
+
|
|
539
|
+
/*! ../../../../base/common/lifecycle.js */
|
|
614
540
|
|
|
615
541
|
/*!-----------------------------------------------------------------------------
|
|
616
542
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -619,10 +545,88 @@
|
|
|
619
545
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
620
546
|
*-----------------------------------------------------------------------------*/
|
|
621
547
|
|
|
548
|
+
/*! ../../../base/common/event.js */
|
|
549
|
+
|
|
550
|
+
/*! ../../../common/core/range.js */
|
|
551
|
+
|
|
552
|
+
/*! ../../../../platform/notification/common/notification.js */
|
|
553
|
+
|
|
554
|
+
/*! ../../../platform/instantiation/common/instantiation.js */
|
|
555
|
+
|
|
556
|
+
/*! ../../../base/common/lifecycle.js */
|
|
557
|
+
|
|
558
|
+
/*! ../common/mime.js */
|
|
559
|
+
|
|
622
560
|
/*! ../../../common/editorContextKeys.js */
|
|
623
561
|
|
|
624
|
-
/*! ./
|
|
562
|
+
/*! ./ast.js */
|
|
563
|
+
|
|
564
|
+
/*! ./dart.js */
|
|
565
|
+
|
|
566
|
+
/*! ./textModelPart.js */
|
|
567
|
+
|
|
568
|
+
/*! ./async.js */
|
|
569
|
+
|
|
570
|
+
/*! ../../../../base/common/errors.js */
|
|
571
|
+
|
|
572
|
+
/*! ../../../common/core/range.js */
|
|
573
|
+
|
|
574
|
+
/*! ./scrollbarArrow.js */
|
|
575
|
+
|
|
576
|
+
/*! ./msdax.js */
|
|
577
|
+
|
|
578
|
+
/*! ../../../base/common/lifecycle.js */
|
|
579
|
+
|
|
580
|
+
/*! ../../../common/model.js */
|
|
581
|
+
|
|
582
|
+
/*! ../../../common/model/textModel.js */
|
|
583
|
+
|
|
584
|
+
/*! ../../../../base/browser/dom.js */
|
|
585
|
+
|
|
586
|
+
/*! ./languageFeatures.js */
|
|
587
|
+
|
|
588
|
+
/*!-----------------------------------------------------------------------------
|
|
589
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
590
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
591
|
+
* Released under the MIT license
|
|
592
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
593
|
+
*-----------------------------------------------------------------------------*/
|
|
594
|
+
|
|
595
|
+
/*! ../_.contribution.js */
|
|
596
|
+
|
|
597
|
+
/*! ../../../../base/common/arrays.js */
|
|
598
|
+
|
|
599
|
+
/*! ../../../core/cursorColumns.js */
|
|
600
|
+
|
|
601
|
+
/*! ../../../base/common/arrays.js */
|
|
602
|
+
|
|
603
|
+
/*! ../../../platform/log/common/log.js */
|
|
604
|
+
|
|
605
|
+
/*! ../../../../platform/label/common/label.js */
|
|
625
606
|
|
|
626
607
|
/*! ../../../common/core/range.js */
|
|
627
608
|
|
|
628
|
-
/*!
|
|
609
|
+
/*! ./parameterHints.css */
|
|
610
|
+
|
|
611
|
+
/*! ../../../../base/common/arrays.js */
|
|
612
|
+
|
|
613
|
+
/*! ./length.js */
|
|
614
|
+
|
|
615
|
+
/*! ../../../../platform/theme/common/themeService.js */
|
|
616
|
+
|
|
617
|
+
/*! ./snippetSession.css */
|
|
618
|
+
|
|
619
|
+
/*! ../../../../base/common/map.js */
|
|
620
|
+
|
|
621
|
+
/*! ../../../../platform/theme/common/theme.js */
|
|
622
|
+
|
|
623
|
+
/*! ../../../../base/common/network.js */
|
|
624
|
+
|
|
625
|
+
/*!-----------------------------------------------------------------------------
|
|
626
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
627
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
628
|
+
* Released under the MIT license
|
|
629
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
630
|
+
*-----------------------------------------------------------------------------*/
|
|
631
|
+
|
|
632
|
+
/*! ../../../common/services/languageFeatures.js */
|