monaco-editor-core 0.51.0-dev-20240810 → 0.51.0-dev-20240811

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.
Files changed (38) hide show
  1. package/dev/bundleInfo.json +755 -755
  2. package/dev/nls.messages.de.js +1 -1
  3. package/dev/nls.messages.es.js +1 -1
  4. package/dev/nls.messages.fr.js +1 -1
  5. package/dev/nls.messages.it.js +1 -1
  6. package/dev/nls.messages.ja.js +1 -1
  7. package/dev/nls.messages.ko.js +1 -1
  8. package/dev/nls.messages.ru.js +1 -1
  9. package/dev/nls.messages.zh-cn.js +1 -1
  10. package/dev/nls.messages.zh-tw.js +1 -1
  11. package/dev/vs/base/worker/workerMain.js +1 -1
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +1 -1
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +1 -1
  16. package/min/nls.messages.es.js +1 -1
  17. package/min/nls.messages.fr.js +1 -1
  18. package/min/nls.messages.it.js +1 -1
  19. package/min/nls.messages.ja.js +1 -1
  20. package/min/nls.messages.ko.js +1 -1
  21. package/min/nls.messages.ru.js +1 -1
  22. package/min/nls.messages.zh-cn.js +1 -1
  23. package/min/nls.messages.zh-tw.js +1 -1
  24. package/min/vs/base/worker/workerMain.js +1 -1
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +1 -1
  27. package/min/vs/loader.js +1 -1
  28. package/min-maps/nls.messages.de.js.map +1 -1
  29. package/min-maps/nls.messages.es.js.map +1 -1
  30. package/min-maps/nls.messages.fr.js.map +1 -1
  31. package/min-maps/nls.messages.it.js.map +1 -1
  32. package/min-maps/nls.messages.ja.js.map +1 -1
  33. package/min-maps/nls.messages.ko.js.map +1 -1
  34. package/min-maps/nls.messages.ru.js.map +1 -1
  35. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  36. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  37. package/min-maps/vs/loader.js.map +1 -1
  38. package/package.json +2 -2
@@ -231,6 +231,40 @@
231
231
  "vs/platform/theme/common/theme",
232
232
  "vs/editor/standalone/browser/standaloneThemeService"
233
233
  ],
234
+ "vs/base/common/errors": [
235
+ "require",
236
+ "exports"
237
+ ],
238
+ "vs/base/common/event": [
239
+ "require",
240
+ "exports",
241
+ "vs/base/common/errors",
242
+ "vs/base/common/functional",
243
+ "vs/base/common/lifecycle",
244
+ "vs/base/common/linkedList",
245
+ "vs/base/common/stopwatch"
246
+ ],
247
+ "vs/base/common/lifecycle": [
248
+ "require",
249
+ "exports",
250
+ "vs/base/common/functional",
251
+ "vs/base/common/iterator"
252
+ ],
253
+ "vs/base/common/objects": [
254
+ "require",
255
+ "exports",
256
+ "vs/base/common/types"
257
+ ],
258
+ "vs/base/common/platform": [
259
+ "require",
260
+ "exports"
261
+ ],
262
+ "vs/base/common/strings": [
263
+ "require",
264
+ "exports",
265
+ "vs/base/common/cache",
266
+ "vs/base/common/lazy"
267
+ ],
234
268
  "vs/base/common/diff/diff": [
235
269
  "require",
236
270
  "exports",
@@ -306,11 +340,6 @@
306
340
  "vs/editor/common/diff/legacyLinesDiffComputer",
307
341
  "vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer"
308
342
  ],
309
- "vs/base/common/objects": [
310
- "require",
311
- "exports",
312
- "vs/base/common/types"
313
- ],
314
343
  "vs/editor/common/languages/defaultDocumentColorsComputer": [
315
344
  "require",
316
345
  "exports",
@@ -320,35 +349,6 @@
320
349
  "require",
321
350
  "exports"
322
351
  ],
323
- "vs/base/common/errors": [
324
- "require",
325
- "exports"
326
- ],
327
- "vs/base/common/event": [
328
- "require",
329
- "exports",
330
- "vs/base/common/errors",
331
- "vs/base/common/functional",
332
- "vs/base/common/lifecycle",
333
- "vs/base/common/linkedList",
334
- "vs/base/common/stopwatch"
335
- ],
336
- "vs/base/common/lifecycle": [
337
- "require",
338
- "exports",
339
- "vs/base/common/functional",
340
- "vs/base/common/iterator"
341
- ],
342
- "vs/base/common/platform": [
343
- "require",
344
- "exports"
345
- ],
346
- "vs/base/common/strings": [
347
- "require",
348
- "exports",
349
- "vs/base/common/cache",
350
- "vs/base/common/lazy"
351
- ],
352
352
  "vs/editor/common/config/editorOptions": [
353
353
  "require",
354
354
  "exports",
@@ -1717,6 +1717,30 @@
1717
1717
  "vs/platform/theme/browser/iconsStyleSheet",
1718
1718
  "vs/base/browser/window"
1719
1719
  ],
1720
+ "vs/base/common/functional": [
1721
+ "require",
1722
+ "exports"
1723
+ ],
1724
+ "vs/base/common/linkedList": [
1725
+ "require",
1726
+ "exports"
1727
+ ],
1728
+ "vs/base/common/types": [
1729
+ "require",
1730
+ "exports"
1731
+ ],
1732
+ "vs/base/common/iterator": [
1733
+ "require",
1734
+ "exports"
1735
+ ],
1736
+ "vs/base/common/cache": [
1737
+ "require",
1738
+ "exports"
1739
+ ],
1740
+ "vs/base/common/lazy": [
1741
+ "require",
1742
+ "exports"
1743
+ ],
1720
1744
  "vs/base/common/diff/diffChange": [
1721
1745
  "require",
1722
1746
  "exports"
@@ -1737,14 +1761,6 @@
1737
1761
  "vs/base/common/arrays",
1738
1762
  "vs/base/common/uint"
1739
1763
  ],
1740
- "vs/base/common/iterator": [
1741
- "require",
1742
- "exports"
1743
- ],
1744
- "vs/base/common/linkedList": [
1745
- "require",
1746
- "exports"
1747
- ],
1748
1764
  "vs/editor/common/core/characterClassifier": [
1749
1765
  "require",
1750
1766
  "exports",
@@ -1812,19 +1828,15 @@
1812
1828
  "vs/editor/common/diff/linesDiffComputer",
1813
1829
  "vs/editor/common/diff/rangeMapping"
1814
1830
  ],
1815
- "vs/base/common/types": [
1816
- "require",
1817
- "exports"
1818
- ],
1819
- "vs/base/common/functional": [
1831
+ "vs/base/common/arrays": [
1820
1832
  "require",
1821
1833
  "exports"
1822
1834
  ],
1823
- "vs/base/common/cache": [
1835
+ "vs/editor/common/core/textModelDefaults": [
1824
1836
  "require",
1825
1837
  "exports"
1826
1838
  ],
1827
- "vs/base/common/lazy": [
1839
+ "vs/nls": [
1828
1840
  "require",
1829
1841
  "exports"
1830
1842
  ],
@@ -2093,102 +2105,54 @@
2093
2105
  "vs/editor/standalone/common/monarch/monarchCommon",
2094
2106
  "vs/platform/configuration/common/configuration"
2095
2107
  ],
2096
- "vs/base/common/arrays": [
2097
- "require",
2098
- "exports"
2099
- ],
2100
- "vs/editor/common/core/textModelDefaults": [
2101
- "require",
2102
- "exports"
2103
- ],
2104
- "vs/nls": [
2105
- "require",
2106
- "exports"
2107
- ],
2108
- "vs/base/browser/browser": [
2108
+ "vs/editor/contrib/editorState/browser/editorState": [
2109
2109
  "require",
2110
2110
  "exports",
2111
- "vs/base/browser/window"
2111
+ "vs/base/common/strings",
2112
+ "vs/editor/common/core/range",
2113
+ "vs/base/common/cancellation",
2114
+ "vs/base/common/lifecycle",
2115
+ "vs/editor/contrib/editorState/browser/keybindingCancellation"
2112
2116
  ],
2113
- "vs/base/browser/ui/aria/aria": [
2117
+ "vs/editor/browser/editorBrowser": [
2114
2118
  "require",
2115
2119
  "exports",
2116
- "vs/base/browser/dom",
2117
- "vs/css!vs/base/browser/ui/aria/aria"
2120
+ "vs/editor/common/editorCommon"
2118
2121
  ],
2119
- "vs/editor/common/cursor/cursorColumnSelection": [
2122
+ "vs/editor/common/services/editorWorker": [
2120
2123
  "require",
2121
2124
  "exports",
2122
- "vs/editor/common/cursorCommon",
2123
- "vs/editor/common/core/position",
2124
- "vs/editor/common/core/range"
2125
+ "vs/platform/instantiation/common/instantiation"
2125
2126
  ],
2126
- "vs/editor/common/cursorCommon": [
2127
+ "vs/editor/common/services/resolverService": [
2127
2128
  "require",
2128
2129
  "exports",
2129
- "vs/editor/common/core/position",
2130
- "vs/editor/common/core/range",
2131
- "vs/editor/common/core/selection",
2132
- "vs/editor/common/languages/supports",
2133
- "vs/editor/common/core/cursorColumns",
2134
- "vs/editor/common/core/indentation"
2130
+ "vs/platform/instantiation/common/instantiation"
2135
2131
  ],
2136
- "vs/editor/common/cursor/cursorDeleteOperations": [
2132
+ "vs/editor/contrib/format/browser/formattingEdit": [
2137
2133
  "require",
2138
2134
  "exports",
2139
- "vs/base/common/strings",
2140
- "vs/editor/common/commands/replaceCommand",
2141
- "vs/editor/common/cursorCommon",
2142
- "vs/editor/common/core/cursorColumns",
2143
- "vs/editor/common/cursor/cursorMoveOperations",
2135
+ "vs/editor/common/core/editOperation",
2144
2136
  "vs/editor/common/core/range",
2145
- "vs/editor/common/core/position"
2146
- ],
2147
- "vs/editor/common/cursor/cursorMoveCommands": [
2148
- "require",
2149
- "exports",
2150
- "vs/base/common/types",
2151
- "vs/editor/common/cursorCommon",
2152
- "vs/editor/common/cursor/cursorMoveOperations",
2153
- "vs/editor/common/cursor/cursorWordOperations",
2154
- "vs/editor/common/core/position",
2155
- "vs/editor/common/core/range"
2137
+ "vs/editor/browser/stableEditorScroll"
2156
2138
  ],
2157
- "vs/editor/common/cursor/cursorTypeOperations": [
2139
+ "vs/platform/extensions/common/extensions": [
2158
2140
  "require",
2159
- "exports",
2160
- "vs/editor/common/commands/shiftCommand",
2161
- "vs/editor/common/commands/surroundSelectionCommand",
2162
- "vs/editor/common/cursorCommon",
2163
- "vs/editor/common/cursor/cursorTypeEditOperations"
2141
+ "exports"
2164
2142
  ],
2165
- "vs/platform/keybinding/common/keybindingsRegistry": [
2143
+ "vs/platform/log/common/log": [
2166
2144
  "require",
2167
2145
  "exports",
2168
- "vs/base/common/keybindings",
2169
- "vs/base/common/platform",
2170
- "vs/platform/commands/common/commands",
2171
- "vs/platform/registry/common/platform",
2146
+ "vs/base/common/event",
2172
2147
  "vs/base/common/lifecycle",
2173
- "vs/base/common/linkedList"
2148
+ "vs/platform/contextkey/common/contextkey",
2149
+ "vs/platform/instantiation/common/instantiation"
2174
2150
  ],
2175
- "vs/editor/common/cursor/cursorTypeEditOperations": [
2151
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2176
2152
  "require",
2177
2153
  "exports",
2178
- "vs/base/common/errors",
2179
- "vs/base/common/strings",
2180
- "vs/editor/common/commands/replaceCommand",
2181
- "vs/editor/common/commands/shiftCommand",
2182
- "vs/editor/common/commands/surroundSelectionCommand",
2183
- "vs/editor/common/cursorCommon",
2184
- "vs/editor/common/core/wordCharacterClassifier",
2185
- "vs/editor/common/core/range",
2186
- "vs/editor/common/core/position",
2187
- "vs/editor/common/languages/languageConfiguration",
2188
- "vs/editor/common/languages/languageConfigurationRegistry",
2189
- "vs/editor/common/languages/supports",
2190
- "vs/editor/common/languages/autoIndent",
2191
- "vs/editor/common/languages/enterAction"
2154
+ "vs/nls",
2155
+ "vs/platform/instantiation/common/instantiation"
2192
2156
  ],
2193
2157
  "vs/base/common/network": [
2194
2158
  "require",
@@ -2436,85 +2400,121 @@
2436
2400
  "vs/editor/browser/editorExtensions"
2437
2401
  ],
2438
2402
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2439
- "vs/base/common/codicons": [
2403
+ "vs/base/browser/browser": [
2440
2404
  "require",
2441
2405
  "exports",
2442
- "vs/base/common/codiconsUtil",
2443
- "vs/base/common/codiconsLibrary"
2406
+ "vs/base/browser/window"
2444
2407
  ],
2445
- "vs/editor/browser/widget/diffEditor/commands": [
2408
+ "vs/base/browser/ui/aria/aria": [
2446
2409
  "require",
2447
2410
  "exports",
2448
2411
  "vs/base/browser/dom",
2449
- "vs/base/common/codicons",
2450
- "vs/editor/browser/editorExtensions",
2451
- "vs/editor/browser/services/codeEditorService",
2452
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2453
- "vs/editor/common/editorContextKeys",
2454
- "vs/nls",
2455
- "vs/platform/actions/common/actions",
2456
- "vs/platform/configuration/common/configuration",
2457
- "vs/platform/contextkey/common/contextkey",
2458
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2412
+ "vs/css!vs/base/browser/ui/aria/aria"
2459
2413
  ],
2460
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2414
+ "vs/editor/common/cursor/cursorColumnSelection": [
2461
2415
  "require",
2462
2416
  "exports",
2463
- "vs/base/common/codicons",
2464
- "vs/base/common/themables",
2465
- "vs/editor/common/model/textModel",
2466
- "vs/nls",
2467
- "vs/platform/theme/common/colorRegistry",
2468
- "vs/platform/theme/common/iconRegistry"
2417
+ "vs/editor/common/cursorCommon",
2418
+ "vs/editor/common/core/position",
2419
+ "vs/editor/common/core/range"
2469
2420
  ],
2470
- "vs/editor/contrib/editorState/browser/editorState": [
2421
+ "vs/editor/common/cursorCommon": [
2471
2422
  "require",
2472
2423
  "exports",
2473
- "vs/base/common/strings",
2424
+ "vs/editor/common/core/position",
2474
2425
  "vs/editor/common/core/range",
2475
- "vs/base/common/cancellation",
2476
- "vs/base/common/lifecycle",
2477
- "vs/editor/contrib/editorState/browser/keybindingCancellation"
2426
+ "vs/editor/common/core/selection",
2427
+ "vs/editor/common/languages/supports",
2428
+ "vs/editor/common/core/cursorColumns",
2429
+ "vs/editor/common/core/indentation"
2478
2430
  ],
2479
- "vs/editor/browser/editorBrowser": [
2431
+ "vs/editor/common/cursor/cursorDeleteOperations": [
2480
2432
  "require",
2481
2433
  "exports",
2482
- "vs/editor/common/editorCommon"
2434
+ "vs/base/common/strings",
2435
+ "vs/editor/common/commands/replaceCommand",
2436
+ "vs/editor/common/cursorCommon",
2437
+ "vs/editor/common/core/cursorColumns",
2438
+ "vs/editor/common/cursor/cursorMoveOperations",
2439
+ "vs/editor/common/core/range",
2440
+ "vs/editor/common/core/position"
2483
2441
  ],
2484
- "vs/editor/common/services/editorWorker": [
2442
+ "vs/editor/common/cursor/cursorMoveCommands": [
2485
2443
  "require",
2486
2444
  "exports",
2487
- "vs/platform/instantiation/common/instantiation"
2445
+ "vs/base/common/types",
2446
+ "vs/editor/common/cursorCommon",
2447
+ "vs/editor/common/cursor/cursorMoveOperations",
2448
+ "vs/editor/common/cursor/cursorWordOperations",
2449
+ "vs/editor/common/core/position",
2450
+ "vs/editor/common/core/range"
2488
2451
  ],
2489
- "vs/editor/common/services/resolverService": [
2452
+ "vs/editor/common/cursor/cursorTypeOperations": [
2490
2453
  "require",
2491
2454
  "exports",
2492
- "vs/platform/instantiation/common/instantiation"
2455
+ "vs/editor/common/commands/shiftCommand",
2456
+ "vs/editor/common/commands/surroundSelectionCommand",
2457
+ "vs/editor/common/cursorCommon",
2458
+ "vs/editor/common/cursor/cursorTypeEditOperations"
2493
2459
  ],
2494
- "vs/editor/contrib/format/browser/formattingEdit": [
2460
+ "vs/platform/keybinding/common/keybindingsRegistry": [
2495
2461
  "require",
2496
2462
  "exports",
2497
- "vs/editor/common/core/editOperation",
2463
+ "vs/base/common/keybindings",
2464
+ "vs/base/common/platform",
2465
+ "vs/platform/commands/common/commands",
2466
+ "vs/platform/registry/common/platform",
2467
+ "vs/base/common/lifecycle",
2468
+ "vs/base/common/linkedList"
2469
+ ],
2470
+ "vs/editor/common/cursor/cursorTypeEditOperations": [
2471
+ "require",
2472
+ "exports",
2473
+ "vs/base/common/errors",
2474
+ "vs/base/common/strings",
2475
+ "vs/editor/common/commands/replaceCommand",
2476
+ "vs/editor/common/commands/shiftCommand",
2477
+ "vs/editor/common/commands/surroundSelectionCommand",
2478
+ "vs/editor/common/cursorCommon",
2479
+ "vs/editor/common/core/wordCharacterClassifier",
2498
2480
  "vs/editor/common/core/range",
2499
- "vs/editor/browser/stableEditorScroll"
2481
+ "vs/editor/common/core/position",
2482
+ "vs/editor/common/languages/languageConfiguration",
2483
+ "vs/editor/common/languages/languageConfigurationRegistry",
2484
+ "vs/editor/common/languages/supports",
2485
+ "vs/editor/common/languages/autoIndent",
2486
+ "vs/editor/common/languages/enterAction"
2500
2487
  ],
2501
- "vs/platform/extensions/common/extensions": [
2488
+ "vs/base/common/codicons": [
2502
2489
  "require",
2503
- "exports"
2490
+ "exports",
2491
+ "vs/base/common/codiconsUtil",
2492
+ "vs/base/common/codiconsLibrary"
2504
2493
  ],
2505
- "vs/platform/log/common/log": [
2494
+ "vs/editor/browser/widget/diffEditor/commands": [
2506
2495
  "require",
2507
2496
  "exports",
2508
- "vs/base/common/event",
2509
- "vs/base/common/lifecycle",
2497
+ "vs/base/browser/dom",
2498
+ "vs/base/common/codicons",
2499
+ "vs/editor/browser/editorExtensions",
2500
+ "vs/editor/browser/services/codeEditorService",
2501
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2502
+ "vs/editor/common/editorContextKeys",
2503
+ "vs/nls",
2504
+ "vs/platform/actions/common/actions",
2505
+ "vs/platform/configuration/common/configuration",
2510
2506
  "vs/platform/contextkey/common/contextkey",
2511
- "vs/platform/instantiation/common/instantiation"
2507
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2512
2508
  ],
2513
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2509
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2514
2510
  "require",
2515
2511
  "exports",
2512
+ "vs/base/common/codicons",
2513
+ "vs/base/common/themables",
2514
+ "vs/editor/common/model/textModel",
2516
2515
  "vs/nls",
2517
- "vs/platform/instantiation/common/instantiation"
2516
+ "vs/platform/theme/common/colorRegistry",
2517
+ "vs/platform/theme/common/iconRegistry"
2518
2518
  ],
2519
2519
  "vs/base/common/htmlContent": [
2520
2520
  "require",
@@ -2526,6 +2526,12 @@
2526
2526
  "vs/base/common/uri"
2527
2527
  ],
2528
2528
  "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2529
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2530
+ "require",
2531
+ "exports",
2532
+ "vs/editor/common/core/range",
2533
+ "vs/editor/common/core/selection"
2534
+ ],
2529
2535
  "vs/base/common/async": [
2530
2536
  "require",
2531
2537
  "exports",
@@ -2552,12 +2558,6 @@
2552
2558
  "vs/editor/common/cursor/cursorAtomicMoveOperations",
2553
2559
  "vs/editor/common/cursorCommon"
2554
2560
  ],
2555
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2556
- "require",
2557
- "exports",
2558
- "vs/editor/common/core/range",
2559
- "vs/editor/common/core/selection"
2560
- ],
2561
2561
  "vs/editor/browser/controller/textAreaInput": [
2562
2562
  "require",
2563
2563
  "exports",
@@ -2822,6 +2822,24 @@
2822
2822
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
2823
2823
  ],
2824
2824
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
2825
+ "vs/editor/contrib/comment/browser/blockCommentCommand": [
2826
+ "require",
2827
+ "exports",
2828
+ "vs/editor/common/core/editOperation",
2829
+ "vs/editor/common/core/position",
2830
+ "vs/editor/common/core/range",
2831
+ "vs/editor/common/core/selection"
2832
+ ],
2833
+ "vs/editor/contrib/comment/browser/lineCommentCommand": [
2834
+ "require",
2835
+ "exports",
2836
+ "vs/base/common/strings",
2837
+ "vs/editor/common/core/editOperation",
2838
+ "vs/editor/common/core/position",
2839
+ "vs/editor/common/core/range",
2840
+ "vs/editor/common/core/selection",
2841
+ "vs/editor/contrib/comment/browser/blockCommentCommand"
2842
+ ],
2825
2843
  "vs/base/browser/ui/actionbar/actionViewItems": [
2826
2844
  "require",
2827
2845
  "exports",
@@ -2860,24 +2878,6 @@
2860
2878
  "vs/base/common/uri",
2861
2879
  "vs/platform/instantiation/common/instantiation"
2862
2880
  ],
2863
- "vs/editor/contrib/comment/browser/blockCommentCommand": [
2864
- "require",
2865
- "exports",
2866
- "vs/editor/common/core/editOperation",
2867
- "vs/editor/common/core/position",
2868
- "vs/editor/common/core/range",
2869
- "vs/editor/common/core/selection"
2870
- ],
2871
- "vs/editor/contrib/comment/browser/lineCommentCommand": [
2872
- "require",
2873
- "exports",
2874
- "vs/base/common/strings",
2875
- "vs/editor/common/core/editOperation",
2876
- "vs/editor/common/core/position",
2877
- "vs/editor/common/core/range",
2878
- "vs/editor/common/core/selection",
2879
- "vs/editor/contrib/comment/browser/blockCommentCommand"
2880
- ],
2881
2881
  "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2882
2882
  "require",
2883
2883
  "exports",
@@ -3054,6 +3054,87 @@
3054
3054
  "exports",
3055
3055
  "vs/platform/instantiation/common/instantiation"
3056
3056
  ],
3057
+ "vs/editor/contrib/inlineCompletions/browser/commands": [
3058
+ "require",
3059
+ "exports",
3060
+ "vs/base/common/observable",
3061
+ "vs/base/common/observableInternal/base",
3062
+ "vs/editor/browser/editorExtensions",
3063
+ "vs/editor/common/editorContextKeys",
3064
+ "vs/editor/contrib/inlineCompletions/browser/commandIds",
3065
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys",
3066
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController",
3067
+ "vs/editor/contrib/suggest/browser/suggest",
3068
+ "vs/nls",
3069
+ "vs/platform/actions/common/actions",
3070
+ "vs/platform/configuration/common/configuration",
3071
+ "vs/platform/contextkey/common/contextkey"
3072
+ ],
3073
+ "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [
3074
+ "require",
3075
+ "exports",
3076
+ "vs/base/browser/dom",
3077
+ "vs/base/common/htmlContent",
3078
+ "vs/base/common/lifecycle",
3079
+ "vs/base/common/observable",
3080
+ "vs/editor/common/core/range",
3081
+ "vs/editor/common/languages/language",
3082
+ "vs/editor/contrib/hover/browser/hoverTypes",
3083
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController",
3084
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
3085
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3086
+ "vs/nls",
3087
+ "vs/platform/accessibility/common/accessibility",
3088
+ "vs/platform/instantiation/common/instantiation",
3089
+ "vs/platform/opener/common/opener",
3090
+ "vs/platform/telemetry/common/telemetry"
3091
+ ],
3092
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView": [
3093
+ "require",
3094
+ "exports"
3095
+ ],
3096
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [
3097
+ "require",
3098
+ "exports",
3099
+ "vs/base/browser/domObservable",
3100
+ "vs/base/browser/ui/aria/aria",
3101
+ "vs/base/common/async",
3102
+ "vs/base/common/cancellation",
3103
+ "vs/base/common/lifecycle",
3104
+ "vs/base/common/observable",
3105
+ "vs/base/common/observableInternal/derived",
3106
+ "vs/base/common/observableInternal/utils",
3107
+ "vs/base/common/types",
3108
+ "vs/editor/browser/coreCommands",
3109
+ "vs/editor/browser/observableCodeEditor",
3110
+ "vs/editor/common/core/position",
3111
+ "vs/editor/common/services/languageFeatureDebounce",
3112
+ "vs/editor/common/services/languageFeatures",
3113
+ "vs/editor/contrib/inlineCompletions/browser/commandIds",
3114
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextWidget",
3115
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys",
3116
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
3117
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
3118
+ "vs/editor/contrib/inlineCompletions/browser/suggestWidgetInlineCompletionProvider",
3119
+ "vs/nls",
3120
+ "vs/platform/accessibility/common/accessibility",
3121
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
3122
+ "vs/platform/commands/common/commands",
3123
+ "vs/platform/configuration/common/configuration",
3124
+ "vs/platform/contextkey/common/contextkey",
3125
+ "vs/platform/instantiation/common/instantiation",
3126
+ "vs/platform/keybinding/common/keybinding"
3127
+ ],
3128
+ "vs/platform/accessibility/browser/accessibleViewRegistry": [
3129
+ "require",
3130
+ "exports"
3131
+ ],
3132
+ "vs/base/common/themables": [
3133
+ "require",
3134
+ "exports",
3135
+ "vs/base/common/codicons"
3136
+ ],
3137
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3057
3138
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3058
3139
  "require",
3059
3140
  "exports",
@@ -3157,111 +3238,30 @@
3157
3238
  "vs/nls",
3158
3239
  "vs/platform/contextkey/common/contextkey"
3159
3240
  ],
3160
- "vs/base/common/themables": [
3161
- "require",
3162
- "exports",
3163
- "vs/base/common/codicons"
3164
- ],
3165
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3166
- "vs/editor/contrib/inlineCompletions/browser/commands": [
3241
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3167
3242
  "require",
3168
3243
  "exports",
3169
- "vs/base/common/observable",
3170
- "vs/base/common/observableInternal/base",
3171
- "vs/editor/browser/editorExtensions",
3172
- "vs/editor/common/editorContextKeys",
3173
- "vs/editor/contrib/inlineCompletions/browser/commandIds",
3174
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys",
3175
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController",
3176
- "vs/editor/contrib/suggest/browser/suggest",
3177
- "vs/nls",
3178
- "vs/platform/actions/common/actions",
3179
- "vs/platform/configuration/common/configuration",
3180
- "vs/platform/contextkey/common/contextkey"
3244
+ "vs/base/common/event",
3245
+ "vs/base/common/lifecycle",
3246
+ "vs/base/common/platform"
3181
3247
  ],
3182
- "vs/editor/contrib/inlineCompletions/browser/hoverParticipant": [
3248
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3249
+ "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3183
3250
  "require",
3184
3251
  "exports",
3185
- "vs/base/browser/dom",
3186
- "vs/base/common/htmlContent",
3252
+ "vs/base/common/arrays",
3253
+ "vs/base/common/event",
3187
3254
  "vs/base/common/lifecycle",
3188
- "vs/base/common/observable",
3255
+ "vs/base/common/linkedList",
3256
+ "vs/base/common/strings",
3257
+ "vs/base/common/uri",
3189
3258
  "vs/editor/common/core/range",
3190
- "vs/editor/common/languages/language",
3191
- "vs/editor/contrib/hover/browser/hoverTypes",
3192
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController",
3193
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
3194
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3195
- "vs/nls",
3196
- "vs/platform/accessibility/common/accessibility",
3259
+ "vs/platform/instantiation/common/extensions",
3197
3260
  "vs/platform/instantiation/common/instantiation",
3198
- "vs/platform/opener/common/opener",
3199
- "vs/platform/telemetry/common/telemetry"
3200
- ],
3201
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView": [
3202
- "require",
3203
- "exports"
3261
+ "vs/platform/markers/common/markers",
3262
+ "vs/platform/configuration/common/configuration"
3204
3263
  ],
3205
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController": [
3206
- "require",
3207
- "exports",
3208
- "vs/base/browser/domObservable",
3209
- "vs/base/browser/ui/aria/aria",
3210
- "vs/base/common/async",
3211
- "vs/base/common/cancellation",
3212
- "vs/base/common/lifecycle",
3213
- "vs/base/common/observable",
3214
- "vs/base/common/observableInternal/derived",
3215
- "vs/base/common/observableInternal/utils",
3216
- "vs/base/common/types",
3217
- "vs/editor/browser/coreCommands",
3218
- "vs/editor/browser/observableCodeEditor",
3219
- "vs/editor/common/core/position",
3220
- "vs/editor/common/services/languageFeatureDebounce",
3221
- "vs/editor/common/services/languageFeatures",
3222
- "vs/editor/contrib/inlineCompletions/browser/commandIds",
3223
- "vs/editor/contrib/inlineCompletions/browser/ghostTextWidget",
3224
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys",
3225
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget",
3226
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
3227
- "vs/editor/contrib/inlineCompletions/browser/suggestWidgetInlineCompletionProvider",
3228
- "vs/nls",
3229
- "vs/platform/accessibility/common/accessibility",
3230
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService",
3231
- "vs/platform/commands/common/commands",
3232
- "vs/platform/configuration/common/configuration",
3233
- "vs/platform/contextkey/common/contextkey",
3234
- "vs/platform/instantiation/common/instantiation",
3235
- "vs/platform/keybinding/common/keybinding"
3236
- ],
3237
- "vs/platform/accessibility/browser/accessibleViewRegistry": [
3238
- "require",
3239
- "exports"
3240
- ],
3241
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3242
- "require",
3243
- "exports",
3244
- "vs/base/common/event",
3245
- "vs/base/common/lifecycle",
3246
- "vs/base/common/platform"
3247
- ],
3248
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3249
- "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3250
- "require",
3251
- "exports",
3252
- "vs/base/common/arrays",
3253
- "vs/base/common/event",
3254
- "vs/base/common/lifecycle",
3255
- "vs/base/common/linkedList",
3256
- "vs/base/common/strings",
3257
- "vs/base/common/uri",
3258
- "vs/editor/common/core/range",
3259
- "vs/platform/instantiation/common/extensions",
3260
- "vs/platform/instantiation/common/instantiation",
3261
- "vs/platform/markers/common/markers",
3262
- "vs/platform/configuration/common/configuration"
3263
- ],
3264
- "vs/platform/theme/common/iconRegistry": [
3264
+ "vs/platform/theme/common/iconRegistry": [
3265
3265
  "require",
3266
3266
  "exports",
3267
3267
  "vs/base/common/async",
@@ -3543,17 +3543,6 @@
3543
3543
  "vs/editor/common/services/languageFeatures"
3544
3544
  ],
3545
3545
  "vs/css!vs/editor/contrib/links/browser/links": [],
3546
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3547
- "require",
3548
- "exports",
3549
- "vs/editor/common/model",
3550
- "vs/editor/common/model/textModel",
3551
- "vs/editor/common/languages",
3552
- "vs/nls",
3553
- "vs/platform/theme/common/colorRegistry",
3554
- "vs/platform/theme/common/themeService",
3555
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3556
- ],
3557
3546
  "vs/editor/contrib/inlineEdit/browser/commands": [
3558
3547
  "require",
3559
3548
  "exports",
@@ -3589,6 +3578,17 @@
3589
3578
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3590
3579
  "vs/editor/common/services/model"
3591
3580
  ],
3581
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3582
+ "require",
3583
+ "exports",
3584
+ "vs/editor/common/model",
3585
+ "vs/editor/common/model/textModel",
3586
+ "vs/editor/common/languages",
3587
+ "vs/nls",
3588
+ "vs/platform/theme/common/colorRegistry",
3589
+ "vs/platform/theme/common/themeService",
3590
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3591
+ ],
3592
3592
  "vs/editor/contrib/inlineEdits/browser/commands": [
3593
3593
  "require",
3594
3594
  "exports",
@@ -3623,6 +3623,56 @@
3623
3623
  "vs/platform/instantiation/common/instantiation",
3624
3624
  "vs/platform/observable/common/platformObservableUtils"
3625
3625
  ],
3626
+ "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3627
+ "require",
3628
+ "exports",
3629
+ "vs/base/common/async",
3630
+ "vs/base/common/errors",
3631
+ "vs/base/common/event",
3632
+ "vs/base/common/lifecycle",
3633
+ "vs/editor/common/core/characterClassifier",
3634
+ "vs/editor/common/languages",
3635
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
3636
+ ],
3637
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
3638
+ "require",
3639
+ "exports",
3640
+ "vs/base/common/cancellation",
3641
+ "vs/base/common/errors",
3642
+ "vs/base/common/types",
3643
+ "vs/base/common/uri",
3644
+ "vs/editor/common/core/position",
3645
+ "vs/editor/common/languages",
3646
+ "vs/editor/common/services/languageFeatures",
3647
+ "vs/editor/common/services/resolverService",
3648
+ "vs/platform/commands/common/commands",
3649
+ "vs/platform/contextkey/common/contextkey"
3650
+ ],
3651
+ "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3652
+ "require",
3653
+ "exports",
3654
+ "vs/base/browser/dom",
3655
+ "vs/base/browser/ui/aria/aria",
3656
+ "vs/base/browser/ui/scrollbar/scrollableElement",
3657
+ "vs/base/common/codicons",
3658
+ "vs/base/common/event",
3659
+ "vs/base/common/lifecycle",
3660
+ "vs/base/common/strings",
3661
+ "vs/base/common/types",
3662
+ "vs/editor/common/config/editorOptions",
3663
+ "vs/editor/common/languages/language",
3664
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3665
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
3666
+ "vs/nls",
3667
+ "vs/platform/contextkey/common/contextkey",
3668
+ "vs/platform/opener/common/opener",
3669
+ "vs/platform/theme/common/colorRegistry",
3670
+ "vs/platform/theme/common/iconRegistry",
3671
+ "vs/base/common/themables",
3672
+ "vs/base/common/stopwatch",
3673
+ "vs/platform/telemetry/common/telemetry",
3674
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3675
+ ],
3626
3676
  "vs/platform/theme/common/colorUtils": [
3627
3677
  "require",
3628
3678
  "exports",
@@ -3696,56 +3746,6 @@
3696
3746
  "vs/platform/theme/common/themeService",
3697
3747
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3698
3748
  ],
3699
- "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3700
- "require",
3701
- "exports",
3702
- "vs/base/common/async",
3703
- "vs/base/common/errors",
3704
- "vs/base/common/event",
3705
- "vs/base/common/lifecycle",
3706
- "vs/editor/common/core/characterClassifier",
3707
- "vs/editor/common/languages",
3708
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
3709
- ],
3710
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
3711
- "require",
3712
- "exports",
3713
- "vs/base/common/cancellation",
3714
- "vs/base/common/errors",
3715
- "vs/base/common/types",
3716
- "vs/base/common/uri",
3717
- "vs/editor/common/core/position",
3718
- "vs/editor/common/languages",
3719
- "vs/editor/common/services/languageFeatures",
3720
- "vs/editor/common/services/resolverService",
3721
- "vs/platform/commands/common/commands",
3722
- "vs/platform/contextkey/common/contextkey"
3723
- ],
3724
- "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3725
- "require",
3726
- "exports",
3727
- "vs/base/browser/dom",
3728
- "vs/base/browser/ui/aria/aria",
3729
- "vs/base/browser/ui/scrollbar/scrollableElement",
3730
- "vs/base/common/codicons",
3731
- "vs/base/common/event",
3732
- "vs/base/common/lifecycle",
3733
- "vs/base/common/strings",
3734
- "vs/base/common/types",
3735
- "vs/editor/common/config/editorOptions",
3736
- "vs/editor/common/languages/language",
3737
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3738
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
3739
- "vs/nls",
3740
- "vs/platform/contextkey/common/contextkey",
3741
- "vs/platform/opener/common/opener",
3742
- "vs/platform/theme/common/colorRegistry",
3743
- "vs/platform/theme/common/iconRegistry",
3744
- "vs/base/common/themables",
3745
- "vs/base/common/stopwatch",
3746
- "vs/platform/telemetry/common/telemetry",
3747
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3748
- ],
3749
3749
  "vs/editor/common/services/semanticTokensProviderStyling": [
3750
3750
  "require",
3751
3751
  "exports",
@@ -3790,44 +3790,6 @@
3790
3790
  "vs/base/common/strings",
3791
3791
  "vs/editor/common/core/range"
3792
3792
  ],
3793
- "vs/editor/contrib/suggest/browser/suggest": [
3794
- "require",
3795
- "exports",
3796
- "vs/base/common/cancellation",
3797
- "vs/base/common/errors",
3798
- "vs/base/common/filters",
3799
- "vs/base/common/lifecycle",
3800
- "vs/base/common/stopwatch",
3801
- "vs/base/common/types",
3802
- "vs/base/common/uri",
3803
- "vs/editor/common/core/position",
3804
- "vs/editor/common/core/range",
3805
- "vs/editor/common/services/resolverService",
3806
- "vs/editor/contrib/snippet/browser/snippetParser",
3807
- "vs/nls",
3808
- "vs/platform/actions/common/actions",
3809
- "vs/platform/commands/common/commands",
3810
- "vs/platform/contextkey/common/contextkey",
3811
- "vs/editor/common/services/languageFeatures",
3812
- "vs/platform/history/browser/contextScopedHistoryWidget"
3813
- ],
3814
- "vs/editor/contrib/snippet/browser/snippetSession": [
3815
- "require",
3816
- "exports",
3817
- "vs/base/common/arrays",
3818
- "vs/base/common/lifecycle",
3819
- "vs/base/common/strings",
3820
- "vs/editor/common/core/editOperation",
3821
- "vs/editor/common/core/range",
3822
- "vs/editor/common/core/selection",
3823
- "vs/editor/common/languages/languageConfigurationRegistry",
3824
- "vs/editor/common/model/textModel",
3825
- "vs/platform/label/common/label",
3826
- "vs/platform/workspace/common/workspace",
3827
- "vs/editor/contrib/snippet/browser/snippetParser",
3828
- "vs/editor/contrib/snippet/browser/snippetVariables",
3829
- "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3830
- ],
3831
3793
  "vs/editor/contrib/stickyScroll/browser/stickyScrollActions": [
3832
3794
  "require",
3833
3795
  "exports",
@@ -3866,19 +3828,52 @@
3866
3828
  "vs/editor/contrib/folding/browser/folding",
3867
3829
  "vs/editor/contrib/folding/browser/foldingModel"
3868
3830
  ],
3869
- "vs/base/common/filters": [
3831
+ "vs/editor/contrib/suggest/browser/suggest": [
3870
3832
  "require",
3871
3833
  "exports",
3872
- "vs/base/common/map",
3873
- "vs/base/common/naturalLanguage/korean",
3874
- "vs/base/common/strings"
3834
+ "vs/base/common/cancellation",
3835
+ "vs/base/common/errors",
3836
+ "vs/base/common/filters",
3837
+ "vs/base/common/lifecycle",
3838
+ "vs/base/common/stopwatch",
3839
+ "vs/base/common/types",
3840
+ "vs/base/common/uri",
3841
+ "vs/editor/common/core/position",
3842
+ "vs/editor/common/core/range",
3843
+ "vs/editor/common/services/resolverService",
3844
+ "vs/editor/contrib/snippet/browser/snippetParser",
3845
+ "vs/nls",
3846
+ "vs/platform/actions/common/actions",
3847
+ "vs/platform/commands/common/commands",
3848
+ "vs/platform/contextkey/common/contextkey",
3849
+ "vs/editor/common/services/languageFeatures",
3850
+ "vs/platform/history/browser/contextScopedHistoryWidget"
3875
3851
  ],
3876
- "vs/editor/contrib/suggest/browser/completionModel": [
3852
+ "vs/editor/contrib/snippet/browser/snippetSession": [
3877
3853
  "require",
3878
3854
  "exports",
3879
3855
  "vs/base/common/arrays",
3880
- "vs/base/common/filters",
3881
- "vs/base/common/strings"
3856
+ "vs/base/common/lifecycle",
3857
+ "vs/base/common/strings",
3858
+ "vs/editor/common/core/editOperation",
3859
+ "vs/editor/common/core/range",
3860
+ "vs/editor/common/core/selection",
3861
+ "vs/editor/common/languages/languageConfigurationRegistry",
3862
+ "vs/editor/common/model/textModel",
3863
+ "vs/platform/label/common/label",
3864
+ "vs/platform/workspace/common/workspace",
3865
+ "vs/editor/contrib/snippet/browser/snippetParser",
3866
+ "vs/editor/contrib/snippet/browser/snippetVariables",
3867
+ "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3868
+ ],
3869
+ "vs/base/common/keybindings": [
3870
+ "require",
3871
+ "exports",
3872
+ "vs/base/common/errors"
3873
+ ],
3874
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3875
+ "require",
3876
+ "exports"
3882
3877
  ],
3883
3878
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3884
3879
  "require",
@@ -3893,6 +3888,23 @@
3893
3888
  "vs/platform/instantiation/common/instantiation",
3894
3889
  "vs/platform/storage/common/storage"
3895
3890
  ],
3891
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3892
+ "require",
3893
+ "exports",
3894
+ "vs/platform/contextkey/common/contextkey"
3895
+ ],
3896
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3897
+ "require",
3898
+ "exports",
3899
+ "vs/platform/contextkey/common/contextkey"
3900
+ ],
3901
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3902
+ "require",
3903
+ "exports",
3904
+ "vs/base/common/arrays",
3905
+ "vs/base/common/lifecycle",
3906
+ "vs/editor/common/core/characterClassifier"
3907
+ ],
3896
3908
  "vs/editor/contrib/suggest/browser/suggestModel": [
3897
3909
  "require",
3898
3910
  "exports",
@@ -3919,39 +3931,6 @@
3919
3931
  "vs/editor/contrib/snippet/browser/snippetController2",
3920
3932
  "vs/platform/environment/common/environment"
3921
3933
  ],
3922
- "vs/editor/contrib/suggest/browser/wordDistance": [
3923
- "require",
3924
- "exports",
3925
- "vs/base/common/arrays",
3926
- "vs/editor/common/core/range",
3927
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3928
- ],
3929
- "vs/base/common/keybindings": [
3930
- "require",
3931
- "exports",
3932
- "vs/base/common/errors"
3933
- ],
3934
- "vs/editor/contrib/snippet/browser/snippetParser": [
3935
- "require",
3936
- "exports"
3937
- ],
3938
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3939
- "require",
3940
- "exports",
3941
- "vs/platform/contextkey/common/contextkey"
3942
- ],
3943
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3944
- "require",
3945
- "exports",
3946
- "vs/platform/contextkey/common/contextkey"
3947
- ],
3948
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3949
- "require",
3950
- "exports",
3951
- "vs/base/common/arrays",
3952
- "vs/base/common/lifecycle",
3953
- "vs/editor/common/core/characterClassifier"
3954
- ],
3955
3934
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3956
3935
  "require",
3957
3936
  "exports",
@@ -3987,6 +3966,27 @@
3987
3966
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3988
3967
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3989
3968
  ],
3969
+ "vs/base/common/filters": [
3970
+ "require",
3971
+ "exports",
3972
+ "vs/base/common/map",
3973
+ "vs/base/common/naturalLanguage/korean",
3974
+ "vs/base/common/strings"
3975
+ ],
3976
+ "vs/editor/contrib/suggest/browser/completionModel": [
3977
+ "require",
3978
+ "exports",
3979
+ "vs/base/common/arrays",
3980
+ "vs/base/common/filters",
3981
+ "vs/base/common/strings"
3982
+ ],
3983
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3984
+ "require",
3985
+ "exports",
3986
+ "vs/base/common/arrays",
3987
+ "vs/editor/common/core/range",
3988
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3989
+ ],
3990
3990
  "vs/editor/common/viewModel/viewModelDecorations": [
3991
3991
  "require",
3992
3992
  "exports",
@@ -4230,17 +4230,17 @@
4230
4230
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4231
4231
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4232
4232
  ],
4233
- "vs/base/common/severity": [
4234
- "require",
4235
- "exports",
4236
- "vs/base/common/strings"
4237
- ],
4238
4233
  "vs/platform/contextkey/common/scanner": [
4239
4234
  "require",
4240
4235
  "exports",
4241
4236
  "vs/base/common/errors",
4242
4237
  "vs/nls"
4243
4238
  ],
4239
+ "vs/base/common/severity": [
4240
+ "require",
4241
+ "exports",
4242
+ "vs/base/common/strings"
4243
+ ],
4244
4244
  "vs/base/parts/storage/common/storage": [
4245
4245
  "require",
4246
4246
  "exports",
@@ -4270,28 +4270,15 @@
4270
4270
  "vs/base/common/themables",
4271
4271
  "vs/platform/theme/common/iconRegistry"
4272
4272
  ],
4273
- "vs/base/common/uint": [
4274
- "require",
4275
- "exports"
4276
- ],
4277
4273
  "vs/base/common/process": [
4278
4274
  "require",
4279
4275
  "exports",
4280
4276
  "vs/base/common/platform"
4281
4277
  ],
4282
- "vs/editor/common/diff/linesDiffComputer": [
4278
+ "vs/base/common/uint": [
4283
4279
  "require",
4284
4280
  "exports"
4285
4281
  ],
4286
- "vs/editor/common/diff/rangeMapping": [
4287
- "require",
4288
- "exports",
4289
- "vs/base/common/errors",
4290
- "vs/editor/common/core/lineRange",
4291
- "vs/editor/common/core/position",
4292
- "vs/editor/common/core/range",
4293
- "vs/editor/common/core/textEdit"
4294
- ],
4295
4282
  "vs/editor/common/core/lineRange": [
4296
4283
  "require",
4297
4284
  "exports",
@@ -4359,6 +4346,31 @@
4359
4346
  "vs/editor/common/core/range",
4360
4347
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4361
4348
  ],
4349
+ "vs/editor/common/diff/linesDiffComputer": [
4350
+ "require",
4351
+ "exports"
4352
+ ],
4353
+ "vs/editor/common/diff/rangeMapping": [
4354
+ "require",
4355
+ "exports",
4356
+ "vs/base/common/errors",
4357
+ "vs/editor/common/core/lineRange",
4358
+ "vs/editor/common/core/position",
4359
+ "vs/editor/common/core/range",
4360
+ "vs/editor/common/core/textEdit"
4361
+ ],
4362
+ "vs/base/browser/pixelRatio": [
4363
+ "require",
4364
+ "exports",
4365
+ "vs/base/browser/dom",
4366
+ "vs/base/common/event",
4367
+ "vs/base/common/lifecycle"
4368
+ ],
4369
+ "vs/editor/browser/config/charWidthReader": [
4370
+ "require",
4371
+ "exports",
4372
+ "vs/editor/browser/config/domFontInfo"
4373
+ ],
4362
4374
  "vs/editor/browser/services/editorWorkerService": [
4363
4375
  "require",
4364
4376
  "exports",
@@ -4382,18 +4394,6 @@
4382
4394
  "vs/base/browser/window",
4383
4395
  "vs/base/browser/dom"
4384
4396
  ],
4385
- "vs/base/browser/pixelRatio": [
4386
- "require",
4387
- "exports",
4388
- "vs/base/browser/dom",
4389
- "vs/base/common/event",
4390
- "vs/base/common/lifecycle"
4391
- ],
4392
- "vs/editor/browser/config/charWidthReader": [
4393
- "require",
4394
- "exports",
4395
- "vs/editor/browser/config/domFontInfo"
4396
- ],
4397
4397
  "vs/editor/common/languages/languageConfiguration": [
4398
4398
  "require",
4399
4399
  "exports"
@@ -4897,33 +4897,16 @@
4897
4897
  "require",
4898
4898
  "exports"
4899
4899
  ],
4900
- "vs/css!vs/base/browser/ui/aria/aria": [],
4901
- "vs/editor/common/languages/supports": [
4902
- "require",
4903
- "exports"
4904
- ],
4905
- "vs/editor/common/core/indentation": [
4906
- "require",
4907
- "exports",
4908
- "vs/base/common/strings",
4909
- "vs/editor/common/core/cursorColumns"
4910
- ],
4911
- "vs/editor/common/commands/surroundSelectionCommand": [
4912
- "require",
4913
- "exports",
4914
- "vs/editor/common/core/range",
4915
- "vs/editor/common/core/selection"
4916
- ],
4917
- "vs/base/browser/fastDomNode": [
4918
- "require",
4919
- "exports"
4920
- ],
4921
- "vs/editor/common/languages/enterAction": [
4900
+ "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4922
4901
  "require",
4923
4902
  "exports",
4924
- "vs/editor/common/languages/languageConfiguration",
4925
- "vs/editor/common/languages/languageConfigurationRegistry",
4926
- "vs/editor/common/languages/supports/indentationLineProcessor"
4903
+ "vs/editor/browser/editorExtensions",
4904
+ "vs/platform/contextkey/common/contextkey",
4905
+ "vs/base/common/cancellation",
4906
+ "vs/base/common/linkedList",
4907
+ "vs/platform/instantiation/common/instantiation",
4908
+ "vs/platform/instantiation/common/extensions",
4909
+ "vs/nls"
4927
4910
  ],
4928
4911
  "vs/editor/browser/config/elementSizeObserver": [
4929
4912
  "require",
@@ -4936,21 +4919,7 @@
4936
4919
  "require",
4937
4920
  "exports"
4938
4921
  ],
4939
- "vs/editor/common/core/stringBuilder": [
4940
- "require",
4941
- "exports",
4942
- "vs/base/common/strings",
4943
- "vs/base/common/platform",
4944
- "vs/base/common/buffer"
4945
- ],
4946
- "vs/editor/common/modelLineProjectionData": [
4947
- "require",
4948
- "exports",
4949
- "vs/base/common/assert",
4950
- "vs/editor/common/core/position",
4951
- "vs/editor/common/model"
4952
- ],
4953
- "vs/editor/common/textModelEvents": [
4922
+ "vs/base/browser/fastDomNode": [
4954
4923
  "require",
4955
4924
  "exports"
4956
4925
  ],
@@ -5270,10 +5239,34 @@
5270
5239
  "exports",
5271
5240
  "vs/editor/common/editorTheme"
5272
5241
  ],
5242
+ "vs/editor/common/core/stringBuilder": [
5243
+ "require",
5244
+ "exports",
5245
+ "vs/base/common/strings",
5246
+ "vs/base/common/platform",
5247
+ "vs/base/common/buffer"
5248
+ ],
5249
+ "vs/editor/common/modelLineProjectionData": [
5250
+ "require",
5251
+ "exports",
5252
+ "vs/base/common/assert",
5253
+ "vs/editor/common/core/position",
5254
+ "vs/editor/common/model"
5255
+ ],
5256
+ "vs/editor/common/textModelEvents": [
5257
+ "require",
5258
+ "exports"
5259
+ ],
5273
5260
  "vs/editor/common/core/eolCounter": [
5274
5261
  "require",
5275
5262
  "exports"
5276
5263
  ],
5264
+ "vs/editor/common/core/indentation": [
5265
+ "require",
5266
+ "exports",
5267
+ "vs/base/common/strings",
5268
+ "vs/editor/common/core/cursorColumns"
5269
+ ],
5277
5270
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5278
5271
  "require",
5279
5272
  "exports",
@@ -5529,13 +5522,31 @@
5529
5522
  "vs/platform/theme/common/colors/editorColors",
5530
5523
  "vs/platform/theme/common/colors/listColors"
5531
5524
  ],
5532
- "vs/platform/theme/common/colors/searchColors": [
5525
+ "vs/platform/theme/common/colors/searchColors": [
5526
+ "require",
5527
+ "exports",
5528
+ "vs/nls",
5529
+ "vs/platform/theme/common/colorUtils",
5530
+ "vs/platform/theme/common/colors/baseColors",
5531
+ "vs/platform/theme/common/colors/editorColors"
5532
+ ],
5533
+ "vs/css!vs/base/browser/ui/aria/aria": [],
5534
+ "vs/editor/common/languages/supports": [
5535
+ "require",
5536
+ "exports"
5537
+ ],
5538
+ "vs/editor/common/commands/surroundSelectionCommand": [
5539
+ "require",
5540
+ "exports",
5541
+ "vs/editor/common/core/range",
5542
+ "vs/editor/common/core/selection"
5543
+ ],
5544
+ "vs/editor/common/languages/enterAction": [
5533
5545
  "require",
5534
5546
  "exports",
5535
- "vs/nls",
5536
- "vs/platform/theme/common/colorUtils",
5537
- "vs/platform/theme/common/colors/baseColors",
5538
- "vs/platform/theme/common/colors/editorColors"
5547
+ "vs/editor/common/languages/languageConfiguration",
5548
+ "vs/editor/common/languages/languageConfigurationRegistry",
5549
+ "vs/editor/common/languages/supports/indentationLineProcessor"
5539
5550
  ],
5540
5551
  "vs/base/common/codiconsUtil": [
5541
5552
  "require",
@@ -5547,17 +5558,6 @@
5547
5558
  "exports",
5548
5559
  "vs/base/common/codiconsUtil"
5549
5560
  ],
5550
- "vs/editor/contrib/editorState/browser/keybindingCancellation": [
5551
- "require",
5552
- "exports",
5553
- "vs/editor/browser/editorExtensions",
5554
- "vs/platform/contextkey/common/contextkey",
5555
- "vs/base/common/cancellation",
5556
- "vs/base/common/linkedList",
5557
- "vs/platform/instantiation/common/instantiation",
5558
- "vs/platform/instantiation/common/extensions",
5559
- "vs/nls"
5560
- ],
5561
5561
  "vs/base/common/symbols": [
5562
5562
  "require",
5563
5563
  "exports"
@@ -5708,6 +5708,12 @@
5708
5708
  "vs/platform/theme/common/colorRegistry",
5709
5709
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
5710
5710
  ],
5711
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5712
+ "require",
5713
+ "exports",
5714
+ "vs/base/common/event",
5715
+ "vs/platform/registry/common/platform"
5716
+ ],
5711
5717
  "vs/base/browser/touch": [
5712
5718
  "require",
5713
5719
  "exports",
@@ -5724,12 +5730,6 @@
5724
5730
  "exports"
5725
5731
  ],
5726
5732
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5727
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5728
- "require",
5729
- "exports",
5730
- "vs/base/common/event",
5731
- "vs/platform/registry/common/platform"
5732
- ],
5733
5733
  "vs/base/browser/ui/iconLabel/iconLabels": [
5734
5734
  "require",
5735
5735
  "exports",
@@ -5737,10 +5737,6 @@
5737
5737
  "vs/base/common/themables"
5738
5738
  ],
5739
5739
  "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5740
- "vs/base/common/numbers": [
5741
- "require",
5742
- "exports"
5743
- ],
5744
5740
  "vs/editor/browser/editorDom": [
5745
5741
  "require",
5746
5742
  "exports",
@@ -5764,6 +5760,10 @@
5764
5760
  "vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider",
5765
5761
  "vs/platform/configuration/common/configuration"
5766
5762
  ],
5763
+ "vs/base/common/numbers": [
5764
+ "require",
5765
+ "exports"
5766
+ ],
5767
5767
  "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
5768
5768
  "require",
5769
5769
  "exports",
@@ -5899,24 +5899,6 @@
5899
5899
  "exports",
5900
5900
  "vs/platform/registry/common/platform"
5901
5901
  ],
5902
- "vs/base/browser/ui/findinput/findInputToggles": [
5903
- "require",
5904
- "exports",
5905
- "vs/base/browser/ui/hover/hoverDelegateFactory",
5906
- "vs/base/browser/ui/toggle/toggle",
5907
- "vs/base/common/codicons",
5908
- "vs/nls"
5909
- ],
5910
- "vs/base/browser/ui/widget": [
5911
- "require",
5912
- "exports",
5913
- "vs/base/browser/dom",
5914
- "vs/base/browser/keyboardEvent",
5915
- "vs/base/browser/mouseEvent",
5916
- "vs/base/browser/touch",
5917
- "vs/base/common/lifecycle"
5918
- ],
5919
- "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5920
5902
  "vs/editor/contrib/find/browser/findDecorations": [
5921
5903
  "require",
5922
5904
  "exports",
@@ -5936,6 +5918,24 @@
5936
5918
  "exports",
5937
5919
  "vs/base/common/search"
5938
5920
  ],
5921
+ "vs/base/browser/ui/findinput/findInputToggles": [
5922
+ "require",
5923
+ "exports",
5924
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
5925
+ "vs/base/browser/ui/toggle/toggle",
5926
+ "vs/base/common/codicons",
5927
+ "vs/nls"
5928
+ ],
5929
+ "vs/base/browser/ui/widget": [
5930
+ "require",
5931
+ "exports",
5932
+ "vs/base/browser/dom",
5933
+ "vs/base/browser/keyboardEvent",
5934
+ "vs/base/browser/mouseEvent",
5935
+ "vs/base/browser/touch",
5936
+ "vs/base/common/lifecycle"
5937
+ ],
5938
+ "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5939
5939
  "vs/base/browser/ui/toggle/toggle": [
5940
5940
  "require",
5941
5941
  "exports",
@@ -5981,90 +5981,26 @@
5981
5981
  "vs/base/common/color"
5982
5982
  ],
5983
5983
  "vs/css!vs/editor/contrib/find/browser/findWidget": [],
5984
- "vs/base/common/idGenerator": [
5985
- "require",
5986
- "exports"
5987
- ],
5988
- "vs/base/browser/ui/actionbar/actionbar": [
5984
+ "vs/base/common/observableInternal/base": [
5989
5985
  "require",
5990
5986
  "exports",
5991
- "vs/base/browser/dom",
5992
- "vs/base/browser/keyboardEvent",
5993
- "vs/base/browser/ui/actionbar/actionViewItems",
5994
- "vs/base/browser/ui/hover/hoverDelegateFactory",
5995
- "vs/base/common/actions",
5996
- "vs/base/common/event",
5997
- "vs/base/common/lifecycle",
5998
- "vs/base/common/types",
5999
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
5987
+ "vs/base/common/equals",
5988
+ "vs/base/common/observableInternal/debugName",
5989
+ "vs/base/common/observableInternal/logging"
6000
5990
  ],
6001
- "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
5991
+ "vs/editor/contrib/inlineCompletions/browser/commandIds": [
6002
5992
  "require",
6003
- "exports",
6004
- "vs/base/browser/dom",
6005
- "vs/base/browser/ui/sash/sash",
6006
- "vs/base/common/color",
6007
- "vs/base/common/idGenerator",
6008
- "vs/base/common/lifecycle",
6009
- "vs/base/common/objects",
6010
- "vs/editor/common/core/range",
6011
- "vs/editor/common/model/textModel",
6012
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
5993
+ "exports"
6013
5994
  ],
6014
- "vs/platform/actions/browser/menuEntryActionViewItem": [
5995
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [
6015
5996
  "require",
6016
5997
  "exports",
6017
- "vs/base/browser/dom",
6018
- "vs/base/browser/keyboardEvent",
6019
- "vs/base/browser/ui/actionbar/actionViewItems",
6020
- "vs/base/browser/ui/dropdown/dropdownActionViewItem",
6021
- "vs/base/common/actions",
6022
- "vs/base/common/keybindingLabels",
6023
- "vs/base/common/lifecycle",
6024
- "vs/base/common/platform",
6025
- "vs/nls",
6026
- "vs/platform/actions/common/actions",
6027
- "vs/platform/action/common/action",
5998
+ "vs/base/common/observable",
5999
+ "vs/base/common/strings",
6000
+ "vs/editor/common/core/cursorColumns",
6028
6001
  "vs/platform/contextkey/common/contextkey",
6029
- "vs/platform/contextview/browser/contextView",
6030
- "vs/platform/instantiation/common/instantiation",
6031
- "vs/platform/keybinding/common/keybinding",
6032
- "vs/platform/notification/common/notification",
6033
- "vs/platform/storage/common/storage",
6034
- "vs/platform/theme/common/themeService",
6035
- "vs/base/common/themables",
6036
- "vs/platform/theme/common/theme",
6037
- "vs/base/common/types",
6038
- "vs/platform/theme/common/colorRegistry",
6039
- "vs/platform/theme/browser/defaultStyles",
6040
- "vs/platform/accessibility/common/accessibility",
6041
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6042
- ],
6043
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6044
- "vs/base/browser/markdownRenderer": [
6045
- "require",
6046
- "exports",
6047
- "vs/base/browser/dom",
6048
- "vs/base/browser/dompurify/dompurify",
6049
- "vs/base/browser/event",
6050
- "vs/base/browser/formattedTextRenderer",
6051
- "vs/base/browser/keyboardEvent",
6052
- "vs/base/browser/mouseEvent",
6053
- "vs/base/browser/ui/iconLabel/iconLabels",
6054
- "vs/base/common/errors",
6055
- "vs/base/common/event",
6056
- "vs/base/common/htmlContent",
6057
- "vs/base/common/iconLabels",
6058
- "vs/base/common/idGenerator",
6059
- "vs/base/common/lazy",
6060
6002
  "vs/base/common/lifecycle",
6061
- "vs/base/common/marked/marked",
6062
- "vs/base/common/marshalling",
6063
- "vs/base/common/network",
6064
- "vs/base/common/objects",
6065
- "vs/base/common/resources",
6066
- "vs/base/common/strings",
6067
- "vs/base/common/uri"
6003
+ "vs/nls"
6068
6004
  ],
6069
6005
  "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer": [
6070
6006
  "require",
@@ -6081,28 +6017,6 @@
6081
6017
  "vs/platform/opener/common/opener",
6082
6018
  "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown"
6083
6019
  ],
6084
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6085
- "vs/base/common/observableInternal/base": [
6086
- "require",
6087
- "exports",
6088
- "vs/base/common/equals",
6089
- "vs/base/common/observableInternal/debugName",
6090
- "vs/base/common/observableInternal/logging"
6091
- ],
6092
- "vs/editor/contrib/inlineCompletions/browser/commandIds": [
6093
- "require",
6094
- "exports"
6095
- ],
6096
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys": [
6097
- "require",
6098
- "exports",
6099
- "vs/base/common/observable",
6100
- "vs/base/common/strings",
6101
- "vs/editor/common/core/cursorColumns",
6102
- "vs/platform/contextkey/common/contextkey",
6103
- "vs/base/common/lifecycle",
6104
- "vs/nls"
6105
- ],
6106
6020
  "vs/base/browser/domObservable": [
6107
6021
  "require",
6108
6022
  "exports",
@@ -6197,15 +6111,101 @@
6197
6111
  "vs/base/common/arraysFind",
6198
6112
  "vs/base/common/event",
6199
6113
  "vs/base/common/lifecycle",
6200
- "vs/editor/common/core/position",
6201
- "vs/editor/common/core/range",
6202
- "vs/editor/common/core/textEdit",
6203
- "vs/editor/common/languages",
6204
- "vs/editor/contrib/inlineCompletions/browser/singleTextEdit",
6205
- "vs/editor/contrib/snippet/browser/snippetParser",
6206
- "vs/editor/contrib/snippet/browser/snippetSession",
6207
- "vs/editor/contrib/suggest/browser/suggestController"
6114
+ "vs/editor/common/core/position",
6115
+ "vs/editor/common/core/range",
6116
+ "vs/editor/common/core/textEdit",
6117
+ "vs/editor/common/languages",
6118
+ "vs/editor/contrib/inlineCompletions/browser/singleTextEdit",
6119
+ "vs/editor/contrib/snippet/browser/snippetParser",
6120
+ "vs/editor/contrib/snippet/browser/snippetSession",
6121
+ "vs/editor/contrib/suggest/browser/suggestController"
6122
+ ],
6123
+ "vs/base/common/idGenerator": [
6124
+ "require",
6125
+ "exports"
6126
+ ],
6127
+ "vs/base/browser/markdownRenderer": [
6128
+ "require",
6129
+ "exports",
6130
+ "vs/base/browser/dom",
6131
+ "vs/base/browser/dompurify/dompurify",
6132
+ "vs/base/browser/event",
6133
+ "vs/base/browser/formattedTextRenderer",
6134
+ "vs/base/browser/keyboardEvent",
6135
+ "vs/base/browser/mouseEvent",
6136
+ "vs/base/browser/ui/iconLabel/iconLabels",
6137
+ "vs/base/common/errors",
6138
+ "vs/base/common/event",
6139
+ "vs/base/common/htmlContent",
6140
+ "vs/base/common/iconLabels",
6141
+ "vs/base/common/idGenerator",
6142
+ "vs/base/common/lazy",
6143
+ "vs/base/common/lifecycle",
6144
+ "vs/base/common/marked/marked",
6145
+ "vs/base/common/marshalling",
6146
+ "vs/base/common/network",
6147
+ "vs/base/common/objects",
6148
+ "vs/base/common/resources",
6149
+ "vs/base/common/strings",
6150
+ "vs/base/common/uri"
6151
+ ],
6152
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6153
+ "vs/base/browser/ui/actionbar/actionbar": [
6154
+ "require",
6155
+ "exports",
6156
+ "vs/base/browser/dom",
6157
+ "vs/base/browser/keyboardEvent",
6158
+ "vs/base/browser/ui/actionbar/actionViewItems",
6159
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
6160
+ "vs/base/common/actions",
6161
+ "vs/base/common/event",
6162
+ "vs/base/common/lifecycle",
6163
+ "vs/base/common/types",
6164
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
6165
+ ],
6166
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
6167
+ "require",
6168
+ "exports",
6169
+ "vs/base/browser/dom",
6170
+ "vs/base/browser/ui/sash/sash",
6171
+ "vs/base/common/color",
6172
+ "vs/base/common/idGenerator",
6173
+ "vs/base/common/lifecycle",
6174
+ "vs/base/common/objects",
6175
+ "vs/editor/common/core/range",
6176
+ "vs/editor/common/model/textModel",
6177
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
6178
+ ],
6179
+ "vs/platform/actions/browser/menuEntryActionViewItem": [
6180
+ "require",
6181
+ "exports",
6182
+ "vs/base/browser/dom",
6183
+ "vs/base/browser/keyboardEvent",
6184
+ "vs/base/browser/ui/actionbar/actionViewItems",
6185
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem",
6186
+ "vs/base/common/actions",
6187
+ "vs/base/common/keybindingLabels",
6188
+ "vs/base/common/lifecycle",
6189
+ "vs/base/common/platform",
6190
+ "vs/nls",
6191
+ "vs/platform/actions/common/actions",
6192
+ "vs/platform/action/common/action",
6193
+ "vs/platform/contextkey/common/contextkey",
6194
+ "vs/platform/contextview/browser/contextView",
6195
+ "vs/platform/instantiation/common/instantiation",
6196
+ "vs/platform/keybinding/common/keybinding",
6197
+ "vs/platform/notification/common/notification",
6198
+ "vs/platform/storage/common/storage",
6199
+ "vs/platform/theme/common/themeService",
6200
+ "vs/base/common/themables",
6201
+ "vs/platform/theme/common/theme",
6202
+ "vs/base/common/types",
6203
+ "vs/platform/theme/common/colorRegistry",
6204
+ "vs/platform/theme/browser/defaultStyles",
6205
+ "vs/platform/accessibility/common/accessibility",
6206
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6208
6207
  ],
6208
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6209
6209
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6210
6210
  "require",
6211
6211
  "exports",
@@ -6306,11 +6306,6 @@
6306
6306
  "vs/base/common/platform",
6307
6307
  "vs/base/common/strings"
6308
6308
  ],
6309
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6310
- "vs/editor/contrib/inlineEdit/browser/commandIds": [
6311
- "require",
6312
- "exports"
6313
- ],
6314
6309
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget": [
6315
6310
  "require",
6316
6311
  "exports",
@@ -6389,6 +6384,11 @@
6389
6384
  "vs/editor/common/services/editorWorker",
6390
6385
  "vs/platform/telemetry/common/telemetry"
6391
6386
  ],
6387
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6388
+ "vs/editor/contrib/inlineEdit/browser/commandIds": [
6389
+ "require",
6390
+ "exports"
6391
+ ],
6392
6392
  "vs/editor/contrib/inlineEdits/browser/consts": [
6393
6393
  "require",
6394
6394
  "exports",
@@ -6441,15 +6441,16 @@
6441
6441
  "vs/base/common/observable",
6442
6442
  "vs/base/common/observableInternal/utils"
6443
6443
  ],
6444
- "vs/base/common/hotReload": [
6444
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6445
+ "vs/base/common/equals": [
6445
6446
  "require",
6446
6447
  "exports",
6447
- "vs/base/common/process"
6448
+ "vs/base/common/arrays"
6448
6449
  ],
6449
- "vs/base/common/equals": [
6450
+ "vs/base/common/hotReload": [
6450
6451
  "require",
6451
6452
  "exports",
6452
- "vs/base/common/arrays"
6453
+ "vs/base/common/process"
6453
6454
  ],
6454
6455
  "vs/base/browser/ui/list/listWidget": [
6455
6456
  "require",
@@ -6477,7 +6478,6 @@
6477
6478
  "vs/css!vs/base/browser/ui/list/list"
6478
6479
  ],
6479
6480
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6480
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6481
6481
  "vs/editor/common/tokens/sparseMultilineTokens": [
6482
6482
  "require",
6483
6483
  "exports",
@@ -6496,20 +6496,6 @@
6496
6496
  "exports",
6497
6497
  "vs/nls"
6498
6498
  ],
6499
- "vs/editor/contrib/snippet/browser/snippetVariables": [
6500
- "require",
6501
- "exports",
6502
- "vs/base/common/labels",
6503
- "vs/base/common/path",
6504
- "vs/base/common/resources",
6505
- "vs/base/common/strings",
6506
- "vs/base/common/uuid",
6507
- "vs/editor/common/languages/languageConfigurationRegistry",
6508
- "vs/editor/contrib/snippet/browser/snippetParser",
6509
- "vs/nls",
6510
- "vs/platform/workspace/common/workspace"
6511
- ],
6512
- "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6513
6499
  "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6514
6500
  "require",
6515
6501
  "exports",
@@ -6543,10 +6529,20 @@
6543
6529
  "require",
6544
6530
  "exports"
6545
6531
  ],
6546
- "vs/base/common/naturalLanguage/korean": [
6532
+ "vs/editor/contrib/snippet/browser/snippetVariables": [
6547
6533
  "require",
6548
- "exports"
6534
+ "exports",
6535
+ "vs/base/common/labels",
6536
+ "vs/base/common/path",
6537
+ "vs/base/common/resources",
6538
+ "vs/base/common/strings",
6539
+ "vs/base/common/uuid",
6540
+ "vs/editor/common/languages/languageConfigurationRegistry",
6541
+ "vs/editor/contrib/snippet/browser/snippetParser",
6542
+ "vs/nls",
6543
+ "vs/platform/workspace/common/workspace"
6549
6544
  ],
6545
+ "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6550
6546
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6551
6547
  "require",
6552
6548
  "exports",
@@ -6603,6 +6599,10 @@
6603
6599
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6604
6600
  ],
6605
6601
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6602
+ "vs/base/common/naturalLanguage/korean": [
6603
+ "require",
6604
+ "exports"
6605
+ ],
6606
6606
  "vs/platform/opener/browser/link": [
6607
6607
  "require",
6608
6608
  "exports",
@@ -6810,6 +6810,10 @@
6810
6810
  "vs/base/common/buffer",
6811
6811
  "vs/base/common/uri"
6812
6812
  ],
6813
+ "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6814
+ "require",
6815
+ "exports"
6816
+ ],
6813
6817
  "vs/editor/common/core/textEdit": [
6814
6818
  "require",
6815
6819
  "exports",
@@ -6820,10 +6824,6 @@
6820
6824
  "vs/editor/common/core/range",
6821
6825
  "vs/editor/common/core/textLength"
6822
6826
  ],
6823
- "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6824
- "require",
6825
- "exports"
6826
- ],
6827
6827
  "vs/base/browser/defaultWorkerFactory": [
6828
6828
  "require",
6829
6829
  "exports",
@@ -7053,16 +7053,6 @@
7053
7053
  "vs/base/common/keybindingLabels",
7054
7054
  "vs/base/common/keybindings"
7055
7055
  ],
7056
- "vs/base/browser/ui/contextview/contextview": [
7057
- "require",
7058
- "exports",
7059
- "vs/base/browser/canIUse",
7060
- "vs/base/browser/dom",
7061
- "vs/base/common/lifecycle",
7062
- "vs/base/common/platform",
7063
- "vs/base/common/range",
7064
- "vs/css!vs/base/browser/ui/contextview/contextview"
7065
- ],
7066
7056
  "vs/editor/common/services/languagesRegistry": [
7067
7057
  "require",
7068
7058
  "exports",
@@ -7074,6 +7064,16 @@
7074
7064
  "vs/platform/configuration/common/configurationRegistry",
7075
7065
  "vs/platform/registry/common/platform"
7076
7066
  ],
7067
+ "vs/base/browser/ui/contextview/contextview": [
7068
+ "require",
7069
+ "exports",
7070
+ "vs/base/browser/canIUse",
7071
+ "vs/base/browser/dom",
7072
+ "vs/base/common/lifecycle",
7073
+ "vs/base/common/platform",
7074
+ "vs/base/common/range",
7075
+ "vs/css!vs/base/browser/ui/contextview/contextview"
7076
+ ],
7077
7077
  "vs/platform/contextview/browser/contextMenuHandler": [
7078
7078
  "require",
7079
7079
  "exports",
@@ -7085,11 +7085,11 @@
7085
7085
  "vs/base/common/lifecycle",
7086
7086
  "vs/platform/theme/browser/defaultStyles"
7087
7087
  ],
7088
- "vs/base/common/collections": [
7088
+ "vs/platform/editor/common/editor": [
7089
7089
  "require",
7090
7090
  "exports"
7091
7091
  ],
7092
- "vs/platform/editor/common/editor": [
7092
+ "vs/base/common/collections": [
7093
7093
  "require",
7094
7094
  "exports"
7095
7095
  ],
@@ -7211,11 +7211,6 @@
7211
7211
  "exports",
7212
7212
  "vs/base/common/actions"
7213
7213
  ],
7214
- "vs/base/common/buffer": [
7215
- "require",
7216
- "exports",
7217
- "vs/base/common/lazy"
7218
- ],
7219
7214
  "vs/editor/browser/viewParts/lines/viewLine": [
7220
7215
  "require",
7221
7216
  "exports",
@@ -7229,12 +7224,6 @@
7229
7224
  "vs/platform/theme/common/theme",
7230
7225
  "vs/editor/common/config/editorOptions"
7231
7226
  ],
7232
- "vs/base/browser/ui/mouseCursor/mouseCursor": [
7233
- "require",
7234
- "exports",
7235
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
7236
- ],
7237
- "vs/css!vs/editor/browser/controller/textAreaHandler": [],
7238
7227
  "vs/editor/browser/controller/mouseHandler": [
7239
7228
  "require",
7240
7229
  "exports",
@@ -7250,6 +7239,12 @@
7250
7239
  "vs/editor/common/viewEventHandler",
7251
7240
  "vs/base/browser/ui/scrollbar/scrollableElement"
7252
7241
  ],
7242
+ "vs/base/browser/ui/mouseCursor/mouseCursor": [
7243
+ "require",
7244
+ "exports",
7245
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor"
7246
+ ],
7247
+ "vs/css!vs/editor/browser/controller/textAreaHandler": [],
7253
7248
  "vs/editor/browser/view/viewLayer": [
7254
7249
  "require",
7255
7250
  "exports",
@@ -7272,16 +7267,15 @@
7272
7267
  "exports"
7273
7268
  ],
7274
7269
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7275
- "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7276
7270
  "vs/editor/browser/viewParts/lines/domReadingContext": [
7277
7271
  "require",
7278
7272
  "exports"
7279
7273
  ],
7280
7274
  "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
7275
+ "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7281
7276
  "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7282
7277
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7283
7278
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7284
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7285
7279
  "vs/base/browser/globalPointerMoveMonitor": [
7286
7280
  "require",
7287
7281
  "exports",
@@ -7306,6 +7300,7 @@
7306
7300
  "vs/base/common/platform"
7307
7301
  ],
7308
7302
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
7303
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7309
7304
  "vs/editor/common/viewModel/overviewZoneManager": [
7310
7305
  "require",
7311
7306
  "exports"
@@ -7331,6 +7326,11 @@
7331
7326
  "require",
7332
7327
  "exports"
7333
7328
  ],
7329
+ "vs/base/common/buffer": [
7330
+ "require",
7331
+ "exports",
7332
+ "vs/base/common/lazy"
7333
+ ],
7334
7334
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7335
7335
  "require",
7336
7336
  "exports",
@@ -7574,37 +7574,11 @@
7574
7574
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7575
7575
  "vs/css!vs/base/browser/ui/findinput/findInput"
7576
7576
  ],
7577
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7578
- "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7579
- "require",
7580
- "exports",
7581
- "vs/base/browser/dom",
7582
- "vs/base/browser/ui/actionbar/actionViewItems",
7583
- "vs/base/browser/ui/dropdown/dropdown",
7584
- "vs/base/common/event",
7585
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7586
- "vs/base/browser/ui/hover/hoverDelegate2",
7587
- "vs/css!vs/base/browser/ui/dropdown/dropdown"
7588
- ],
7589
- "vs/base/common/keybindingLabels": [
7590
- "require",
7591
- "exports",
7592
- "vs/nls"
7593
- ],
7594
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7595
- "vs/base/browser/formattedTextRenderer": [
7596
- "require",
7597
- "exports",
7598
- "vs/base/browser/dom"
7599
- ],
7600
- "vs/base/common/marked/marked": [
7601
- "exports"
7602
- ],
7603
- "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown": [],
7604
7577
  "vs/base/common/observableInternal/debugName": [
7605
7578
  "require",
7606
7579
  "exports"
7607
7580
  ],
7581
+ "vs/css!vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown": [],
7608
7582
  "vs/editor/contrib/inlineCompletions/browser/utils": [
7609
7583
  "require",
7610
7584
  "exports",
@@ -7642,6 +7616,15 @@
7642
7616
  "vs/editor/common/core/textEdit",
7643
7617
  "vs/editor/contrib/inlineCompletions/browser/ghostText"
7644
7618
  ],
7619
+ "vs/base/browser/formattedTextRenderer": [
7620
+ "require",
7621
+ "exports",
7622
+ "vs/base/browser/dom"
7623
+ ],
7624
+ "vs/base/common/marked/marked": [
7625
+ "exports"
7626
+ ],
7627
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7645
7628
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7646
7629
  "require",
7647
7630
  "exports",
@@ -7661,6 +7644,23 @@
7661
7644
  "vs/base/common/codicons"
7662
7645
  ],
7663
7646
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7647
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
7648
+ "require",
7649
+ "exports",
7650
+ "vs/base/browser/dom",
7651
+ "vs/base/browser/ui/actionbar/actionViewItems",
7652
+ "vs/base/browser/ui/dropdown/dropdown",
7653
+ "vs/base/common/event",
7654
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7655
+ "vs/base/browser/ui/hover/hoverDelegate2",
7656
+ "vs/css!vs/base/browser/ui/dropdown/dropdown"
7657
+ ],
7658
+ "vs/base/common/keybindingLabels": [
7659
+ "require",
7660
+ "exports",
7661
+ "vs/nls"
7662
+ ],
7663
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7664
7664
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7665
7665
  "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7666
7666
  "vs/editor/contrib/hover/browser/marginHoverComputer": [
@@ -7718,12 +7718,7 @@
7718
7718
  "vs/base/common/numbers"
7719
7719
  ],
7720
7720
  "vs/css!vs/base/browser/ui/list/list": [],
7721
- "vs/base/common/labels": [
7722
- "require",
7723
- "exports",
7724
- "vs/base/common/extpath",
7725
- "vs/base/common/platform"
7726
- ],
7721
+ "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7727
7722
  "vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider": [
7728
7723
  "require",
7729
7724
  "exports",
@@ -7740,7 +7735,12 @@
7740
7735
  "vs/base/common/iterator",
7741
7736
  "vs/platform/instantiation/common/instantiation"
7742
7737
  ],
7743
- "vs/css!vs/editor/contrib/stickyScroll/browser/stickyScroll": [],
7738
+ "vs/base/common/labels": [
7739
+ "require",
7740
+ "exports",
7741
+ "vs/base/common/extpath",
7742
+ "vs/base/common/platform"
7743
+ ],
7744
7744
  "vs/base/browser/ui/iconLabel/iconLabel": [
7745
7745
  "require",
7746
7746
  "exports",
@@ -7905,6 +7905,17 @@
7905
7905
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7906
7906
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length"
7907
7907
  ],
7908
+ "vs/editor/common/services/languagesAssociations": [
7909
+ "require",
7910
+ "exports",
7911
+ "vs/base/common/glob",
7912
+ "vs/base/common/mime",
7913
+ "vs/base/common/network",
7914
+ "vs/base/common/path",
7915
+ "vs/base/common/resources",
7916
+ "vs/base/common/strings",
7917
+ "vs/editor/common/languages/modesRegistry"
7918
+ ],
7908
7919
  "vs/base/common/range": [
7909
7920
  "require",
7910
7921
  "exports"
@@ -7932,17 +7943,6 @@
7932
7943
  "vs/base/common/platform",
7933
7944
  "vs/base/common/strings"
7934
7945
  ],
7935
- "vs/editor/common/services/languagesAssociations": [
7936
- "require",
7937
- "exports",
7938
- "vs/base/common/glob",
7939
- "vs/base/common/mime",
7940
- "vs/base/common/network",
7941
- "vs/base/common/path",
7942
- "vs/base/common/resources",
7943
- "vs/base/common/strings",
7944
- "vs/editor/common/languages/modesRegistry"
7945
- ],
7946
7946
  "vs/platform/quickinput/browser/quickAccess": [
7947
7947
  "require",
7948
7948
  "exports",
@@ -8016,12 +8016,12 @@
8016
8016
  "vs/base/browser/ui/hover/hoverDelegateFactory",
8017
8017
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
8018
8018
  ],
8019
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8020
8019
  "vs/editor/browser/viewParts/lines/rangeUtil": [
8021
8020
  "require",
8022
8021
  "exports",
8023
8022
  "vs/editor/browser/view/renderingContext"
8024
8023
  ],
8024
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8025
8025
  "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8026
8026
  "require",
8027
8027
  "exports",
@@ -8117,17 +8117,6 @@
8117
8117
  ],
8118
8118
  "vs/css!vs/base/browser/ui/selectBox/selectBoxCustom": [],
8119
8119
  "vs/css!vs/base/browser/ui/findinput/findInput": [],
8120
- "vs/base/browser/ui/dropdown/dropdown": [
8121
- "require",
8122
- "exports",
8123
- "vs/base/browser/dom",
8124
- "vs/base/browser/keyboardEvent",
8125
- "vs/base/browser/touch",
8126
- "vs/base/common/actions",
8127
- "vs/base/common/event",
8128
- "vs/css!vs/base/browser/ui/dropdown/dropdown"
8129
- ],
8130
- "vs/css!vs/base/browser/ui/dropdown/dropdown": [],
8131
8120
  "vs/base/browser/ui/scrollbar/abstractScrollbar": [
8132
8121
  "require",
8133
8122
  "exports",
@@ -8148,6 +8137,17 @@
8148
8137
  "vs/base/common/themables",
8149
8138
  "vs/base/browser/dom"
8150
8139
  ],
8140
+ "vs/base/browser/ui/dropdown/dropdown": [
8141
+ "require",
8142
+ "exports",
8143
+ "vs/base/browser/dom",
8144
+ "vs/base/browser/keyboardEvent",
8145
+ "vs/base/browser/touch",
8146
+ "vs/base/common/actions",
8147
+ "vs/base/common/event",
8148
+ "vs/css!vs/base/browser/ui/dropdown/dropdown"
8149
+ ],
8150
+ "vs/css!vs/base/browser/ui/dropdown/dropdown": [],
8151
8151
  "vs/editor/common/model/bracketPairsTextModelPart/fixBrackets": [
8152
8152
  "require",
8153
8153
  "exports",