monaco-editor-core 0.34.0-dev.20220313 → 0.34.0-dev.20220314
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/dev/bundleInfo.json +127 -127
- package/dev/nls.metadata.json +55 -55
- package/dev/vs/base/worker/workerMain.js +1 -1
- package/dev/vs/editor/editor.main.css +1 -1
- package/dev/vs/editor/editor.main.js +1 -1
- package/dev/vs/editor/editor.main.nls.de.js +1 -1
- package/dev/vs/editor/editor.main.nls.es.js +1 -1
- package/dev/vs/editor/editor.main.nls.fr.js +1 -1
- package/dev/vs/editor/editor.main.nls.it.js +1 -1
- package/dev/vs/editor/editor.main.nls.ja.js +1 -1
- package/dev/vs/editor/editor.main.nls.js +1 -1
- package/dev/vs/editor/editor.main.nls.ko.js +1 -1
- package/dev/vs/editor/editor.main.nls.ru.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/dev/vs/loader.js +1 -1
- package/min/vs/base/worker/workerMain.js +1 -1
- package/min/vs/editor/editor.main.css +1 -1
- package/min/vs/editor/editor.main.js +1 -1
- package/min/vs/editor/editor.main.nls.de.js +1 -1
- package/min/vs/editor/editor.main.nls.es.js +1 -1
- package/min/vs/editor/editor.main.nls.fr.js +1 -1
- package/min/vs/editor/editor.main.nls.it.js +1 -1
- package/min/vs/editor/editor.main.nls.ja.js +1 -1
- package/min/vs/editor/editor.main.nls.js +1 -1
- package/min/vs/editor/editor.main.nls.ko.js +1 -1
- package/min/vs/editor/editor.main.nls.ru.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
- package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
- package/min/vs/loader.js +1 -1
- package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
- package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
- package/min-maps/vs/loader.js.map +1 -1
- package/package.json +1 -1
package/dev/bundleInfo.json
CHANGED
|
@@ -4554,6 +4554,34 @@
|
|
|
4554
4554
|
"vs/base/browser/dom",
|
|
4555
4555
|
"vs/editor/common/cursor/cursorAtomicMoveOperations"
|
|
4556
4556
|
],
|
|
4557
|
+
"vs/editor/common/cursor/cursorCollection": [
|
|
4558
|
+
"require",
|
|
4559
|
+
"exports",
|
|
4560
|
+
"vs/base/common/arrays",
|
|
4561
|
+
"vs/editor/common/cursorCommon",
|
|
4562
|
+
"vs/editor/common/cursor/oneCursor",
|
|
4563
|
+
"vs/editor/common/core/position",
|
|
4564
|
+
"vs/editor/common/core/range",
|
|
4565
|
+
"vs/editor/common/core/selection"
|
|
4566
|
+
],
|
|
4567
|
+
"vs/editor/common/cursor/cursorContext": [
|
|
4568
|
+
"require",
|
|
4569
|
+
"exports"
|
|
4570
|
+
],
|
|
4571
|
+
"vs/editor/common/textModelEvents": [
|
|
4572
|
+
"require",
|
|
4573
|
+
"exports"
|
|
4574
|
+
],
|
|
4575
|
+
"vs/editor/common/viewEvents": [
|
|
4576
|
+
"require",
|
|
4577
|
+
"exports"
|
|
4578
|
+
],
|
|
4579
|
+
"vs/editor/common/viewModelEventDispatcher": [
|
|
4580
|
+
"require",
|
|
4581
|
+
"exports",
|
|
4582
|
+
"vs/base/common/event",
|
|
4583
|
+
"vs/base/common/lifecycle"
|
|
4584
|
+
],
|
|
4557
4585
|
"vs/nls!vs/editor/common/core/editorColorRegistry": [],
|
|
4558
4586
|
"===anonymous54===": [
|
|
4559
4587
|
"vs/editor/common/core/editorColorRegistry.nls",
|
|
@@ -4561,10 +4589,6 @@
|
|
|
4561
4589
|
],
|
|
4562
4590
|
"vs/editor/common/core/editorColorRegistry.nls": [],
|
|
4563
4591
|
"vs/editor/common/core/editorColorRegistry.nls.keys": [],
|
|
4564
|
-
"vs/editor/common/textModelEvents": [
|
|
4565
|
-
"require",
|
|
4566
|
-
"exports"
|
|
4567
|
-
],
|
|
4568
4592
|
"vs/editor/common/languages/textToHtmlTokenizer": [
|
|
4569
4593
|
"require",
|
|
4570
4594
|
"exports",
|
|
@@ -4573,10 +4597,6 @@
|
|
|
4573
4597
|
"vs/editor/common/languages",
|
|
4574
4598
|
"vs/editor/common/languages/nullTokenize"
|
|
4575
4599
|
],
|
|
4576
|
-
"vs/editor/common/viewEvents": [
|
|
4577
|
-
"require",
|
|
4578
|
-
"exports"
|
|
4579
|
-
],
|
|
4580
4600
|
"vs/editor/common/viewLayout/viewLayout": [
|
|
4581
4601
|
"require",
|
|
4582
4602
|
"exports",
|
|
@@ -4595,12 +4615,6 @@
|
|
|
4595
4615
|
"vs/editor/common/core/rgba",
|
|
4596
4616
|
"vs/editor/common/languages"
|
|
4597
4617
|
],
|
|
4598
|
-
"vs/editor/common/viewModelEventDispatcher": [
|
|
4599
|
-
"require",
|
|
4600
|
-
"exports",
|
|
4601
|
-
"vs/base/common/event",
|
|
4602
|
-
"vs/base/common/lifecycle"
|
|
4603
|
-
],
|
|
4604
4618
|
"vs/editor/common/viewModel/viewModelLines": [
|
|
4605
4619
|
"require",
|
|
4606
4620
|
"exports",
|
|
@@ -4799,20 +4813,6 @@
|
|
|
4799
4813
|
"exports",
|
|
4800
4814
|
"vs/editor/common/core/cursorColumns"
|
|
4801
4815
|
],
|
|
4802
|
-
"vs/editor/common/cursor/cursorCollection": [
|
|
4803
|
-
"require",
|
|
4804
|
-
"exports",
|
|
4805
|
-
"vs/base/common/arrays",
|
|
4806
|
-
"vs/editor/common/cursorCommon",
|
|
4807
|
-
"vs/editor/common/cursor/oneCursor",
|
|
4808
|
-
"vs/editor/common/core/position",
|
|
4809
|
-
"vs/editor/common/core/range",
|
|
4810
|
-
"vs/editor/common/core/selection"
|
|
4811
|
-
],
|
|
4812
|
-
"vs/editor/common/cursor/cursorContext": [
|
|
4813
|
-
"require",
|
|
4814
|
-
"exports"
|
|
4815
|
-
],
|
|
4816
4816
|
"vs/editor/browser/controller/textAreaState": [
|
|
4817
4817
|
"require",
|
|
4818
4818
|
"exports",
|
|
@@ -5015,26 +5015,6 @@
|
|
|
5015
5015
|
],
|
|
5016
5016
|
"vs/editor/contrib/folding/browser/foldingDecorations.nls": [],
|
|
5017
5017
|
"vs/editor/contrib/folding/browser/foldingDecorations.nls.keys": [],
|
|
5018
|
-
"vs/editor/contrib/markdownRenderer/browser/markdownRenderer": [
|
|
5019
|
-
"require",
|
|
5020
|
-
"exports",
|
|
5021
|
-
"vs/base/browser/markdownRenderer",
|
|
5022
|
-
"vs/platform/opener/common/opener",
|
|
5023
|
-
"vs/editor/common/languages/language",
|
|
5024
|
-
"vs/base/common/errors",
|
|
5025
|
-
"vs/editor/common/languages/textToHtmlTokenizer",
|
|
5026
|
-
"vs/base/common/event",
|
|
5027
|
-
"vs/base/common/lifecycle",
|
|
5028
|
-
"vs/editor/browser/config/domFontInfo",
|
|
5029
|
-
"vs/editor/common/languages/modesRegistry"
|
|
5030
|
-
],
|
|
5031
|
-
"vs/nls!vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [],
|
|
5032
|
-
"===anonymous63===": [
|
|
5033
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls",
|
|
5034
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys"
|
|
5035
|
-
],
|
|
5036
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls": [],
|
|
5037
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys": [],
|
|
5038
5018
|
"vs/editor/contrib/inlineCompletions/browser/consts": [
|
|
5039
5019
|
"require",
|
|
5040
5020
|
"exports"
|
|
@@ -5072,12 +5052,32 @@
|
|
|
5072
5052
|
"vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText"
|
|
5073
5053
|
],
|
|
5074
5054
|
"vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextController": [],
|
|
5075
|
-
"===
|
|
5055
|
+
"===anonymous63===": [
|
|
5076
5056
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls",
|
|
5077
5057
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys"
|
|
5078
5058
|
],
|
|
5079
5059
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls": [],
|
|
5080
5060
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys": [],
|
|
5061
|
+
"vs/editor/contrib/markdownRenderer/browser/markdownRenderer": [
|
|
5062
|
+
"require",
|
|
5063
|
+
"exports",
|
|
5064
|
+
"vs/base/browser/markdownRenderer",
|
|
5065
|
+
"vs/platform/opener/common/opener",
|
|
5066
|
+
"vs/editor/common/languages/language",
|
|
5067
|
+
"vs/base/common/errors",
|
|
5068
|
+
"vs/editor/common/languages/textToHtmlTokenizer",
|
|
5069
|
+
"vs/base/common/event",
|
|
5070
|
+
"vs/base/common/lifecycle",
|
|
5071
|
+
"vs/editor/browser/config/domFontInfo",
|
|
5072
|
+
"vs/editor/common/languages/modesRegistry"
|
|
5073
|
+
],
|
|
5074
|
+
"vs/nls!vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [],
|
|
5075
|
+
"===anonymous64===": [
|
|
5076
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls",
|
|
5077
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys"
|
|
5078
|
+
],
|
|
5079
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls": [],
|
|
5080
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys": [],
|
|
5081
5081
|
"vs/base/common/idGenerator": [
|
|
5082
5082
|
"require",
|
|
5083
5083
|
"exports"
|
|
@@ -5147,6 +5147,31 @@
|
|
|
5147
5147
|
],
|
|
5148
5148
|
"vs/editor/contrib/peekView/browser/peekView.nls": [],
|
|
5149
5149
|
"vs/editor/contrib/peekView/browser/peekView.nls.keys": [],
|
|
5150
|
+
"vs/base/common/labels": [
|
|
5151
|
+
"require",
|
|
5152
|
+
"exports",
|
|
5153
|
+
"vs/base/common/extpath",
|
|
5154
|
+
"vs/base/common/network",
|
|
5155
|
+
"vs/base/common/platform",
|
|
5156
|
+
"vs/base/common/resources",
|
|
5157
|
+
"vs/base/common/uri"
|
|
5158
|
+
],
|
|
5159
|
+
"vs/nls!vs/editor/contrib/gotoError/browser/gotoErrorWidget": [],
|
|
5160
|
+
"vs/platform/severityIcon/common/severityIcon": [
|
|
5161
|
+
"require",
|
|
5162
|
+
"exports",
|
|
5163
|
+
"vs/base/common/codicons",
|
|
5164
|
+
"vs/base/common/severity",
|
|
5165
|
+
"vs/platform/theme/common/colorRegistry",
|
|
5166
|
+
"vs/platform/theme/common/themeService"
|
|
5167
|
+
],
|
|
5168
|
+
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
|
|
5169
|
+
"===anonymous69===": [
|
|
5170
|
+
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
|
|
5171
|
+
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
|
|
5172
|
+
],
|
|
5173
|
+
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls": [],
|
|
5174
|
+
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys": [],
|
|
5150
5175
|
"vs/base/browser/ui/hover/hoverWidget": [
|
|
5151
5176
|
"require",
|
|
5152
5177
|
"exports",
|
|
@@ -5174,45 +5199,19 @@
|
|
|
5174
5199
|
"vs/editor/common/services/languageFeatures"
|
|
5175
5200
|
],
|
|
5176
5201
|
"vs/nls!vs/editor/contrib/hover/browser/markdownHoverParticipant": [],
|
|
5177
|
-
"===
|
|
5202
|
+
"===anonymous70===": [
|
|
5178
5203
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls",
|
|
5179
5204
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys"
|
|
5180
5205
|
],
|
|
5181
5206
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls": [],
|
|
5182
5207
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys": [],
|
|
5183
5208
|
"vs/nls!vs/editor/contrib/hover/browser/markerHoverParticipant": [],
|
|
5184
|
-
"===
|
|
5209
|
+
"===anonymous71===": [
|
|
5185
5210
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls",
|
|
5186
5211
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys"
|
|
5187
5212
|
],
|
|
5188
5213
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls": [],
|
|
5189
5214
|
"vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys": [],
|
|
5190
|
-
"vs/base/common/labels": [
|
|
5191
|
-
"require",
|
|
5192
|
-
"exports",
|
|
5193
|
-
"vs/base/common/extpath",
|
|
5194
|
-
"vs/base/common/network",
|
|
5195
|
-
"vs/base/common/platform",
|
|
5196
|
-
"vs/base/common/resources",
|
|
5197
|
-
"vs/base/common/uri"
|
|
5198
|
-
],
|
|
5199
|
-
"vs/nls!vs/editor/contrib/gotoError/browser/gotoErrorWidget": [],
|
|
5200
|
-
"vs/platform/severityIcon/common/severityIcon": [
|
|
5201
|
-
"require",
|
|
5202
|
-
"exports",
|
|
5203
|
-
"vs/base/common/codicons",
|
|
5204
|
-
"vs/base/common/severity",
|
|
5205
|
-
"vs/platform/theme/common/colorRegistry",
|
|
5206
|
-
"vs/platform/theme/common/themeService"
|
|
5207
|
-
],
|
|
5208
|
-
"vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
|
|
5209
|
-
"===anonymous71===": [
|
|
5210
|
-
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
|
|
5211
|
-
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
|
|
5212
|
-
],
|
|
5213
|
-
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls": [],
|
|
5214
|
-
"vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys": [],
|
|
5215
|
-
"vs/nls!vs/editor/contrib/inlayHints/browser/inlayHintsHover": [],
|
|
5216
5215
|
"vs/editor/contrib/inlayHints/browser/inlayHints": [
|
|
5217
5216
|
"require",
|
|
5218
5217
|
"exports",
|
|
@@ -5223,12 +5222,6 @@
|
|
|
5223
5222
|
"vs/base/common/network",
|
|
5224
5223
|
"vs/base/common/uri"
|
|
5225
5224
|
],
|
|
5226
|
-
"===anonymous72===": [
|
|
5227
|
-
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls",
|
|
5228
|
-
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls.keys"
|
|
5229
|
-
],
|
|
5230
|
-
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls": [],
|
|
5231
|
-
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls.keys": [],
|
|
5232
5225
|
"vs/editor/contrib/inlayHints/browser/inlayHintsLocations": [
|
|
5233
5226
|
"require",
|
|
5234
5227
|
"exports",
|
|
@@ -5247,6 +5240,13 @@
|
|
|
5247
5240
|
"vs/platform/instantiation/common/instantiation",
|
|
5248
5241
|
"vs/platform/notification/common/notification"
|
|
5249
5242
|
],
|
|
5243
|
+
"vs/nls!vs/editor/contrib/inlayHints/browser/inlayHintsHover": [],
|
|
5244
|
+
"===anonymous72===": [
|
|
5245
|
+
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls",
|
|
5246
|
+
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls.keys"
|
|
5247
|
+
],
|
|
5248
|
+
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls": [],
|
|
5249
|
+
"vs/editor/contrib/inlayHints/browser/inlayHintsHover.nls.keys": [],
|
|
5250
5250
|
"vs/base/common/extpath": [
|
|
5251
5251
|
"require",
|
|
5252
5252
|
"exports",
|
|
@@ -5273,21 +5273,21 @@
|
|
|
5273
5273
|
],
|
|
5274
5274
|
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget.nls": [],
|
|
5275
5275
|
"vs/editor/contrib/parameterHints/browser/parameterHintsWidget.nls.keys": [],
|
|
5276
|
+
"vs/nls!vs/platform/configuration/common/configurationRegistry": [],
|
|
5277
|
+
"===anonymous74===": [
|
|
5278
|
+
"vs/platform/configuration/common/configurationRegistry.nls",
|
|
5279
|
+
"vs/platform/configuration/common/configurationRegistry.nls.keys"
|
|
5280
|
+
],
|
|
5281
|
+
"vs/platform/configuration/common/configurationRegistry.nls": [],
|
|
5282
|
+
"vs/platform/configuration/common/configurationRegistry.nls.keys": [],
|
|
5276
5283
|
"vs/nls!vs/editor/contrib/rename/browser/renameInputField": [],
|
|
5277
5284
|
"vs/css!vs/editor/contrib/rename/browser/renameInputField": [],
|
|
5278
|
-
"===
|
|
5285
|
+
"===anonymous75===": [
|
|
5279
5286
|
"vs/editor/contrib/rename/browser/renameInputField.nls",
|
|
5280
5287
|
"vs/editor/contrib/rename/browser/renameInputField.nls.keys"
|
|
5281
5288
|
],
|
|
5282
5289
|
"vs/editor/contrib/rename/browser/renameInputField.nls": [],
|
|
5283
5290
|
"vs/editor/contrib/rename/browser/renameInputField.nls.keys": [],
|
|
5284
|
-
"vs/nls!vs/platform/configuration/common/configurationRegistry": [],
|
|
5285
|
-
"===anonymous75===": [
|
|
5286
|
-
"vs/platform/configuration/common/configurationRegistry.nls",
|
|
5287
|
-
"vs/platform/configuration/common/configurationRegistry.nls.keys"
|
|
5288
|
-
],
|
|
5289
|
-
"vs/platform/configuration/common/configurationRegistry.nls": [],
|
|
5290
|
-
"vs/platform/configuration/common/configurationRegistry.nls.keys": [],
|
|
5291
5291
|
"vs/base/common/filters": [
|
|
5292
5292
|
"require",
|
|
5293
5293
|
"exports",
|
|
@@ -5844,6 +5844,14 @@
|
|
|
5844
5844
|
"require",
|
|
5845
5845
|
"exports"
|
|
5846
5846
|
],
|
|
5847
|
+
"vs/editor/common/cursor/oneCursor": [
|
|
5848
|
+
"require",
|
|
5849
|
+
"exports",
|
|
5850
|
+
"vs/editor/common/cursorCommon",
|
|
5851
|
+
"vs/editor/common/core/position",
|
|
5852
|
+
"vs/editor/common/core/range",
|
|
5853
|
+
"vs/editor/common/core/selection"
|
|
5854
|
+
],
|
|
5847
5855
|
"vs/base/common/scrollable": [
|
|
5848
5856
|
"require",
|
|
5849
5857
|
"exports",
|
|
@@ -5932,14 +5940,6 @@
|
|
|
5932
5940
|
"exports",
|
|
5933
5941
|
"vs/editor/common/tokens/lineTokens"
|
|
5934
5942
|
],
|
|
5935
|
-
"vs/editor/common/cursor/oneCursor": [
|
|
5936
|
-
"require",
|
|
5937
|
-
"exports",
|
|
5938
|
-
"vs/editor/common/cursorCommon",
|
|
5939
|
-
"vs/editor/common/core/position",
|
|
5940
|
-
"vs/editor/common/core/range",
|
|
5941
|
-
"vs/editor/common/core/selection"
|
|
5942
|
-
],
|
|
5943
5943
|
"vs/editor/contrib/codeAction/browser/codeActionMenu": [
|
|
5944
5944
|
"require",
|
|
5945
5945
|
"exports",
|
|
@@ -6021,31 +6021,6 @@
|
|
|
6021
6021
|
],
|
|
6022
6022
|
"vs/platform/history/browser/contextScopedHistoryWidget.nls": [],
|
|
6023
6023
|
"vs/platform/history/browser/contextScopedHistoryWidget.nls.keys": [],
|
|
6024
|
-
"vs/base/browser/markdownRenderer": [
|
|
6025
|
-
"require",
|
|
6026
|
-
"exports",
|
|
6027
|
-
"vs/base/browser/dom",
|
|
6028
|
-
"vs/base/browser/dompurify/dompurify",
|
|
6029
|
-
"vs/base/browser/event",
|
|
6030
|
-
"vs/base/browser/formattedTextRenderer",
|
|
6031
|
-
"vs/base/browser/mouseEvent",
|
|
6032
|
-
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
6033
|
-
"vs/base/common/async",
|
|
6034
|
-
"vs/base/common/cancellation",
|
|
6035
|
-
"vs/base/common/errors",
|
|
6036
|
-
"vs/base/common/event",
|
|
6037
|
-
"vs/base/common/htmlContent",
|
|
6038
|
-
"vs/base/common/iconLabels",
|
|
6039
|
-
"vs/base/common/idGenerator",
|
|
6040
|
-
"vs/base/common/lifecycle",
|
|
6041
|
-
"vs/base/common/marked/marked",
|
|
6042
|
-
"vs/base/common/marshalling",
|
|
6043
|
-
"vs/base/common/network",
|
|
6044
|
-
"vs/base/common/objects",
|
|
6045
|
-
"vs/base/common/resources",
|
|
6046
|
-
"vs/base/common/strings",
|
|
6047
|
-
"vs/base/common/uri"
|
|
6048
|
-
],
|
|
6049
6024
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel": [
|
|
6050
6025
|
"require",
|
|
6051
6026
|
"exports",
|
|
@@ -6089,6 +6064,31 @@
|
|
|
6089
6064
|
"exports"
|
|
6090
6065
|
],
|
|
6091
6066
|
"vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
|
|
6067
|
+
"vs/base/browser/markdownRenderer": [
|
|
6068
|
+
"require",
|
|
6069
|
+
"exports",
|
|
6070
|
+
"vs/base/browser/dom",
|
|
6071
|
+
"vs/base/browser/dompurify/dompurify",
|
|
6072
|
+
"vs/base/browser/event",
|
|
6073
|
+
"vs/base/browser/formattedTextRenderer",
|
|
6074
|
+
"vs/base/browser/mouseEvent",
|
|
6075
|
+
"vs/base/browser/ui/iconLabel/iconLabels",
|
|
6076
|
+
"vs/base/common/async",
|
|
6077
|
+
"vs/base/common/cancellation",
|
|
6078
|
+
"vs/base/common/errors",
|
|
6079
|
+
"vs/base/common/event",
|
|
6080
|
+
"vs/base/common/htmlContent",
|
|
6081
|
+
"vs/base/common/iconLabels",
|
|
6082
|
+
"vs/base/common/idGenerator",
|
|
6083
|
+
"vs/base/common/lifecycle",
|
|
6084
|
+
"vs/base/common/marked/marked",
|
|
6085
|
+
"vs/base/common/marshalling",
|
|
6086
|
+
"vs/base/common/network",
|
|
6087
|
+
"vs/base/common/objects",
|
|
6088
|
+
"vs/base/common/resources",
|
|
6089
|
+
"vs/base/common/strings",
|
|
6090
|
+
"vs/base/common/uri"
|
|
6091
|
+
],
|
|
6092
6092
|
"vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
|
|
6093
6093
|
"vs/base/browser/ui/dropdown/dropdownActionViewItem": [
|
|
6094
6094
|
"require",
|
|
@@ -6501,9 +6501,6 @@
|
|
|
6501
6501
|
],
|
|
6502
6502
|
"vs/base/browser/ui/findinput/replaceInput.nls": [],
|
|
6503
6503
|
"vs/base/browser/ui/findinput/replaceInput.nls.keys": [],
|
|
6504
|
-
"vs/base/common/marked/marked": [
|
|
6505
|
-
"exports"
|
|
6506
|
-
],
|
|
6507
6504
|
"vs/editor/contrib/inlineCompletions/browser/ghostText": [
|
|
6508
6505
|
"require",
|
|
6509
6506
|
"exports",
|
|
@@ -6543,6 +6540,9 @@
|
|
|
6543
6540
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
|
|
6544
6541
|
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionToGhostText"
|
|
6545
6542
|
],
|
|
6543
|
+
"vs/base/common/marked/marked": [
|
|
6544
|
+
"exports"
|
|
6545
|
+
],
|
|
6546
6546
|
"vs/base/browser/ui/dropdown/dropdown": [
|
|
6547
6547
|
"require",
|
|
6548
6548
|
"exports",
|
package/dev/nls.metadata.json
CHANGED
|
@@ -412,13 +412,13 @@
|
|
|
412
412
|
]
|
|
413
413
|
}
|
|
414
414
|
],
|
|
415
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
416
|
-
"action.showContextMenu.label"
|
|
417
|
-
],
|
|
418
415
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
|
|
419
416
|
"cursor.undo",
|
|
420
417
|
"cursor.redo"
|
|
421
418
|
],
|
|
419
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
420
|
+
"action.showContextMenu.label"
|
|
421
|
+
],
|
|
422
422
|
"vs/editor/contrib/find/browser/findController": [
|
|
423
423
|
"startFindAction",
|
|
424
424
|
{
|
|
@@ -1401,12 +1401,6 @@
|
|
|
1401
1401
|
"foldingExpandedIcon",
|
|
1402
1402
|
"foldingCollapsedIcon"
|
|
1403
1403
|
],
|
|
1404
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
1405
|
-
"showNextInlineSuggestion",
|
|
1406
|
-
"showPreviousInlineSuggestion",
|
|
1407
|
-
"acceptInlineSuggestion",
|
|
1408
|
-
"inlineSuggestionFollows"
|
|
1409
|
-
],
|
|
1410
1404
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
1411
1405
|
"inlineSuggestionVisible",
|
|
1412
1406
|
"inlineSuggestionHasIndentation",
|
|
@@ -1415,6 +1409,12 @@
|
|
|
1415
1409
|
"action.inlineSuggest.showPrevious",
|
|
1416
1410
|
"action.inlineSuggest.trigger"
|
|
1417
1411
|
],
|
|
1412
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
1413
|
+
"showNextInlineSuggestion",
|
|
1414
|
+
"showPreviousInlineSuggestion",
|
|
1415
|
+
"acceptInlineSuggestion",
|
|
1416
|
+
"inlineSuggestionFollows"
|
|
1417
|
+
],
|
|
1418
1418
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
1419
1419
|
"aria.oneReference",
|
|
1420
1420
|
{
|
|
@@ -1457,17 +1457,6 @@
|
|
|
1457
1457
|
"peekViewEditorMatchHighlight",
|
|
1458
1458
|
"peekViewEditorMatchHighlightBorder"
|
|
1459
1459
|
],
|
|
1460
|
-
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
1461
|
-
"modesContentHover.loading",
|
|
1462
|
-
"too many characters"
|
|
1463
|
-
],
|
|
1464
|
-
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
1465
|
-
"view problem",
|
|
1466
|
-
"noQuickFixes",
|
|
1467
|
-
"checkingForQuickFixes",
|
|
1468
|
-
"noQuickFixes",
|
|
1469
|
-
"quick fixes"
|
|
1470
|
-
],
|
|
1471
1460
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
1472
1461
|
"Error",
|
|
1473
1462
|
"Warning",
|
|
@@ -1484,6 +1473,17 @@
|
|
|
1484
1473
|
"editorMarkerNavigationInfoHeaderBackground",
|
|
1485
1474
|
"editorMarkerNavigationBackground"
|
|
1486
1475
|
],
|
|
1476
|
+
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
1477
|
+
"modesContentHover.loading",
|
|
1478
|
+
"too many characters"
|
|
1479
|
+
],
|
|
1480
|
+
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
1481
|
+
"view problem",
|
|
1482
|
+
"noQuickFixes",
|
|
1483
|
+
"checkingForQuickFixes",
|
|
1484
|
+
"noQuickFixes",
|
|
1485
|
+
"quick fixes"
|
|
1486
|
+
],
|
|
1487
1487
|
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
|
|
1488
1488
|
"hint.dbl",
|
|
1489
1489
|
"links.navigate.kb.meta.mac",
|
|
@@ -1500,16 +1500,6 @@
|
|
|
1500
1500
|
"hint",
|
|
1501
1501
|
"editorHoverWidgetHighlightForeground"
|
|
1502
1502
|
],
|
|
1503
|
-
"vs/editor/contrib/rename/browser/renameInputField": [
|
|
1504
|
-
"renameInputVisible",
|
|
1505
|
-
"renameAriaLabel",
|
|
1506
|
-
{
|
|
1507
|
-
"key": "label",
|
|
1508
|
-
"comment": [
|
|
1509
|
-
"placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\""
|
|
1510
|
-
]
|
|
1511
|
-
}
|
|
1512
|
-
],
|
|
1513
1503
|
"vs/platform/configuration/common/configurationRegistry": [
|
|
1514
1504
|
"defaultLanguageConfigurationOverrides.title",
|
|
1515
1505
|
"defaultLanguageConfiguration.description",
|
|
@@ -1521,6 +1511,16 @@
|
|
|
1521
1511
|
"config.property.languageDefault",
|
|
1522
1512
|
"config.property.duplicate"
|
|
1523
1513
|
],
|
|
1514
|
+
"vs/editor/contrib/rename/browser/renameInputField": [
|
|
1515
|
+
"renameInputVisible",
|
|
1516
|
+
"renameAriaLabel",
|
|
1517
|
+
{
|
|
1518
|
+
"key": "label",
|
|
1519
|
+
"comment": [
|
|
1520
|
+
"placeholders are keybindings, e.g \"F2 to Rename, Shift+F2 to Preview\""
|
|
1521
|
+
]
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
1524
|
"vs/editor/contrib/suggest/browser/suggest": [
|
|
1525
1525
|
"suggestWidgetDetailsVisible",
|
|
1526
1526
|
"suggestWidgetMultipleSuggestions",
|
|
@@ -2367,13 +2367,13 @@
|
|
|
2367
2367
|
"Toggle Block Comment",
|
|
2368
2368
|
"Toggle &&Block Comment"
|
|
2369
2369
|
],
|
|
2370
|
-
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
2371
|
-
"Show Editor Context Menu"
|
|
2372
|
-
],
|
|
2373
2370
|
"vs/editor/contrib/cursorUndo/browser/cursorUndo": [
|
|
2374
2371
|
"Cursor Undo",
|
|
2375
2372
|
"Cursor Redo"
|
|
2376
2373
|
],
|
|
2374
|
+
"vs/editor/contrib/contextmenu/browser/contextmenu": [
|
|
2375
|
+
"Show Editor Context Menu"
|
|
2376
|
+
],
|
|
2377
2377
|
"vs/editor/contrib/find/browser/findController": [
|
|
2378
2378
|
"Find",
|
|
2379
2379
|
"&&Find",
|
|
@@ -3188,12 +3188,6 @@
|
|
|
3188
3188
|
"Icon for expanded ranges in the editor glyph margin.",
|
|
3189
3189
|
"Icon for collapsed ranges in the editor glyph margin."
|
|
3190
3190
|
],
|
|
3191
|
-
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
3192
|
-
"Next",
|
|
3193
|
-
"Previous",
|
|
3194
|
-
"Accept",
|
|
3195
|
-
"Suggestion:"
|
|
3196
|
-
],
|
|
3197
3191
|
"vs/editor/contrib/inlineCompletions/browser/ghostTextController": [
|
|
3198
3192
|
"Whether an inline suggestion is visible",
|
|
3199
3193
|
"Whether the inline suggestion starts with whitespace",
|
|
@@ -3202,6 +3196,12 @@
|
|
|
3202
3196
|
"Show Previous Inline Suggestion",
|
|
3203
3197
|
"Trigger Inline Suggestion"
|
|
3204
3198
|
],
|
|
3199
|
+
"vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [
|
|
3200
|
+
"Next",
|
|
3201
|
+
"Previous",
|
|
3202
|
+
"Accept",
|
|
3203
|
+
"Suggestion:"
|
|
3204
|
+
],
|
|
3205
3205
|
"vs/editor/contrib/gotoSymbol/browser/referencesModel": [
|
|
3206
3206
|
"symbol in {0} on line {1} at column {2}",
|
|
3207
3207
|
"symbol in {0} on line {1} at column {2}, {3}",
|
|
@@ -3239,17 +3239,6 @@
|
|
|
3239
3239
|
"Match highlight color in the peek view editor.",
|
|
3240
3240
|
"Match highlight border in the peek view editor."
|
|
3241
3241
|
],
|
|
3242
|
-
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
3243
|
-
"Loading...",
|
|
3244
|
-
"Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
|
|
3245
|
-
],
|
|
3246
|
-
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
3247
|
-
"View Problem",
|
|
3248
|
-
"No quick fixes available",
|
|
3249
|
-
"Checking for quick fixes...",
|
|
3250
|
-
"No quick fixes available",
|
|
3251
|
-
"Quick Fix..."
|
|
3252
|
-
],
|
|
3253
3242
|
"vs/editor/contrib/gotoError/browser/gotoErrorWidget": [
|
|
3254
3243
|
"Error",
|
|
3255
3244
|
"Warning",
|
|
@@ -3266,6 +3255,17 @@
|
|
|
3266
3255
|
"Editor marker navigation widget info heading background.",
|
|
3267
3256
|
"Editor marker navigation widget background."
|
|
3268
3257
|
],
|
|
3258
|
+
"vs/editor/contrib/hover/browser/markdownHoverParticipant": [
|
|
3259
|
+
"Loading...",
|
|
3260
|
+
"Tokenization is skipped for long lines for performance reasons. This can be configured via `editor.maxTokenizationLineLength`."
|
|
3261
|
+
],
|
|
3262
|
+
"vs/editor/contrib/hover/browser/markerHoverParticipant": [
|
|
3263
|
+
"View Problem",
|
|
3264
|
+
"No quick fixes available",
|
|
3265
|
+
"Checking for quick fixes...",
|
|
3266
|
+
"No quick fixes available",
|
|
3267
|
+
"Quick Fix..."
|
|
3268
|
+
],
|
|
3269
3269
|
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
|
|
3270
3270
|
"Double click to insert",
|
|
3271
3271
|
"cmd + click",
|
|
@@ -3282,11 +3282,6 @@
|
|
|
3282
3282
|
"{0}, hint",
|
|
3283
3283
|
"Foreground color of the active item in the parameter hint."
|
|
3284
3284
|
],
|
|
3285
|
-
"vs/editor/contrib/rename/browser/renameInputField": [
|
|
3286
|
-
"Whether the rename input widget is visible",
|
|
3287
|
-
"Rename input. Type new name and press Enter to commit.",
|
|
3288
|
-
"{0} to Rename, {1} to Preview"
|
|
3289
|
-
],
|
|
3290
3285
|
"vs/platform/configuration/common/configurationRegistry": [
|
|
3291
3286
|
"Default Language Configuration Overrides",
|
|
3292
3287
|
"Configure settings to be overridden for the {0} language.",
|
|
@@ -3298,6 +3293,11 @@
|
|
|
3298
3293
|
"Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.",
|
|
3299
3294
|
"Cannot register '{0}'. This property is already registered."
|
|
3300
3295
|
],
|
|
3296
|
+
"vs/editor/contrib/rename/browser/renameInputField": [
|
|
3297
|
+
"Whether the rename input widget is visible",
|
|
3298
|
+
"Rename input. Type new name and press Enter to commit.",
|
|
3299
|
+
"{0} to Rename, {1} to Preview"
|
|
3300
|
+
],
|
|
3301
3301
|
"vs/editor/contrib/suggest/browser/suggest": [
|
|
3302
3302
|
"Whether suggestion details are visible",
|
|
3303
3303
|
"Whether there are multiple suggestions to pick from",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Version: 0.34.0-dev.
|
|
3
|
+
* Version: 0.34.0-dev.20220314(3e5c7e2c570a729e664253baceaf443b69e82da6)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://github.com/microsoft/vscode/blob/main/LICENSE.txt
|
|
6
6
|
*-----------------------------------------------------------*/
|