@rsdoctor/client 0.2.0 → 0.2.1
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/js/monaco-1.cbaae4ad.js +5 -0
- package/dist/resource/js/{monaco-1.6a6d9fbd.js.LICENSE.txt → monaco-1.cbaae4ad.js.LICENSE.txt} +319 -340
- package/dist/resource/js/{monaco-13.dd2ff536.js → monaco-12.e2a3ecd4.js} +2 -2
- package/dist/resource/js/{monaco-14.2fef89fc.js → monaco-13.cc63a6b1.js} +2 -2
- package/dist/resource/js/{monaco-14.2fef89fc.js.LICENSE.txt → monaco-13.cc63a6b1.js.LICENSE.txt} +171 -163
- package/dist/resource/js/{monaco-12.6dc645fd.js → monaco-14.88babdfb.js} +3 -3
- package/dist/resource/js/{monaco-12.6dc645fd.js.LICENSE.txt → monaco-14.88babdfb.js.LICENSE.txt} +226 -214
- package/dist/resource/js/monaco-2.5e6b3e6c.js +25 -0
- package/dist/resource/js/{monaco-7.8e6e32f9.js.LICENSE.txt → monaco-2.5e6b3e6c.js.LICENSE.txt} +308 -332
- package/dist/resource/js/{monaco-2.89e3d3e1.js → monaco-3.993fc057.js} +2 -2
- package/dist/resource/js/{monaco-3.ae0e86c1.js → monaco-4.73c5efca.js} +2 -2
- package/dist/resource/js/{monaco-5.521603f3.js → monaco-5.91d0f99a.js} +4 -4
- package/dist/resource/js/{monaco-5.521603f3.js.LICENSE.txt → monaco-5.91d0f99a.js.LICENSE.txt} +174 -156
- package/dist/resource/js/monaco-7.e19e48d5.js +2 -0
- package/dist/resource/js/{monaco-4.afbf6d73.js.LICENSE.txt → monaco-7.e19e48d5.js.LICENSE.txt} +314 -321
- package/dist/resource/js/{monaco-8.e8d2f2de.js → monaco-8.48f5e877.js} +3 -3
- package/dist/resource/js/{monaco-8.e8d2f2de.js.LICENSE.txt → monaco-8.48f5e877.js.LICENSE.txt} +192 -204
- 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/js/monaco-1.6a6d9fbd.js +0 -5
- package/dist/resource/js/monaco-4.afbf6d73.js +0 -2
- package/dist/resource/js/monaco-7.8e6e32f9.js +0 -25
- package/dist/resource/js/monaco-9.d66d09e1.js +0 -71
- /package/dist/resource/css/{monaco-13.86c79c6e.css → monaco-12.86c79c6e.css} +0 -0
- /package/dist/resource/css/{monaco-14.f69f0e8c.css → monaco-13.f69f0e8c.css} +0 -0
- /package/dist/resource/css/{monaco-12.d38f1964.css → monaco-14.d38f1964.css} +0 -0
- /package/dist/resource/css/{monaco-7.681f0305.css → monaco-2.681f0305.css} +0 -0
- /package/dist/resource/css/{monaco-2.bc87f9b2.css → monaco-3.bc87f9b2.css} +0 -0
- /package/dist/resource/css/{monaco-3.37d5626c.css → monaco-4.37d5626c.css} +0 -0
- /package/dist/resource/css/{monaco-4.b782cd98.css → monaco-7.b782cd98.css} +0 -0
- /package/dist/resource/js/{monaco-13.dd2ff536.js.LICENSE.txt → monaco-12.e2a3ecd4.js.LICENSE.txt} +0 -0
- /package/dist/resource/js/{monaco-2.89e3d3e1.js.LICENSE.txt → monaco-3.993fc057.js.LICENSE.txt} +0 -0
- /package/dist/resource/js/{monaco-3.ae0e86c1.js.LICENSE.txt → monaco-4.73c5efca.js.LICENSE.txt} +0 -0
package/dist/resource/js/{monaco-1.6a6d9fbd.js.LICENSE.txt → monaco-1.cbaae4ad.js.LICENSE.txt}
RENAMED
|
@@ -1,26 +1,10 @@
|
|
|
1
1
|
/*! ../../dom.js */
|
|
2
2
|
|
|
3
|
-
/*!
|
|
4
|
-
|
|
5
|
-
/*! ../../../platform/workspace/common/workspaceTrust.js */
|
|
6
|
-
|
|
7
|
-
/*! ../config/domFontInfo.js */
|
|
8
|
-
|
|
9
|
-
/*! ../common/quickInput.js */
|
|
10
|
-
|
|
11
|
-
/*! ../../../../../nls.js */
|
|
12
|
-
|
|
13
|
-
/*! ../../../platform/clipboard/common/clipboardService.js */
|
|
14
|
-
|
|
15
|
-
/*! ../../../base/common/event.js */
|
|
16
|
-
|
|
17
|
-
/*! ../../../../platform/accessibility/common/accessibility.js */
|
|
18
|
-
|
|
19
|
-
/*! ../../../platform/opener/common/opener.js */
|
|
3
|
+
/*! ../../../common/core/range.js */
|
|
20
4
|
|
|
21
|
-
/*!
|
|
5
|
+
/*! ../../../base/common/iterator.js */
|
|
22
6
|
|
|
23
|
-
/*!
|
|
7
|
+
/*! ../../../../platform/theme/common/theme.js */
|
|
24
8
|
|
|
25
9
|
/*!-----------------------------------------------------------------------------
|
|
26
10
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -29,65 +13,61 @@
|
|
|
29
13
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
30
14
|
*-----------------------------------------------------------------------------*/
|
|
31
15
|
|
|
32
|
-
/*!
|
|
33
|
-
|
|
34
|
-
/*! ../../editor/editor.api.js */
|
|
35
|
-
|
|
36
|
-
/*! ../../common/services/markerDecorations.js */
|
|
16
|
+
/*! ../../instantiation/common/instantiation.js */
|
|
37
17
|
|
|
38
|
-
/*!
|
|
18
|
+
/*! ../../base/common/lifecycle.js */
|
|
39
19
|
|
|
40
|
-
/*!
|
|
20
|
+
/*! ../../../platform/instantiation/common/descriptors.js */
|
|
41
21
|
|
|
42
|
-
/*!
|
|
22
|
+
/*! ../../../common/services/languageFeatures.js */
|
|
43
23
|
|
|
44
|
-
/*!
|
|
24
|
+
/*! ../../../common/services/languageFeatureDebounce.js */
|
|
45
25
|
|
|
46
|
-
/*!
|
|
26
|
+
/*! ./utils.js */
|
|
47
27
|
|
|
48
|
-
/*!
|
|
28
|
+
/*! ../../../../base/common/arrays.js */
|
|
49
29
|
|
|
50
|
-
/*!
|
|
30
|
+
/*! ../../../platform/label/common/label.js */
|
|
51
31
|
|
|
52
|
-
/*! ../../../
|
|
32
|
+
/*! ../../../common/model/textModel.js */
|
|
53
33
|
|
|
54
|
-
/*! ../../../
|
|
34
|
+
/*! ../../../common/core/editOperation.js */
|
|
55
35
|
|
|
56
|
-
/*!
|
|
36
|
+
/*! ../_.contribution.js */
|
|
57
37
|
|
|
58
|
-
/*!
|
|
38
|
+
/*! ../../browser/services/codeEditorService.js */
|
|
59
39
|
|
|
60
|
-
/*!
|
|
40
|
+
/*! ../../common/services/languageService.js */
|
|
61
41
|
|
|
62
|
-
/*! ../../common/
|
|
42
|
+
/*! ../../common/languages/language.js */
|
|
63
43
|
|
|
64
|
-
/*!
|
|
44
|
+
/*! ../../browser/services/editorWorkerService.js */
|
|
65
45
|
|
|
66
|
-
/*! ../../../
|
|
46
|
+
/*! ../../../nls.js */
|
|
67
47
|
|
|
68
|
-
/*!
|
|
48
|
+
/*! ../../../base/common/event.js */
|
|
69
49
|
|
|
70
|
-
/*!
|
|
50
|
+
/*! ../../editor/editor.api.js */
|
|
71
51
|
|
|
72
|
-
/*!
|
|
52
|
+
/*! ./monaco.contribution.js */
|
|
73
53
|
|
|
74
|
-
/*!
|
|
54
|
+
/*! ../../../base/common/objects.js */
|
|
75
55
|
|
|
76
|
-
/*! ../../../
|
|
56
|
+
/*! ../../../common/model/bracketPairsTextModelPart/fixBrackets.js */
|
|
77
57
|
|
|
78
|
-
/*!
|
|
58
|
+
/*! ../../../../base/common/platform.js */
|
|
79
59
|
|
|
80
|
-
/*!
|
|
60
|
+
/*! ../../../base/common/buffer.js */
|
|
81
61
|
|
|
82
|
-
/*!
|
|
62
|
+
/*! ../viewParts/lines/viewLine.js */
|
|
83
63
|
|
|
84
|
-
/*! ../../../common/
|
|
64
|
+
/*! ../../../base/common/lifecycle.js */
|
|
85
65
|
|
|
86
|
-
/*! ../../../../
|
|
66
|
+
/*! ../../../../base/common/cancellation.js */
|
|
87
67
|
|
|
88
|
-
/*!
|
|
68
|
+
/*! ./model.js */
|
|
89
69
|
|
|
90
|
-
/*!
|
|
70
|
+
/*! ../../instantiation/common/instantiation.js */
|
|
91
71
|
|
|
92
72
|
/*!-----------------------------------------------------------------------------
|
|
93
73
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -96,170 +76,161 @@
|
|
|
96
76
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
97
77
|
*-----------------------------------------------------------------------------*/
|
|
98
78
|
|
|
99
|
-
/*!
|
|
79
|
+
/*! ../../hover/browser/hoverTypes.js */
|
|
100
80
|
|
|
101
|
-
/*!
|
|
81
|
+
/*! ../../common/core/position.js */
|
|
102
82
|
|
|
103
|
-
/*!
|
|
83
|
+
/*! ../../common/viewModel.js */
|
|
104
84
|
|
|
105
|
-
/*!
|
|
85
|
+
/*! ../../../../base/common/uri.js */
|
|
106
86
|
|
|
107
|
-
/*! ../
|
|
87
|
+
/*! ../_.contribution.js */
|
|
108
88
|
|
|
109
|
-
/*!
|
|
89
|
+
/*! ./outlineModel.js */
|
|
110
90
|
|
|
111
|
-
/*!
|
|
91
|
+
/*! ../../common/core/editorColorRegistry.js */
|
|
112
92
|
|
|
113
|
-
/*! ../../../platform/
|
|
93
|
+
/*! ../../../platform/quickinput/common/quickInput.js */
|
|
114
94
|
|
|
115
|
-
/*!
|
|
95
|
+
/*! ../../../common/services/resolverService.js */
|
|
116
96
|
|
|
117
|
-
/*!
|
|
97
|
+
/*! ../../../base/common/lifecycle.js */
|
|
118
98
|
|
|
119
|
-
/*! ./
|
|
99
|
+
/*! ./languageConfiguration.js */
|
|
120
100
|
|
|
121
|
-
/*!
|
|
101
|
+
/*! ../../base/common/lifecycle.js */
|
|
122
102
|
|
|
123
|
-
|
|
124
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
125
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
126
|
-
* Released under the MIT license
|
|
127
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
128
|
-
*-----------------------------------------------------------------------------*/
|
|
103
|
+
/*! ../../../platform/accessibility/common/accessibility.js */
|
|
129
104
|
|
|
130
|
-
/*! ../../
|
|
105
|
+
/*! ../../common/config/editorOptions.js */
|
|
131
106
|
|
|
132
|
-
/*!
|
|
107
|
+
/*! ../../../base/common/functional.js */
|
|
133
108
|
|
|
134
|
-
/*!
|
|
109
|
+
/*! ../../../../platform/theme/common/themeService.js */
|
|
135
110
|
|
|
136
|
-
/*!
|
|
111
|
+
/*! ../../../../base/common/async.js */
|
|
137
112
|
|
|
138
|
-
|
|
139
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
140
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
141
|
-
* Released under the MIT license
|
|
142
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
143
|
-
*-----------------------------------------------------------------------------*/
|
|
113
|
+
/*! ../../../../base/common/event.js */
|
|
144
114
|
|
|
145
|
-
/*!
|
|
115
|
+
/*! ./rangeUtil.js */
|
|
146
116
|
|
|
147
|
-
/*!
|
|
117
|
+
/*! ./media/diffReview.css */
|
|
148
118
|
|
|
149
|
-
/*!
|
|
119
|
+
/*! ../../snippet/browser/snippetParser.js */
|
|
150
120
|
|
|
151
|
-
/*!
|
|
121
|
+
/*! ../../../base/browser/dom.js */
|
|
152
122
|
|
|
153
|
-
/*!
|
|
123
|
+
/*! ../../../platform/instantiation/common/instantiation.js */
|
|
154
124
|
|
|
155
|
-
/*!
|
|
125
|
+
/*! ../../../base/common/event.js */
|
|
156
126
|
|
|
157
|
-
/*! ../../
|
|
127
|
+
/*! ../../core/range.js */
|
|
158
128
|
|
|
159
|
-
/*!
|
|
129
|
+
/*! ../../../platform/instantiation/common/extensions.js */
|
|
160
130
|
|
|
161
|
-
/*!
|
|
131
|
+
/*! ../../../../nls.js */
|
|
162
132
|
|
|
163
|
-
/*! ../../../
|
|
133
|
+
/*! ../../../common/viewLayout/viewLineRenderer.js */
|
|
164
134
|
|
|
165
|
-
/*!
|
|
135
|
+
/*! ../../../platform/commands/common/commands.js */
|
|
166
136
|
|
|
167
|
-
/*! ./
|
|
137
|
+
/*! ./uri.js */
|
|
168
138
|
|
|
169
|
-
/*!
|
|
139
|
+
/*! ../../../../base/common/lifecycle.js */
|
|
170
140
|
|
|
171
|
-
/*! ./
|
|
141
|
+
/*! ./uri.js */
|
|
172
142
|
|
|
173
|
-
/*!
|
|
143
|
+
/*! ./languageConfigurationRegistry.js */
|
|
174
144
|
|
|
175
|
-
/*!
|
|
145
|
+
/*! ../editorExtensions.js */
|
|
176
146
|
|
|
177
|
-
/*! ../../
|
|
147
|
+
/*! ../../hover/browser/getHover.js */
|
|
178
148
|
|
|
179
|
-
/*!
|
|
149
|
+
/*! ../../../platform/instantiation/common/instantiationService.js */
|
|
180
150
|
|
|
181
|
-
/*!
|
|
151
|
+
/*! ../../../../platform/contextkey/common/contextkey.js */
|
|
182
152
|
|
|
183
|
-
/*!
|
|
153
|
+
/*! ../../instantiation/common/instantiation.js */
|
|
184
154
|
|
|
185
|
-
/*!
|
|
155
|
+
/*! ../../../base/common/event.js */
|
|
186
156
|
|
|
187
|
-
/*! ../../../base/
|
|
157
|
+
/*! ../../../base/common/lifecycle.js */
|
|
188
158
|
|
|
189
|
-
/*!
|
|
159
|
+
/*! ../../../nls.js */
|
|
190
160
|
|
|
191
|
-
/*!
|
|
161
|
+
/*! ./bracketPairsTree/bracketPairsTree.js */
|
|
192
162
|
|
|
193
|
-
/*! ../../../
|
|
163
|
+
/*! ../../../base/common/codicons.js */
|
|
194
164
|
|
|
195
|
-
/*!
|
|
165
|
+
/*! ../../../platform/configuration/common/configurationModels.js */
|
|
196
166
|
|
|
197
|
-
/*!
|
|
167
|
+
/*! ../../../platform/contextview/browser/contextViewService.js */
|
|
198
168
|
|
|
199
|
-
/*!
|
|
169
|
+
/*! ../common/platform.js */
|
|
200
170
|
|
|
201
|
-
|
|
202
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
203
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
204
|
-
* Released under the MIT license
|
|
205
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
206
|
-
*-----------------------------------------------------------------------------*/
|
|
171
|
+
/*! ./supports.js */
|
|
207
172
|
|
|
208
|
-
/*!
|
|
173
|
+
/*! ../../configuration/common/configuration.js */
|
|
209
174
|
|
|
210
|
-
/*!
|
|
175
|
+
/*! ../../../../base/browser/fastDomNode.js */
|
|
176
|
+
|
|
177
|
+
/*! ./standaloneThemeService.js */
|
|
211
178
|
|
|
212
179
|
/*! ./aria.css */
|
|
213
180
|
|
|
214
|
-
/*! ../../../
|
|
181
|
+
/*! ../../../browser/editorExtensions.js */
|
|
215
182
|
|
|
216
|
-
/*!
|
|
183
|
+
/*! ../../common/services/resolverService.js */
|
|
217
184
|
|
|
218
|
-
/*!
|
|
185
|
+
/*! ../../common/core/cursorColumns.js */
|
|
219
186
|
|
|
220
|
-
/*! ../../../
|
|
187
|
+
/*! ../../../platform/configuration/common/configurations.js */
|
|
221
188
|
|
|
222
|
-
/*!
|
|
189
|
+
/*! ./media/quickInput.css */
|
|
223
190
|
|
|
224
|
-
/*!
|
|
191
|
+
/*! ../../../../base/common/types.js */
|
|
225
192
|
|
|
226
|
-
/*!
|
|
193
|
+
/*! ./standaloneQuickInput.css */
|
|
227
194
|
|
|
228
|
-
/*!
|
|
195
|
+
/*! ./redis.js */
|
|
229
196
|
|
|
230
|
-
/*!
|
|
197
|
+
/*! ./platform.js */
|
|
231
198
|
|
|
232
|
-
/*!
|
|
199
|
+
/*! ./stringBuilder.js */
|
|
233
200
|
|
|
234
|
-
/*! ../../../
|
|
201
|
+
/*! ../../../common/core/range.js */
|
|
235
202
|
|
|
236
|
-
/*! ../../../common/
|
|
203
|
+
/*! ../../../platform/keybinding/common/abstractKeybindingService.js */
|
|
237
204
|
|
|
238
|
-
/*!
|
|
205
|
+
/*! ../../../../base/common/errors.js */
|
|
239
206
|
|
|
240
|
-
/*!
|
|
207
|
+
/*! ../../commands/common/commands.js */
|
|
241
208
|
|
|
242
|
-
/*!
|
|
209
|
+
/*! ../../view/renderingContext.js */
|
|
243
210
|
|
|
244
|
-
/*! ../../../common/
|
|
211
|
+
/*! ../../../platform/theme/common/colorRegistry.js */
|
|
245
212
|
|
|
246
|
-
/*!
|
|
213
|
+
/*! ../../hover/browser/markdownHoverParticipant.js */
|
|
247
214
|
|
|
248
|
-
/*! ../../../
|
|
215
|
+
/*! ../../../platform/contextview/browser/contextMenuService.js */
|
|
216
|
+
|
|
217
|
+
/*! ./event.js */
|
|
249
218
|
|
|
250
219
|
/*! ../../../common/platform.js */
|
|
251
220
|
|
|
252
|
-
/*! ../../../common/
|
|
221
|
+
/*! ../../../base/common/codicons.js */
|
|
253
222
|
|
|
254
|
-
/*! ../../../base/common/
|
|
223
|
+
/*! ../../../base/common/lifecycle.js */
|
|
255
224
|
|
|
256
|
-
/*!
|
|
225
|
+
/*! ../../instantiation/common/instantiation.js */
|
|
257
226
|
|
|
258
|
-
/*!
|
|
227
|
+
/*! ./theme.js */
|
|
259
228
|
|
|
260
|
-
/*!
|
|
229
|
+
/*! ../../../../base/browser/browser.js */
|
|
261
230
|
|
|
262
|
-
/*!
|
|
231
|
+
/*! ../../common/core/position.js */
|
|
232
|
+
|
|
233
|
+
/*! ../../common/languages/languageConfigurationRegistry.js */
|
|
263
234
|
|
|
264
235
|
/*!-----------------------------------------------------------------------------
|
|
265
236
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -268,53 +239,47 @@
|
|
|
268
239
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
269
240
|
*-----------------------------------------------------------------------------*/
|
|
270
241
|
|
|
271
|
-
/*!
|
|
272
|
-
|
|
273
|
-
/*! ../../common/languages/language.js */
|
|
274
|
-
|
|
275
|
-
/*! ../../common/services/languageService.js */
|
|
276
|
-
|
|
277
|
-
/*! ../../../../base/common/cancellation.js */
|
|
242
|
+
/*! ../../../platform/configuration/common/configuration.js */
|
|
278
243
|
|
|
279
|
-
/*!
|
|
244
|
+
/*! ../../../platform/dialogs/common/dialogs.js */
|
|
280
245
|
|
|
281
|
-
/*!
|
|
246
|
+
/*! ../../../../base/common/lifecycle.js */
|
|
282
247
|
|
|
283
|
-
/*!
|
|
248
|
+
/*! ../../../platform/log/common/log.js */
|
|
284
249
|
|
|
285
|
-
/*! ../../common/
|
|
250
|
+
/*! ../../common/services/markerDecorationsService.js */
|
|
286
251
|
|
|
287
|
-
/*!
|
|
252
|
+
/*! ../../../base/common/uri.js */
|
|
288
253
|
|
|
289
|
-
/*!
|
|
254
|
+
/*! ./descriptors.js */
|
|
290
255
|
|
|
291
|
-
/*!
|
|
256
|
+
/*! ../../../base/browser/ui/scrollbar/scrollableElement.js */
|
|
292
257
|
|
|
293
|
-
/*!
|
|
258
|
+
/*! ../../../../base/common/functional.js */
|
|
294
259
|
|
|
295
|
-
/*!
|
|
260
|
+
/*! ../../../browser/services/codeEditorService.js */
|
|
296
261
|
|
|
297
|
-
/*!
|
|
262
|
+
/*! ../../../../platform/quickinput/browser/quickInput.js */
|
|
298
263
|
|
|
299
|
-
/*!
|
|
264
|
+
/*! ../../../base/common/resources.js */
|
|
300
265
|
|
|
301
|
-
/*!
|
|
266
|
+
/*! ../common/contextkey.js */
|
|
302
267
|
|
|
303
|
-
/*!
|
|
268
|
+
/*! ../config/domFontInfo.js */
|
|
304
269
|
|
|
305
|
-
/*!
|
|
270
|
+
/*! ../../../platform/contextkey/browser/contextKeyService.js */
|
|
306
271
|
|
|
307
|
-
/*!
|
|
272
|
+
/*! ../../../../base/common/filters.js */
|
|
308
273
|
|
|
309
|
-
/*! ../../../platform/
|
|
274
|
+
/*! ../../../platform/keybinding/common/resolvedKeybindingItem.js */
|
|
310
275
|
|
|
311
|
-
/*! ../../../common/
|
|
276
|
+
/*! ../../../common/core/selection.js */
|
|
312
277
|
|
|
313
|
-
/*! ../../../
|
|
278
|
+
/*! ../../../base/common/severity.js */
|
|
314
279
|
|
|
315
|
-
/*! ../../../base/common/
|
|
280
|
+
/*! ../../../base/common/event.js */
|
|
316
281
|
|
|
317
|
-
/*!
|
|
282
|
+
/*! ../_.contribution.js */
|
|
318
283
|
|
|
319
284
|
/*!-----------------------------------------------------------------------------
|
|
320
285
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -323,71 +288,57 @@
|
|
|
323
288
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
324
289
|
*-----------------------------------------------------------------------------*/
|
|
325
290
|
|
|
326
|
-
/*!
|
|
327
|
-
|
|
328
|
-
/*! ../../../platform/theme/common/themeService.js */
|
|
329
|
-
|
|
330
|
-
/*! ../../../../base/common/cancellation.js */
|
|
291
|
+
/*! ../../registry/common/platform.js */
|
|
331
292
|
|
|
332
|
-
/*! ../../../
|
|
293
|
+
/*! ../../../base/common/uri.js */
|
|
333
294
|
|
|
334
|
-
/*!
|
|
295
|
+
/*! ../../editor/editor.api.js */
|
|
335
296
|
|
|
336
|
-
/*!
|
|
297
|
+
/*! ../../../platform/markers/common/markers.js */
|
|
337
298
|
|
|
338
|
-
|
|
339
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
340
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
341
|
-
* Released under the MIT license
|
|
342
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
343
|
-
*-----------------------------------------------------------------------------*/
|
|
299
|
+
/*! ../../../../platform/configuration/common/configuration.js */
|
|
344
300
|
|
|
345
|
-
/*!
|
|
301
|
+
/*! ../common/standaloneTheme.js */
|
|
346
302
|
|
|
347
|
-
/*!
|
|
303
|
+
/*! ../../../../base/common/arrays.js */
|
|
348
304
|
|
|
349
|
-
/*!
|
|
305
|
+
/*! ../../../base/common/map.js */
|
|
350
306
|
|
|
351
|
-
/*!
|
|
307
|
+
/*! ../../../platform/keybinding/common/keybindingResolver.js */
|
|
352
308
|
|
|
353
|
-
/*!
|
|
309
|
+
/*! ./typescript.js */
|
|
354
310
|
|
|
355
|
-
/*!
|
|
311
|
+
/*! ../../browser/services/bulkEditService.js */
|
|
356
312
|
|
|
357
|
-
/*!
|
|
313
|
+
/*! ../../common/services/editorWorker.js */
|
|
358
314
|
|
|
359
|
-
/*!
|
|
315
|
+
/*! ../../../base/common/strings.js */
|
|
360
316
|
|
|
361
|
-
/*!
|
|
317
|
+
/*! ../../../base/common/lifecycle.js */
|
|
362
318
|
|
|
363
|
-
/*!
|
|
319
|
+
/*! ../../../platform/contextkey/common/contextkey.js */
|
|
364
320
|
|
|
365
|
-
/*!
|
|
321
|
+
/*! ./network.js */
|
|
366
322
|
|
|
367
|
-
|
|
368
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
369
|
-
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
370
|
-
* Released under the MIT license
|
|
371
|
-
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
372
|
-
*-----------------------------------------------------------------------------*/
|
|
323
|
+
/*! ../../../base/common/types.js */
|
|
373
324
|
|
|
374
|
-
/*!
|
|
325
|
+
/*! ./path.js */
|
|
375
326
|
|
|
376
|
-
/*!
|
|
327
|
+
/*! ../standaloneLayoutService.js */
|
|
377
328
|
|
|
378
|
-
/*! ../../../base/common/
|
|
329
|
+
/*! ../../../base/common/strings.js */
|
|
379
330
|
|
|
380
|
-
/*! ../../../platform/
|
|
331
|
+
/*! ../../../platform/keybinding/common/usLayoutResolvedKeybinding.js */
|
|
381
332
|
|
|
382
|
-
/*!
|
|
333
|
+
/*! ../../../../platform/instantiation/common/instantiation.js */
|
|
383
334
|
|
|
384
|
-
/*!
|
|
335
|
+
/*! ./languageConfiguration.js */
|
|
385
336
|
|
|
386
|
-
/*! ../../../common/
|
|
337
|
+
/*! ../../../platform/keybinding/common/keybindingsRegistry.js */
|
|
387
338
|
|
|
388
|
-
/*!
|
|
339
|
+
/*! ../../../platform/workspace/common/workspace.js */
|
|
389
340
|
|
|
390
|
-
/*!
|
|
341
|
+
/*! ../../../platform/instantiation/common/instantiation.js */
|
|
391
342
|
|
|
392
343
|
/*!-----------------------------------------------------------------------------
|
|
393
344
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -396,41 +347,42 @@
|
|
|
396
347
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
397
348
|
*-----------------------------------------------------------------------------*/
|
|
398
349
|
|
|
399
|
-
/*!
|
|
400
|
-
|
|
401
|
-
/*! ./media/quickInput.css */
|
|
402
|
-
|
|
403
|
-
/*! ../../../../nls.js */
|
|
350
|
+
/*! ../../../platform/instantiation/common/serviceCollection.js */
|
|
404
351
|
|
|
405
|
-
/*! ../../../platform/
|
|
352
|
+
/*! ../../../platform/undoRedo/common/undoRedoService.js */
|
|
406
353
|
|
|
407
|
-
/*!
|
|
354
|
+
/*! ../../common/core/editOperation.js */
|
|
408
355
|
|
|
409
|
-
/*! ../../../base/common/
|
|
356
|
+
/*! ../../../base/common/uri.js */
|
|
410
357
|
|
|
411
|
-
/*! ../../
|
|
358
|
+
/*! ../../common/config/editorConfigurationSchema.js */
|
|
412
359
|
|
|
413
|
-
/*!
|
|
360
|
+
/*! ../services/codeEditorService.js */
|
|
414
361
|
|
|
415
|
-
/*!
|
|
362
|
+
/*! ../../../base/common/lifecycle.js */
|
|
416
363
|
|
|
417
|
-
/*!
|
|
364
|
+
/*! ../../common/services/modelService.js */
|
|
418
365
|
|
|
419
|
-
/*!
|
|
366
|
+
/*! ../../common/services/model.js */
|
|
420
367
|
|
|
421
|
-
/*!
|
|
368
|
+
/*! ./languageSelector.js */
|
|
422
369
|
|
|
423
|
-
|
|
370
|
+
/*!-----------------------------------------------------------------------------
|
|
371
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
372
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
373
|
+
* Released under the MIT license
|
|
374
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
375
|
+
*-----------------------------------------------------------------------------*/
|
|
424
376
|
|
|
425
|
-
/*!
|
|
377
|
+
/*! ../../../common/lifecycle.js */
|
|
426
378
|
|
|
427
|
-
/*!
|
|
379
|
+
/*! ../view/viewPart.js */
|
|
428
380
|
|
|
429
|
-
/*!
|
|
381
|
+
/*! ../common/quickAccess.js */
|
|
430
382
|
|
|
431
|
-
/*!
|
|
383
|
+
/*! ../../languages/supports.js */
|
|
432
384
|
|
|
433
|
-
/*!
|
|
385
|
+
/*! ../../../platform/notification/common/notification.js */
|
|
434
386
|
|
|
435
387
|
/*!-----------------------------------------------------------------------------
|
|
436
388
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -439,185 +391,202 @@
|
|
|
439
391
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
440
392
|
*-----------------------------------------------------------------------------*/
|
|
441
393
|
|
|
442
|
-
/*!
|
|
394
|
+
/*! ../../../../base/common/platform.js */
|
|
443
395
|
|
|
444
|
-
/*! ../../../
|
|
396
|
+
/*! ../../../base/browser/fastDomNode.js */
|
|
445
397
|
|
|
446
|
-
/*! ../../../
|
|
398
|
+
/*! ../../../common/core/position.js */
|
|
447
399
|
|
|
448
|
-
/*!
|
|
400
|
+
/*! ../_.contribution.js */
|
|
449
401
|
|
|
450
|
-
/*!
|
|
402
|
+
/*! ../../browser/services/openerService.js */
|
|
451
403
|
|
|
452
|
-
/*! ../../../
|
|
404
|
+
/*! ../../../browser/dom.js */
|
|
453
405
|
|
|
454
|
-
/*!
|
|
406
|
+
/*! ../../../../platform/commands/common/commands.js */
|
|
455
407
|
|
|
456
|
-
/*!
|
|
408
|
+
/*! ../../../common/languages.js */
|
|
457
409
|
|
|
458
|
-
/*! ../../../
|
|
410
|
+
/*! ../../../platform/actions/common/menuService.js */
|
|
459
411
|
|
|
460
|
-
/*!
|
|
412
|
+
/*! ../../base/common/types.js */
|
|
461
413
|
|
|
462
|
-
/*!
|
|
414
|
+
/*! ./freemarker2.js */
|
|
463
415
|
|
|
464
|
-
/*!
|
|
416
|
+
/*! ./inlayHintsController.js */
|
|
465
417
|
|
|
466
|
-
/*! ../../common/
|
|
418
|
+
/*! ../../common/standaloneStrings.js */
|
|
467
419
|
|
|
468
|
-
/*! ./
|
|
420
|
+
/*! ./inlayHints.js */
|
|
469
421
|
|
|
470
|
-
/*!
|
|
422
|
+
/*! ./foldingRanges.js */
|
|
471
423
|
|
|
472
|
-
/*!
|
|
424
|
+
/*! ../../base/common/event.js */
|
|
473
425
|
|
|
474
|
-
/*!
|
|
426
|
+
/*! ../../../platform/workspace/common/workspaceTrust.js */
|
|
475
427
|
|
|
476
|
-
/*!
|
|
428
|
+
/*! ./freemarker2.js */
|
|
477
429
|
|
|
478
|
-
/*!
|
|
430
|
+
/*! ../editorDom.js */
|
|
479
431
|
|
|
480
|
-
/*!
|
|
432
|
+
/*! ../common/quickInput.js */
|
|
481
433
|
|
|
482
|
-
/*!
|
|
434
|
+
/*! ../../common/cursor/cursorAtomicMoveOperations.js */
|
|
483
435
|
|
|
484
|
-
/*! ../../../platform/
|
|
436
|
+
/*! ../../../platform/clipboard/common/clipboardService.js */
|
|
485
437
|
|
|
486
|
-
|
|
438
|
+
/*!-----------------------------------------------------------------------------
|
|
439
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
440
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
441
|
+
* Released under the MIT license
|
|
442
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
443
|
+
*-----------------------------------------------------------------------------*/
|
|
487
444
|
|
|
488
|
-
/*!
|
|
445
|
+
/*! ../../../../platform/accessibility/common/accessibility.js */
|
|
489
446
|
|
|
490
|
-
/*!
|
|
447
|
+
/*! ../../../platform/opener/common/opener.js */
|
|
491
448
|
|
|
492
|
-
/*!
|
|
449
|
+
/*! ../core/selection.js */
|
|
493
450
|
|
|
494
|
-
/*!
|
|
451
|
+
/*! ../../../base/browser/fastDomNode.js */
|
|
495
452
|
|
|
496
|
-
/*!
|
|
453
|
+
/*! ../../../platform/telemetry/common/telemetry.js */
|
|
497
454
|
|
|
498
|
-
/*!
|
|
455
|
+
/*! ./abap.js */
|
|
499
456
|
|
|
500
|
-
/*! ../../../base/
|
|
457
|
+
/*! ../../../base/browser/dom.js */
|
|
501
458
|
|
|
502
|
-
/*!
|
|
459
|
+
/*! ./freemarker2.js */
|
|
503
460
|
|
|
504
|
-
/*!
|
|
461
|
+
/*! ../../../platform/contextkey/common/contextkey.js */
|
|
505
462
|
|
|
506
|
-
/*!
|
|
463
|
+
/*! ../../common/viewLayout/viewLineRenderer.js */
|
|
507
464
|
|
|
508
|
-
/*!
|
|
465
|
+
/*! ../../../common/languages/language.js */
|
|
509
466
|
|
|
510
|
-
/*!
|
|
467
|
+
/*! ./standaloneCodeEditorService.js */
|
|
511
468
|
|
|
512
|
-
/*!
|
|
469
|
+
/*! ../../common/services/markerDecorations.js */
|
|
513
470
|
|
|
514
|
-
/*!
|
|
471
|
+
/*! ../../instantiation/common/instantiation.js */
|
|
515
472
|
|
|
516
|
-
/*! ../../
|
|
473
|
+
/*! ../../registry/common/platform.js */
|
|
517
474
|
|
|
518
|
-
/*!
|
|
475
|
+
/*! ../../../base/common/cancellation.js */
|
|
519
476
|
|
|
520
|
-
/*! ../../../
|
|
477
|
+
/*! ../../../base/browser/keyboardEvent.js */
|
|
521
478
|
|
|
522
|
-
/*!
|
|
479
|
+
/*! ../../../base/common/async.js */
|
|
523
480
|
|
|
524
|
-
/*! ../../../
|
|
481
|
+
/*! ../../../common/services/resolverService.js */
|
|
525
482
|
|
|
526
|
-
/*!
|
|
483
|
+
/*! ../../../common/services/languageFeatures.js */
|
|
527
484
|
|
|
528
|
-
/*!
|
|
485
|
+
/*! ../../../base/common/keybindings.js */
|
|
529
486
|
|
|
530
|
-
/*!
|
|
487
|
+
/*! ../../common/core/range.js */
|
|
531
488
|
|
|
532
|
-
/*!
|
|
489
|
+
/*! ../../../platform/keybinding/common/keybinding.js */
|
|
533
490
|
|
|
534
|
-
/*!
|
|
491
|
+
/*! ../../../browser/coreCommands.js */
|
|
535
492
|
|
|
536
|
-
/*!
|
|
493
|
+
/*! ../../../../platform/configuration/common/configuration.js */
|
|
537
494
|
|
|
538
|
-
/*!
|
|
495
|
+
/*! ./ghostText.js */
|
|
539
496
|
|
|
540
|
-
/*!
|
|
497
|
+
/*! ./quickInput/standaloneQuickInputService.js */
|
|
541
498
|
|
|
542
|
-
/*!
|
|
499
|
+
/*! ../../../../base/common/types.js */
|
|
543
500
|
|
|
544
|
-
/*! ../../../../platform/
|
|
501
|
+
/*! ../../../../platform/opener/common/opener.js */
|
|
545
502
|
|
|
546
|
-
/*!
|
|
503
|
+
/*! ../../snippet/browser/snippetController2.js */
|
|
547
504
|
|
|
548
|
-
/*! ../../../
|
|
505
|
+
/*! ../../../platform/storage/common/storage.js */
|
|
549
506
|
|
|
550
|
-
/*!
|
|
507
|
+
/*! ../../../../base/common/htmlContent.js */
|
|
551
508
|
|
|
552
|
-
/*! ../../../../base/common/
|
|
509
|
+
/*! ../../../../base/common/cancellation.js */
|
|
553
510
|
|
|
554
|
-
/*! ../../../platform/
|
|
511
|
+
/*! ../../../platform/list/browser/listService.js */
|
|
555
512
|
|
|
556
|
-
/*! ../../../common/
|
|
513
|
+
/*! ../../../platform/actions/common/actions.js */
|
|
557
514
|
|
|
558
|
-
/*!
|
|
515
|
+
/*! ./languageConfigurationRegistry.js */
|
|
559
516
|
|
|
560
|
-
/*!
|
|
517
|
+
/*! ./inlineCompletionToGhostText.js */
|
|
561
518
|
|
|
562
|
-
/*! ../../../
|
|
519
|
+
/*! ../../../platform/clipboard/browser/clipboardService.js */
|
|
563
520
|
|
|
564
|
-
|
|
521
|
+
/*!-----------------------------------------------------------------------------
|
|
522
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
523
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
524
|
+
* Released under the MIT license
|
|
525
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
526
|
+
*-----------------------------------------------------------------------------*/
|
|
565
527
|
|
|
566
|
-
/*! ./
|
|
528
|
+
/*! ./consts.js */
|
|
567
529
|
|
|
568
|
-
/*! ../
|
|
530
|
+
/*! ../_.contribution.js */
|
|
569
531
|
|
|
570
|
-
/*!
|
|
532
|
+
/*! ../../base/common/event.js */
|
|
571
533
|
|
|
572
|
-
/*!
|
|
534
|
+
/*! ./freemarker2.js */
|
|
573
535
|
|
|
574
|
-
/*! ../
|
|
536
|
+
/*! ../_.contribution.js */
|
|
575
537
|
|
|
576
|
-
/*!
|
|
538
|
+
/*! ../../common/tokens/lineTokens.js */
|
|
577
539
|
|
|
578
|
-
/*!
|
|
540
|
+
/*! ../core/cursorColumns.js */
|
|
579
541
|
|
|
580
|
-
/*!
|
|
542
|
+
/*! ../../languages/supports/richEditBrackets.js */
|
|
581
543
|
|
|
582
|
-
/*!
|
|
544
|
+
/*! ../../base/common/lifecycle.js */
|
|
583
545
|
|
|
584
|
-
/*! ../../
|
|
546
|
+
/*! ../../common/services/languageFeaturesService.js */
|
|
585
547
|
|
|
586
|
-
/*!
|
|
548
|
+
/*! ./buffer.js */
|
|
587
549
|
|
|
588
|
-
/*! ../../../
|
|
550
|
+
/*! ../../../common/languages/languageConfigurationRegistry.js */
|
|
589
551
|
|
|
590
|
-
/*!
|
|
552
|
+
/*! ./strings.js */
|
|
591
553
|
|
|
592
|
-
/*!
|
|
554
|
+
/*! ../../../base/common/event.js */
|
|
593
555
|
|
|
594
|
-
/*!
|
|
556
|
+
/*! ./freemarker2.js */
|
|
595
557
|
|
|
596
|
-
/*! ./
|
|
558
|
+
/*! ./model.js */
|
|
597
559
|
|
|
598
|
-
/*!
|
|
560
|
+
/*! ../../../platform/progress/common/progress.js */
|
|
599
561
|
|
|
600
|
-
/*!
|
|
562
|
+
/*! ../../../../base/common/event.js */
|
|
601
563
|
|
|
602
|
-
/*!
|
|
564
|
+
/*! ../../../common/config/editorOptions.js */
|
|
603
565
|
|
|
604
|
-
/*!
|
|
566
|
+
/*! ../../../../base/common/async.js */
|
|
605
567
|
|
|
606
|
-
/*!
|
|
568
|
+
/*! ../../../platform/theme/common/themeService.js */
|
|
607
569
|
|
|
608
|
-
/*! ../../../
|
|
570
|
+
/*! ../../../common/idGenerator.js */
|
|
609
571
|
|
|
610
|
-
|
|
572
|
+
/*!-----------------------------------------------------------------------------
|
|
573
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
574
|
+
* Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
|
|
575
|
+
* Released under the MIT license
|
|
576
|
+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
577
|
+
*-----------------------------------------------------------------------------*/
|
|
611
578
|
|
|
612
|
-
/*! ../../../
|
|
579
|
+
/*! ../../../base/browser/ui/actionbar/actionbar.js */
|
|
613
580
|
|
|
614
|
-
/*!
|
|
581
|
+
/*! ../../../platform/theme/common/themeService.js */
|
|
615
582
|
|
|
616
|
-
/*!
|
|
583
|
+
/*! ../../../../base/common/cancellation.js */
|
|
617
584
|
|
|
618
|
-
/*! ../../../platform/
|
|
585
|
+
/*! ../../../platform/markers/common/markerService.js */
|
|
619
586
|
|
|
620
|
-
/*!
|
|
587
|
+
/*! ../../../platform/theme/common/themeService.js */
|
|
588
|
+
|
|
589
|
+
/*! ./swift.js */
|
|
621
590
|
|
|
622
591
|
/*!-----------------------------------------------------------------------------
|
|
623
592
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -626,35 +595,41 @@
|
|
|
626
595
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
627
596
|
*-----------------------------------------------------------------------------*/
|
|
628
597
|
|
|
629
|
-
/*!
|
|
598
|
+
/*! ../../common/languages/language.js */
|
|
630
599
|
|
|
631
|
-
/*!
|
|
600
|
+
/*! ../../../base/common/lifecycle.js */
|
|
632
601
|
|
|
633
|
-
/*!
|
|
602
|
+
/*! ../_.contribution.js */
|
|
634
603
|
|
|
635
|
-
/*!
|
|
604
|
+
/*! ../../../platform/theme/common/iconRegistry.js */
|
|
636
605
|
|
|
637
|
-
/*!
|
|
606
|
+
/*! ./standaloneLayoutService.js */
|
|
638
607
|
|
|
639
|
-
/*!
|
|
608
|
+
/*! ./freemarker2.js */
|
|
640
609
|
|
|
641
|
-
/*!
|
|
610
|
+
/*! ./vb.js */
|
|
642
611
|
|
|
643
|
-
/*!
|
|
612
|
+
/*! ./core/position.js */
|
|
613
|
+
|
|
614
|
+
/*! ../../../../base/common/lifecycle.js */
|
|
644
615
|
|
|
645
616
|
/*! ../../../common/async.js */
|
|
646
617
|
|
|
647
|
-
/*!
|
|
618
|
+
/*! ../../../base/common/actions.js */
|
|
648
619
|
|
|
649
|
-
/*!
|
|
620
|
+
/*! ../../../../platform/commands/common/commands.js */
|
|
650
621
|
|
|
651
|
-
/*!
|
|
622
|
+
/*! ../../common/core/position.js */
|
|
652
623
|
|
|
653
|
-
/*!
|
|
624
|
+
/*! ../languageConfiguration.js */
|
|
654
625
|
|
|
655
|
-
/*!
|
|
626
|
+
/*! ../../../common/viewLayout/lineDecorations.js */
|
|
656
627
|
|
|
657
|
-
/*!
|
|
628
|
+
/*! ../../base/common/event.js */
|
|
629
|
+
|
|
630
|
+
/*! ./clojure.js */
|
|
631
|
+
|
|
632
|
+
/*! ../../common/services/textResourceConfiguration.js */
|
|
658
633
|
|
|
659
634
|
/*!-----------------------------------------------------------------------------
|
|
660
635
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -663,22 +638,26 @@
|
|
|
663
638
|
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
|
664
639
|
*-----------------------------------------------------------------------------*/
|
|
665
640
|
|
|
666
|
-
/*!
|
|
641
|
+
/*! ../../common/core/range.js */
|
|
667
642
|
|
|
668
|
-
/*!
|
|
643
|
+
/*! ../../common/services/languageFeatureDebounce.js */
|
|
669
644
|
|
|
670
|
-
/*!
|
|
645
|
+
/*! ../../../platform/layout/browser/layoutService.js */
|
|
671
646
|
|
|
672
|
-
/*! ../../../
|
|
647
|
+
/*! ../../../platform/contextview/browser/contextView.js */
|
|
673
648
|
|
|
674
|
-
/*! ../../../
|
|
649
|
+
/*! ../../../base/browser/dom.js */
|
|
675
650
|
|
|
676
|
-
/*! ../../../base/
|
|
651
|
+
/*! ../../../base/common/linkedList.js */
|
|
677
652
|
|
|
678
|
-
/*!
|
|
653
|
+
/*! ../../../../base/common/errors.js */
|
|
679
654
|
|
|
680
|
-
/*!
|
|
655
|
+
/*! ../../../base/common/platform.js */
|
|
681
656
|
|
|
682
|
-
/*!
|
|
657
|
+
/*! ../../../platform/accessibility/browser/accessibilityService.js */
|
|
658
|
+
|
|
659
|
+
/*! ./extpath.js */
|
|
660
|
+
|
|
661
|
+
/*! ./freemarker2.js */
|
|
683
662
|
|
|
684
|
-
/*!
|
|
663
|
+
/*! ../common/worker/simpleWorker.js */
|