monaco-editor-core 0.51.0-dev-20240630 → 0.51.0-dev-20240701

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 +1071 -1071
  2. package/dev/nls.messages.de.js +2 -2
  3. package/dev/nls.messages.es.js +2 -2
  4. package/dev/nls.messages.fr.js +2 -2
  5. package/dev/nls.messages.it.js +2 -2
  6. package/dev/nls.messages.ja.js +2 -2
  7. package/dev/nls.messages.ko.js +2 -2
  8. package/dev/nls.messages.ru.js +2 -2
  9. package/dev/nls.messages.zh-cn.js +2 -2
  10. package/dev/nls.messages.zh-tw.js +2 -2
  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 +3 -3
  16. package/min/nls.messages.es.js +2 -2
  17. package/min/nls.messages.fr.js +3 -3
  18. package/min/nls.messages.it.js +3 -3
  19. package/min/nls.messages.ja.js +3 -3
  20. package/min/nls.messages.ko.js +2 -2
  21. package/min/nls.messages.ru.js +2 -2
  22. package/min/nls.messages.zh-cn.js +3 -3
  23. package/min/nls.messages.zh-tw.js +2 -2
  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 +1 -1
@@ -1537,43 +1537,15 @@
1537
1537
  "vs/platform/quickinput/common/quickAccess",
1538
1538
  "vs/platform/quickinput/common/quickInput"
1539
1539
  ],
1540
- "vs/editor/browser/services/codeEditorService": [
1541
- "require",
1542
- "exports",
1543
- "vs/platform/instantiation/common/instantiation"
1544
- ],
1545
- "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1546
- "require",
1547
- "exports",
1548
- "vs/base/common/iconLabels",
1549
- "vs/platform/action/common/action",
1550
- "vs/platform/quickinput/browser/commandsQuickAccess"
1551
- ],
1552
- "vs/platform/instantiation/common/instantiation": [
1553
- "require",
1554
- "exports"
1555
- ],
1556
- "vs/platform/keybinding/common/keybinding": [
1557
- "require",
1558
- "exports",
1559
- "vs/platform/instantiation/common/instantiation"
1560
- ],
1561
- "vs/platform/commands/common/commands": [
1540
+ "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1562
1541
  "require",
1563
1542
  "exports",
1564
- "vs/base/common/event",
1565
- "vs/base/common/iterator",
1566
1543
  "vs/base/common/lifecycle",
1567
- "vs/base/common/linkedList",
1568
- "vs/base/common/types",
1569
- "vs/platform/instantiation/common/instantiation"
1570
- ],
1571
- "vs/platform/telemetry/common/telemetry": [
1572
- "require",
1573
- "exports",
1574
- "vs/platform/instantiation/common/instantiation"
1544
+ "vs/editor/browser/editorBrowser",
1545
+ "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1546
+ "vs/nls"
1575
1547
  ],
1576
- "vs/platform/dialogs/common/dialogs": [
1548
+ "vs/editor/browser/services/codeEditorService": [
1577
1549
  "require",
1578
1550
  "exports",
1579
1551
  "vs/platform/instantiation/common/instantiation"
@@ -1589,14 +1561,6 @@
1589
1561
  "exports",
1590
1562
  "vs/platform/instantiation/common/instantiation"
1591
1563
  ],
1592
- "vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess": [
1593
- "require",
1594
- "exports",
1595
- "vs/base/common/lifecycle",
1596
- "vs/editor/browser/editorBrowser",
1597
- "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess",
1598
- "vs/nls"
1599
- ],
1600
1564
  "vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess": [
1601
1565
  "require",
1602
1566
  "exports",
@@ -1644,6 +1608,42 @@
1644
1608
  "vs/platform/theme/common/colorRegistry",
1645
1609
  "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons"
1646
1610
  ],
1611
+ "vs/editor/contrib/quickAccess/browser/commandsQuickAccess": [
1612
+ "require",
1613
+ "exports",
1614
+ "vs/base/common/iconLabels",
1615
+ "vs/platform/action/common/action",
1616
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1617
+ ],
1618
+ "vs/platform/instantiation/common/instantiation": [
1619
+ "require",
1620
+ "exports"
1621
+ ],
1622
+ "vs/platform/keybinding/common/keybinding": [
1623
+ "require",
1624
+ "exports",
1625
+ "vs/platform/instantiation/common/instantiation"
1626
+ ],
1627
+ "vs/platform/commands/common/commands": [
1628
+ "require",
1629
+ "exports",
1630
+ "vs/base/common/event",
1631
+ "vs/base/common/iterator",
1632
+ "vs/base/common/lifecycle",
1633
+ "vs/base/common/linkedList",
1634
+ "vs/base/common/types",
1635
+ "vs/platform/instantiation/common/instantiation"
1636
+ ],
1637
+ "vs/platform/telemetry/common/telemetry": [
1638
+ "require",
1639
+ "exports",
1640
+ "vs/platform/instantiation/common/instantiation"
1641
+ ],
1642
+ "vs/platform/dialogs/common/dialogs": [
1643
+ "require",
1644
+ "exports",
1645
+ "vs/platform/instantiation/common/instantiation"
1646
+ ],
1647
1647
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesController": [
1648
1648
  "require",
1649
1649
  "exports",
@@ -1737,22 +1737,22 @@
1737
1737
  "require",
1738
1738
  "exports"
1739
1739
  ],
1740
- "vs/base/common/cache": [
1740
+ "vs/base/common/diff/diffChange": [
1741
1741
  "require",
1742
1742
  "exports"
1743
1743
  ],
1744
- "vs/base/common/lazy": [
1744
+ "vs/base/common/hash": [
1745
1745
  "require",
1746
- "exports"
1746
+ "exports",
1747
+ "vs/base/common/strings"
1747
1748
  ],
1748
- "vs/base/common/diff/diffChange": [
1749
+ "vs/base/common/cache": [
1749
1750
  "require",
1750
1751
  "exports"
1751
1752
  ],
1752
- "vs/base/common/hash": [
1753
+ "vs/base/common/lazy": [
1753
1754
  "require",
1754
- "exports",
1755
- "vs/base/common/strings"
1755
+ "exports"
1756
1756
  ],
1757
1757
  "vs/base/common/path": [
1758
1758
  "require",
@@ -1832,6 +1832,18 @@
1832
1832
  "vs/editor/common/diff/linesDiffComputer",
1833
1833
  "vs/editor/common/diff/rangeMapping"
1834
1834
  ],
1835
+ "vs/base/common/arrays": [
1836
+ "require",
1837
+ "exports"
1838
+ ],
1839
+ "vs/editor/common/core/textModelDefaults": [
1840
+ "require",
1841
+ "exports"
1842
+ ],
1843
+ "vs/nls": [
1844
+ "require",
1845
+ "exports"
1846
+ ],
1835
1847
  "vs/base/browser/window": [
1836
1848
  "require",
1837
1849
  "exports"
@@ -2083,59 +2095,6 @@
2083
2095
  "vs/editor/browser/widget/multiDiffEditor/colors"
2084
2096
  ],
2085
2097
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2086
- "vs/base/common/arrays": [
2087
- "require",
2088
- "exports"
2089
- ],
2090
- "vs/editor/contrib/editorState/browser/editorState": [
2091
- "require",
2092
- "exports",
2093
- "vs/base/common/strings",
2094
- "vs/editor/common/core/range",
2095
- "vs/base/common/cancellation",
2096
- "vs/base/common/lifecycle",
2097
- "vs/editor/contrib/editorState/browser/keybindingCancellation"
2098
- ],
2099
- "vs/editor/browser/editorBrowser": [
2100
- "require",
2101
- "exports",
2102
- "vs/editor/common/editorCommon"
2103
- ],
2104
- "vs/editor/common/services/editorWorker": [
2105
- "require",
2106
- "exports",
2107
- "vs/platform/instantiation/common/instantiation"
2108
- ],
2109
- "vs/editor/common/services/resolverService": [
2110
- "require",
2111
- "exports",
2112
- "vs/platform/instantiation/common/instantiation"
2113
- ],
2114
- "vs/editor/contrib/format/browser/formattingEdit": [
2115
- "require",
2116
- "exports",
2117
- "vs/editor/common/core/editOperation",
2118
- "vs/editor/common/core/range",
2119
- "vs/editor/browser/stableEditorScroll"
2120
- ],
2121
- "vs/platform/extensions/common/extensions": [
2122
- "require",
2123
- "exports"
2124
- ],
2125
- "vs/platform/log/common/log": [
2126
- "require",
2127
- "exports",
2128
- "vs/base/common/event",
2129
- "vs/base/common/lifecycle",
2130
- "vs/platform/contextkey/common/contextkey",
2131
- "vs/platform/instantiation/common/instantiation"
2132
- ],
2133
- "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2134
- "require",
2135
- "exports",
2136
- "vs/nls",
2137
- "vs/platform/instantiation/common/instantiation"
2138
- ],
2139
2098
  "vs/editor/standalone/common/monarch/monarchCompile": [
2140
2099
  "require",
2141
2100
  "exports",
@@ -2150,14 +2109,6 @@
2150
2109
  "vs/editor/standalone/common/monarch/monarchCommon",
2151
2110
  "vs/platform/configuration/common/configuration"
2152
2111
  ],
2153
- "vs/editor/common/core/textModelDefaults": [
2154
- "require",
2155
- "exports"
2156
- ],
2157
- "vs/nls": [
2158
- "require",
2159
- "exports"
2160
- ],
2161
2112
  "vs/base/browser/browser": [
2162
2113
  "require",
2163
2114
  "exports",
@@ -2243,141 +2194,95 @@
2243
2194
  "vs/editor/common/languages/autoIndent",
2244
2195
  "vs/editor/common/languages/enterAction"
2245
2196
  ],
2246
- "vs/base/common/network": [
2197
+ "vs/editor/contrib/editorState/browser/editorState": [
2247
2198
  "require",
2248
2199
  "exports",
2249
- "vs/base/common/errors",
2250
- "vs/base/common/platform",
2251
2200
  "vs/base/common/strings",
2252
- "vs/base/common/uri",
2253
- "vs/base/common/path"
2201
+ "vs/editor/common/core/range",
2202
+ "vs/base/common/cancellation",
2203
+ "vs/base/common/lifecycle",
2204
+ "vs/editor/contrib/editorState/browser/keybindingCancellation"
2254
2205
  ],
2255
- "vs/editor/browser/config/domFontInfo": [
2206
+ "vs/editor/browser/editorBrowser": [
2256
2207
  "require",
2257
2208
  "exports",
2258
- "vs/base/browser/fastDomNode"
2209
+ "vs/editor/common/editorCommon"
2259
2210
  ],
2260
- "vs/editor/browser/config/editorConfiguration": [
2211
+ "vs/editor/common/services/editorWorker": [
2261
2212
  "require",
2262
2213
  "exports",
2263
- "vs/base/browser/browser",
2264
- "vs/base/common/arrays",
2265
- "vs/base/common/event",
2266
- "vs/base/common/lifecycle",
2267
- "vs/base/common/objects",
2268
- "vs/base/common/platform",
2269
- "vs/editor/browser/config/elementSizeObserver",
2270
- "vs/editor/browser/config/fontMeasurements",
2271
- "vs/editor/browser/config/migrateOptions",
2272
- "vs/editor/browser/config/tabFocus",
2273
- "vs/editor/common/config/editorOptions",
2274
- "vs/editor/common/config/editorZoom",
2275
- "vs/editor/common/config/fontInfo",
2276
- "vs/platform/accessibility/common/accessibility",
2277
- "vs/base/browser/dom",
2278
- "vs/base/browser/pixelRatio"
2214
+ "vs/platform/instantiation/common/instantiation"
2279
2215
  ],
2280
- "vs/editor/browser/config/tabFocus": [
2216
+ "vs/editor/common/services/resolverService": [
2281
2217
  "require",
2282
2218
  "exports",
2283
- "vs/base/common/event"
2219
+ "vs/platform/instantiation/common/instantiation"
2284
2220
  ],
2285
- "vs/editor/browser/view": [
2221
+ "vs/editor/contrib/format/browser/formattingEdit": [
2286
2222
  "require",
2287
2223
  "exports",
2288
- "vs/base/browser/dom",
2289
- "vs/base/browser/fastDomNode",
2290
- "vs/base/browser/performance",
2291
- "vs/base/common/errors",
2292
- "vs/editor/browser/controller/mouseTarget",
2293
- "vs/editor/browser/controller/pointerHandler",
2294
- "vs/editor/browser/controller/textAreaHandler",
2295
- "vs/editor/browser/view/renderingContext",
2296
- "vs/editor/browser/view/viewController",
2297
- "vs/editor/browser/view/viewOverlays",
2298
- "vs/editor/browser/view/viewPart",
2299
- "vs/editor/browser/view/viewUserInputEvents",
2300
- "vs/editor/browser/viewParts/blockDecorations/blockDecorations",
2301
- "vs/editor/browser/viewParts/contentWidgets/contentWidgets",
2302
- "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
2303
- "vs/editor/browser/viewParts/decorations/decorations",
2304
- "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
2305
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
2306
- "vs/editor/browser/viewParts/indentGuides/indentGuides",
2307
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
2308
- "vs/editor/browser/viewParts/lines/viewLines",
2309
- "vs/editor/browser/viewParts/linesDecorations/linesDecorations",
2310
- "vs/editor/browser/viewParts/margin/margin",
2311
- "vs/editor/browser/viewParts/marginDecorations/marginDecorations",
2312
- "vs/editor/browser/viewParts/minimap/minimap",
2313
- "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
2314
- "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
2315
- "vs/editor/browser/viewParts/overviewRuler/overviewRuler",
2316
- "vs/editor/browser/viewParts/rulers/rulers",
2317
- "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
2318
- "vs/editor/browser/viewParts/selections/selections",
2319
- "vs/editor/browser/viewParts/viewCursors/viewCursors",
2320
- "vs/editor/browser/viewParts/viewZones/viewZones",
2321
- "vs/editor/browser/viewParts/whitespace/whitespace",
2322
- "vs/editor/common/core/position",
2224
+ "vs/editor/common/core/editOperation",
2323
2225
  "vs/editor/common/core/range",
2324
- "vs/editor/common/core/selection",
2325
- "vs/editor/common/model",
2326
- "vs/editor/common/viewEventHandler",
2327
- "vs/editor/common/viewLayout/viewLinesViewportData",
2328
- "vs/editor/common/viewModel/viewContext",
2329
- "vs/platform/instantiation/common/instantiation",
2330
- "vs/platform/theme/common/themeService"
2226
+ "vs/editor/browser/stableEditorScroll"
2331
2227
  ],
2332
- "vs/editor/browser/view/domLineBreaksComputer": [
2228
+ "vs/platform/extensions/common/extensions": [
2333
2229
  "require",
2334
- "exports",
2335
- "vs/base/browser/trustedTypes",
2336
- "vs/base/common/strings",
2337
- "vs/base/common/types",
2338
- "vs/editor/browser/config/domFontInfo",
2339
- "vs/editor/common/core/stringBuilder",
2340
- "vs/editor/common/modelLineProjectionData",
2341
- "vs/editor/common/textModelEvents"
2230
+ "exports"
2342
2231
  ],
2343
- "vs/editor/browser/view/viewUserInputEvents": [
2232
+ "vs/platform/log/common/log": [
2344
2233
  "require",
2345
2234
  "exports",
2346
- "vs/editor/common/core/position"
2235
+ "vs/base/common/event",
2236
+ "vs/base/common/lifecycle",
2237
+ "vs/platform/contextkey/common/contextkey",
2238
+ "vs/platform/instantiation/common/instantiation"
2347
2239
  ],
2348
- "vs/editor/browser/widget/codeEditor/codeEditorContributions": [
2240
+ "vs/platform/accessibilitySignal/browser/accessibilitySignalService": [
2349
2241
  "require",
2350
2242
  "exports",
2351
- "vs/base/browser/dom",
2352
- "vs/base/common/errors",
2353
- "vs/base/common/lifecycle"
2243
+ "vs/nls",
2244
+ "vs/platform/instantiation/common/instantiation"
2354
2245
  ],
2355
- "vs/editor/common/core/cursorColumns": [
2246
+ "vs/base/common/codicons": [
2356
2247
  "require",
2357
2248
  "exports",
2358
- "vs/base/common/strings"
2249
+ "vs/base/common/codiconsUtil",
2250
+ "vs/base/common/codiconsLibrary"
2359
2251
  ],
2360
- "vs/editor/common/core/editorColorRegistry": [
2252
+ "vs/editor/browser/widget/diffEditor/commands": [
2361
2253
  "require",
2362
2254
  "exports",
2255
+ "vs/base/browser/dom",
2256
+ "vs/base/common/codicons",
2257
+ "vs/editor/browser/editorExtensions",
2258
+ "vs/editor/browser/services/codeEditorService",
2259
+ "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2260
+ "vs/editor/common/editorContextKeys",
2363
2261
  "vs/nls",
2364
- "vs/base/common/color",
2365
- "vs/platform/theme/common/colorRegistry",
2366
- "vs/platform/theme/common/themeService"
2262
+ "vs/platform/actions/common/actions",
2263
+ "vs/platform/configuration/common/configuration",
2264
+ "vs/platform/contextkey/common/contextkey",
2265
+ "vs/editor/browser/widget/diffEditor/registrations.contribution"
2367
2266
  ],
2368
- "vs/editor/common/cursor/cursorWordOperations": [
2267
+ "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2369
2268
  "require",
2370
2269
  "exports",
2371
- "vs/base/common/strings",
2372
- "vs/editor/common/cursorCommon",
2373
- "vs/editor/common/cursor/cursorDeleteOperations",
2374
- "vs/editor/common/core/wordCharacterClassifier",
2375
- "vs/editor/common/core/position",
2376
- "vs/editor/common/core/range"
2270
+ "vs/base/common/codicons",
2271
+ "vs/base/common/themables",
2272
+ "vs/editor/common/model/textModel",
2273
+ "vs/nls",
2274
+ "vs/platform/theme/common/colorRegistry",
2275
+ "vs/platform/theme/common/iconRegistry"
2377
2276
  ],
2378
- "vs/editor/common/editorAction": [
2277
+ "vs/base/common/async": [
2379
2278
  "require",
2380
- "exports"
2279
+ "exports",
2280
+ "vs/base/common/cancellation",
2281
+ "vs/base/common/errors",
2282
+ "vs/base/common/event",
2283
+ "vs/base/common/lifecycle",
2284
+ "vs/base/common/platform",
2285
+ "vs/base/common/symbols"
2381
2286
  ],
2382
2287
  "vs/editor/common/model/textModel": [
2383
2288
  "require",
@@ -2412,6 +2317,167 @@
2412
2317
  "vs/editor/common/textModelEvents",
2413
2318
  "vs/platform/undoRedo/common/undoRedo"
2414
2319
  ],
2320
+ "vs/platform/theme/common/colorRegistry": [
2321
+ "require",
2322
+ "exports",
2323
+ "vs/platform/theme/common/colorUtils",
2324
+ "vs/platform/theme/common/colors/baseColors",
2325
+ "vs/platform/theme/common/colors/chartsColors",
2326
+ "vs/platform/theme/common/colors/editorColors",
2327
+ "vs/platform/theme/common/colors/inputColors",
2328
+ "vs/platform/theme/common/colors/listColors",
2329
+ "vs/platform/theme/common/colors/menuColors",
2330
+ "vs/platform/theme/common/colors/minimapColors",
2331
+ "vs/platform/theme/common/colors/miscColors",
2332
+ "vs/platform/theme/common/colors/quickpickColors",
2333
+ "vs/platform/theme/common/colors/searchColors"
2334
+ ],
2335
+ "vs/platform/theme/common/themeService": [
2336
+ "require",
2337
+ "exports",
2338
+ "vs/base/common/event",
2339
+ "vs/base/common/lifecycle",
2340
+ "vs/platform/instantiation/common/instantiation",
2341
+ "vs/platform/registry/common/platform",
2342
+ "vs/platform/theme/common/theme"
2343
+ ],
2344
+ "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2345
+ "vs/base/common/network": [
2346
+ "require",
2347
+ "exports",
2348
+ "vs/base/common/errors",
2349
+ "vs/base/common/platform",
2350
+ "vs/base/common/strings",
2351
+ "vs/base/common/uri",
2352
+ "vs/base/common/path"
2353
+ ],
2354
+ "vs/editor/browser/config/domFontInfo": [
2355
+ "require",
2356
+ "exports",
2357
+ "vs/base/browser/fastDomNode"
2358
+ ],
2359
+ "vs/editor/browser/config/editorConfiguration": [
2360
+ "require",
2361
+ "exports",
2362
+ "vs/base/browser/browser",
2363
+ "vs/base/common/arrays",
2364
+ "vs/base/common/event",
2365
+ "vs/base/common/lifecycle",
2366
+ "vs/base/common/objects",
2367
+ "vs/base/common/platform",
2368
+ "vs/editor/browser/config/elementSizeObserver",
2369
+ "vs/editor/browser/config/fontMeasurements",
2370
+ "vs/editor/browser/config/migrateOptions",
2371
+ "vs/editor/browser/config/tabFocus",
2372
+ "vs/editor/common/config/editorOptions",
2373
+ "vs/editor/common/config/editorZoom",
2374
+ "vs/editor/common/config/fontInfo",
2375
+ "vs/platform/accessibility/common/accessibility",
2376
+ "vs/base/browser/dom",
2377
+ "vs/base/browser/pixelRatio"
2378
+ ],
2379
+ "vs/editor/browser/config/tabFocus": [
2380
+ "require",
2381
+ "exports",
2382
+ "vs/base/common/event"
2383
+ ],
2384
+ "vs/editor/browser/view": [
2385
+ "require",
2386
+ "exports",
2387
+ "vs/base/browser/dom",
2388
+ "vs/base/browser/fastDomNode",
2389
+ "vs/base/browser/performance",
2390
+ "vs/base/common/errors",
2391
+ "vs/editor/browser/controller/mouseTarget",
2392
+ "vs/editor/browser/controller/pointerHandler",
2393
+ "vs/editor/browser/controller/textAreaHandler",
2394
+ "vs/editor/browser/view/renderingContext",
2395
+ "vs/editor/browser/view/viewController",
2396
+ "vs/editor/browser/view/viewOverlays",
2397
+ "vs/editor/browser/view/viewPart",
2398
+ "vs/editor/browser/view/viewUserInputEvents",
2399
+ "vs/editor/browser/viewParts/blockDecorations/blockDecorations",
2400
+ "vs/editor/browser/viewParts/contentWidgets/contentWidgets",
2401
+ "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
2402
+ "vs/editor/browser/viewParts/decorations/decorations",
2403
+ "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
2404
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
2405
+ "vs/editor/browser/viewParts/indentGuides/indentGuides",
2406
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
2407
+ "vs/editor/browser/viewParts/lines/viewLines",
2408
+ "vs/editor/browser/viewParts/linesDecorations/linesDecorations",
2409
+ "vs/editor/browser/viewParts/margin/margin",
2410
+ "vs/editor/browser/viewParts/marginDecorations/marginDecorations",
2411
+ "vs/editor/browser/viewParts/minimap/minimap",
2412
+ "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
2413
+ "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
2414
+ "vs/editor/browser/viewParts/overviewRuler/overviewRuler",
2415
+ "vs/editor/browser/viewParts/rulers/rulers",
2416
+ "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
2417
+ "vs/editor/browser/viewParts/selections/selections",
2418
+ "vs/editor/browser/viewParts/viewCursors/viewCursors",
2419
+ "vs/editor/browser/viewParts/viewZones/viewZones",
2420
+ "vs/editor/browser/viewParts/whitespace/whitespace",
2421
+ "vs/editor/common/core/position",
2422
+ "vs/editor/common/core/range",
2423
+ "vs/editor/common/core/selection",
2424
+ "vs/editor/common/model",
2425
+ "vs/editor/common/viewEventHandler",
2426
+ "vs/editor/common/viewLayout/viewLinesViewportData",
2427
+ "vs/editor/common/viewModel/viewContext",
2428
+ "vs/platform/instantiation/common/instantiation",
2429
+ "vs/platform/theme/common/themeService"
2430
+ ],
2431
+ "vs/editor/browser/view/domLineBreaksComputer": [
2432
+ "require",
2433
+ "exports",
2434
+ "vs/base/browser/trustedTypes",
2435
+ "vs/base/common/strings",
2436
+ "vs/base/common/types",
2437
+ "vs/editor/browser/config/domFontInfo",
2438
+ "vs/editor/common/core/stringBuilder",
2439
+ "vs/editor/common/modelLineProjectionData",
2440
+ "vs/editor/common/textModelEvents"
2441
+ ],
2442
+ "vs/editor/browser/view/viewUserInputEvents": [
2443
+ "require",
2444
+ "exports",
2445
+ "vs/editor/common/core/position"
2446
+ ],
2447
+ "vs/editor/browser/widget/codeEditor/codeEditorContributions": [
2448
+ "require",
2449
+ "exports",
2450
+ "vs/base/browser/dom",
2451
+ "vs/base/common/errors",
2452
+ "vs/base/common/lifecycle"
2453
+ ],
2454
+ "vs/editor/common/core/cursorColumns": [
2455
+ "require",
2456
+ "exports",
2457
+ "vs/base/common/strings"
2458
+ ],
2459
+ "vs/editor/common/core/editorColorRegistry": [
2460
+ "require",
2461
+ "exports",
2462
+ "vs/nls",
2463
+ "vs/base/common/color",
2464
+ "vs/platform/theme/common/colorRegistry",
2465
+ "vs/platform/theme/common/themeService"
2466
+ ],
2467
+ "vs/editor/common/cursor/cursorWordOperations": [
2468
+ "require",
2469
+ "exports",
2470
+ "vs/base/common/strings",
2471
+ "vs/editor/common/cursorCommon",
2472
+ "vs/editor/common/cursor/cursorDeleteOperations",
2473
+ "vs/editor/common/core/wordCharacterClassifier",
2474
+ "vs/editor/common/core/position",
2475
+ "vs/editor/common/core/range"
2476
+ ],
2477
+ "vs/editor/common/editorAction": [
2478
+ "require",
2479
+ "exports"
2480
+ ],
2415
2481
  "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2416
2482
  "require",
2417
2483
  "exports",
@@ -2457,30 +2523,6 @@
2457
2523
  "require",
2458
2524
  "exports"
2459
2525
  ],
2460
- "vs/platform/theme/common/colorRegistry": [
2461
- "require",
2462
- "exports",
2463
- "vs/platform/theme/common/colorUtils",
2464
- "vs/platform/theme/common/colors/baseColors",
2465
- "vs/platform/theme/common/colors/chartsColors",
2466
- "vs/platform/theme/common/colors/editorColors",
2467
- "vs/platform/theme/common/colors/inputColors",
2468
- "vs/platform/theme/common/colors/listColors",
2469
- "vs/platform/theme/common/colors/menuColors",
2470
- "vs/platform/theme/common/colors/minimapColors",
2471
- "vs/platform/theme/common/colors/miscColors",
2472
- "vs/platform/theme/common/colors/quickpickColors",
2473
- "vs/platform/theme/common/colors/searchColors"
2474
- ],
2475
- "vs/platform/theme/common/themeService": [
2476
- "require",
2477
- "exports",
2478
- "vs/base/common/event",
2479
- "vs/base/common/lifecycle",
2480
- "vs/platform/instantiation/common/instantiation",
2481
- "vs/platform/registry/common/platform",
2482
- "vs/platform/theme/common/theme"
2483
- ],
2484
2526
  "vs/editor/browser/services/markerDecorations": [
2485
2527
  "require",
2486
2528
  "exports",
@@ -2488,54 +2530,6 @@
2488
2530
  "vs/editor/browser/editorExtensions"
2489
2531
  ],
2490
2532
  "vs/css!vs/editor/browser/widget/codeEditor/editor": [],
2491
- "vs/base/common/codicons": [
2492
- "require",
2493
- "exports",
2494
- "vs/base/common/codiconsUtil",
2495
- "vs/base/common/codiconsLibrary"
2496
- ],
2497
- "vs/editor/browser/widget/diffEditor/commands": [
2498
- "require",
2499
- "exports",
2500
- "vs/base/browser/dom",
2501
- "vs/base/common/codicons",
2502
- "vs/editor/browser/editorExtensions",
2503
- "vs/editor/browser/services/codeEditorService",
2504
- "vs/editor/browser/widget/diffEditor/diffEditorWidget",
2505
- "vs/editor/common/editorContextKeys",
2506
- "vs/nls",
2507
- "vs/platform/actions/common/actions",
2508
- "vs/platform/configuration/common/configuration",
2509
- "vs/platform/contextkey/common/contextkey",
2510
- "vs/editor/browser/widget/diffEditor/registrations.contribution"
2511
- ],
2512
- "vs/editor/browser/widget/diffEditor/registrations.contribution": [
2513
- "require",
2514
- "exports",
2515
- "vs/base/common/codicons",
2516
- "vs/base/common/themables",
2517
- "vs/editor/common/model/textModel",
2518
- "vs/nls",
2519
- "vs/platform/theme/common/colorRegistry",
2520
- "vs/platform/theme/common/iconRegistry"
2521
- ],
2522
- "vs/base/common/async": [
2523
- "require",
2524
- "exports",
2525
- "vs/base/common/cancellation",
2526
- "vs/base/common/errors",
2527
- "vs/base/common/event",
2528
- "vs/base/common/lifecycle",
2529
- "vs/base/common/platform",
2530
- "vs/base/common/symbols"
2531
- ],
2532
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2533
- "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2534
- "require",
2535
- "exports",
2536
- "vs/editor/common/core/range",
2537
- "vs/editor/common/core/selection"
2538
- ],
2539
2533
  "vs/base/common/htmlContent": [
2540
2534
  "require",
2541
2535
  "exports",
@@ -2561,6 +2555,12 @@
2561
2555
  "vs/editor/common/cursor/cursorAtomicMoveOperations",
2562
2556
  "vs/editor/common/cursorCommon"
2563
2557
  ],
2558
+ "vs/editor/contrib/caretOperations/browser/moveCaretCommand": [
2559
+ "require",
2560
+ "exports",
2561
+ "vs/editor/common/core/range",
2562
+ "vs/editor/common/core/selection"
2563
+ ],
2564
2564
  "vs/editor/browser/controller/textAreaInput": [
2565
2565
  "require",
2566
2566
  "exports",
@@ -2672,31 +2672,81 @@
2672
2672
  "vs/editor/contrib/codeAction/browser/codeActionModel",
2673
2673
  "vs/base/common/hierarchicalKind"
2674
2674
  ],
2675
- "vs/editor/contrib/codeAction/browser/lightBulbWidget": [
2675
+ "vs/editor/contrib/codeAction/browser/lightBulbWidget": [
2676
+ "require",
2677
+ "exports",
2678
+ "vs/base/browser/dom",
2679
+ "vs/base/browser/touch",
2680
+ "vs/base/common/codicons",
2681
+ "vs/base/common/event",
2682
+ "vs/base/common/lifecycle",
2683
+ "vs/base/common/themables",
2684
+ "vs/editor/common/model/utils",
2685
+ "vs/editor/contrib/codeAction/browser/codeAction",
2686
+ "vs/nls",
2687
+ "vs/platform/keybinding/common/keybinding",
2688
+ "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget"
2689
+ ],
2690
+ "vs/platform/configuration/common/configurationRegistry": [
2691
+ "require",
2692
+ "exports",
2693
+ "vs/base/common/arrays",
2694
+ "vs/base/common/event",
2695
+ "vs/base/common/types",
2696
+ "vs/nls",
2697
+ "vs/platform/configuration/common/configuration",
2698
+ "vs/platform/jsonschemas/common/jsonContributionRegistry",
2699
+ "vs/platform/registry/common/platform"
2700
+ ],
2701
+ "vs/editor/browser/stableEditorScroll": [
2702
+ "require",
2703
+ "exports"
2704
+ ],
2705
+ "vs/editor/contrib/codelens/browser/codelens": [
2706
+ "require",
2707
+ "exports",
2708
+ "vs/base/common/cancellation",
2709
+ "vs/base/common/errors",
2710
+ "vs/base/common/lifecycle",
2711
+ "vs/base/common/types",
2712
+ "vs/base/common/uri",
2713
+ "vs/editor/common/services/model",
2714
+ "vs/platform/commands/common/commands",
2715
+ "vs/editor/common/services/languageFeatures"
2716
+ ],
2717
+ "vs/editor/contrib/codelens/browser/codeLensCache": [
2718
+ "require",
2719
+ "exports",
2720
+ "vs/base/common/event",
2721
+ "vs/base/common/map",
2722
+ "vs/editor/common/core/range",
2723
+ "vs/editor/contrib/codelens/browser/codelens",
2724
+ "vs/platform/instantiation/common/extensions",
2725
+ "vs/platform/instantiation/common/instantiation",
2726
+ "vs/platform/storage/common/storage",
2727
+ "vs/base/browser/window",
2728
+ "vs/base/browser/dom"
2729
+ ],
2730
+ "vs/editor/contrib/codelens/browser/codelensWidget": [
2676
2731
  "require",
2677
2732
  "exports",
2678
2733
  "vs/base/browser/dom",
2679
- "vs/base/browser/touch",
2680
- "vs/base/common/codicons",
2681
- "vs/base/common/event",
2682
- "vs/base/common/lifecycle",
2683
- "vs/base/common/themables",
2684
- "vs/editor/common/model/utils",
2685
- "vs/editor/contrib/codeAction/browser/codeAction",
2686
- "vs/nls",
2687
- "vs/platform/keybinding/common/keybinding",
2688
- "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget"
2734
+ "vs/base/browser/ui/iconLabel/iconLabels",
2735
+ "vs/editor/common/core/range",
2736
+ "vs/editor/common/model/textModel",
2737
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2689
2738
  ],
2690
- "vs/platform/configuration/common/configurationRegistry": [
2739
+ "vs/editor/common/services/languageFeatureDebounce": [
2691
2740
  "require",
2692
2741
  "exports",
2693
- "vs/base/common/arrays",
2694
- "vs/base/common/event",
2695
- "vs/base/common/types",
2696
- "vs/nls",
2697
- "vs/platform/configuration/common/configuration",
2698
- "vs/platform/jsonschemas/common/jsonContributionRegistry",
2699
- "vs/platform/registry/common/platform"
2742
+ "vs/base/common/hash",
2743
+ "vs/base/common/map",
2744
+ "vs/base/common/numbers",
2745
+ "vs/platform/environment/common/environment",
2746
+ "vs/platform/instantiation/common/extensions",
2747
+ "vs/platform/instantiation/common/instantiation",
2748
+ "vs/platform/log/common/log",
2749
+ "vs/base/common/network"
2700
2750
  ],
2701
2751
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2702
2752
  "require",
@@ -2753,56 +2803,6 @@
2753
2803
  "require",
2754
2804
  "exports"
2755
2805
  ],
2756
- "vs/editor/browser/stableEditorScroll": [
2757
- "require",
2758
- "exports"
2759
- ],
2760
- "vs/editor/contrib/codelens/browser/codelens": [
2761
- "require",
2762
- "exports",
2763
- "vs/base/common/cancellation",
2764
- "vs/base/common/errors",
2765
- "vs/base/common/lifecycle",
2766
- "vs/base/common/types",
2767
- "vs/base/common/uri",
2768
- "vs/editor/common/services/model",
2769
- "vs/platform/commands/common/commands",
2770
- "vs/editor/common/services/languageFeatures"
2771
- ],
2772
- "vs/editor/contrib/codelens/browser/codeLensCache": [
2773
- "require",
2774
- "exports",
2775
- "vs/base/common/event",
2776
- "vs/base/common/map",
2777
- "vs/editor/common/core/range",
2778
- "vs/editor/contrib/codelens/browser/codelens",
2779
- "vs/platform/instantiation/common/extensions",
2780
- "vs/platform/instantiation/common/instantiation",
2781
- "vs/platform/storage/common/storage",
2782
- "vs/base/browser/window",
2783
- "vs/base/browser/dom"
2784
- ],
2785
- "vs/editor/contrib/codelens/browser/codelensWidget": [
2786
- "require",
2787
- "exports",
2788
- "vs/base/browser/dom",
2789
- "vs/base/browser/ui/iconLabel/iconLabels",
2790
- "vs/editor/common/core/range",
2791
- "vs/editor/common/model/textModel",
2792
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2793
- ],
2794
- "vs/editor/common/services/languageFeatureDebounce": [
2795
- "require",
2796
- "exports",
2797
- "vs/base/common/hash",
2798
- "vs/base/common/map",
2799
- "vs/base/common/numbers",
2800
- "vs/platform/environment/common/environment",
2801
- "vs/platform/instantiation/common/extensions",
2802
- "vs/platform/instantiation/common/instantiation",
2803
- "vs/platform/log/common/log",
2804
- "vs/base/common/network"
2805
- ],
2806
2806
  "vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget": [
2807
2807
  "require",
2808
2808
  "exports",
@@ -3131,12 +3131,6 @@
3131
3131
  "require",
3132
3132
  "exports"
3133
3133
  ],
3134
- "vs/base/common/themables": [
3135
- "require",
3136
- "exports",
3137
- "vs/base/common/codicons"
3138
- ],
3139
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3140
3134
  "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3141
3135
  "require",
3142
3136
  "exports",
@@ -3248,6 +3242,12 @@
3248
3242
  "vs/base/common/platform"
3249
3243
  ],
3250
3244
  "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3245
+ "vs/base/common/themables": [
3246
+ "require",
3247
+ "exports",
3248
+ "vs/base/common/codicons"
3249
+ ],
3250
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3251
3251
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3252
3252
  "require",
3253
3253
  "exports",
@@ -3377,6 +3377,42 @@
3377
3377
  "vs/base/common/lifecycle"
3378
3378
  ],
3379
3379
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3380
+ "vs/editor/common/commands/shiftCommand": [
3381
+ "require",
3382
+ "exports",
3383
+ "vs/base/common/strings",
3384
+ "vs/editor/common/core/cursorColumns",
3385
+ "vs/editor/common/core/range",
3386
+ "vs/editor/common/core/selection",
3387
+ "vs/editor/common/languages/enterAction",
3388
+ "vs/editor/common/languages/languageConfigurationRegistry"
3389
+ ],
3390
+ "vs/editor/contrib/indentation/common/indentUtils": [
3391
+ "require",
3392
+ "exports"
3393
+ ],
3394
+ "vs/editor/common/languages/autoIndent": [
3395
+ "require",
3396
+ "exports",
3397
+ "vs/base/common/strings",
3398
+ "vs/editor/common/languages/languageConfiguration",
3399
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3400
+ ],
3401
+ "vs/editor/contrib/indentation/common/indentation": [
3402
+ "require",
3403
+ "exports",
3404
+ "vs/base/common/strings",
3405
+ "vs/editor/common/commands/shiftCommand",
3406
+ "vs/editor/common/core/editOperation",
3407
+ "vs/editor/common/core/indentation",
3408
+ "vs/editor/common/core/selection",
3409
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3410
+ ],
3411
+ "vs/editor/common/tokens/lineTokens": [
3412
+ "require",
3413
+ "exports",
3414
+ "vs/editor/common/encodedTokenAttributes"
3415
+ ],
3380
3416
  "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3381
3417
  "require",
3382
3418
  "exports",
@@ -3434,41 +3470,48 @@
3434
3470
  "vs/platform/hover/browser/hover",
3435
3471
  "vs/platform/commands/common/commands"
3436
3472
  ],
3437
- "vs/editor/common/commands/shiftCommand": [
3473
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3474
+ "require",
3475
+ "exports",
3476
+ "vs/editor/common/core/selection"
3477
+ ],
3478
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3479
+ "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3438
3480
  "require",
3439
3481
  "exports",
3440
3482
  "vs/base/common/strings",
3441
- "vs/editor/common/core/cursorColumns",
3442
- "vs/editor/common/core/range",
3443
- "vs/editor/common/core/selection",
3444
- "vs/editor/common/languages/enterAction",
3445
- "vs/editor/common/languages/languageConfigurationRegistry"
3483
+ "vs/editor/common/core/editOperation",
3484
+ "vs/editor/common/core/range"
3446
3485
  ],
3447
- "vs/editor/contrib/indentation/common/indentUtils": [
3486
+ "vs/editor/common/core/editOperation": [
3448
3487
  "require",
3449
- "exports"
3488
+ "exports",
3489
+ "vs/editor/common/core/range"
3450
3490
  ],
3451
- "vs/editor/common/languages/autoIndent": [
3491
+ "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3452
3492
  "require",
3453
3493
  "exports",
3454
- "vs/base/common/strings",
3455
- "vs/editor/common/languages/languageConfiguration",
3456
- "vs/editor/common/languages/supports/indentationLineProcessor"
3494
+ "vs/editor/common/core/range",
3495
+ "vs/editor/common/core/selection"
3457
3496
  ],
3458
- "vs/editor/contrib/indentation/common/indentation": [
3497
+ "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3459
3498
  "require",
3460
3499
  "exports",
3461
3500
  "vs/base/common/strings",
3462
3501
  "vs/editor/common/commands/shiftCommand",
3463
- "vs/editor/common/core/editOperation",
3464
- "vs/editor/common/core/indentation",
3502
+ "vs/editor/common/core/range",
3465
3503
  "vs/editor/common/core/selection",
3466
- "vs/editor/common/languages/supports/indentationLineProcessor"
3504
+ "vs/editor/common/languages/languageConfiguration",
3505
+ "vs/editor/common/languages/languageConfigurationRegistry",
3506
+ "vs/editor/contrib/indentation/common/indentUtils",
3507
+ "vs/editor/common/languages/autoIndent",
3508
+ "vs/editor/common/languages/enterAction"
3467
3509
  ],
3468
- "vs/editor/common/tokens/lineTokens": [
3510
+ "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3469
3511
  "require",
3470
3512
  "exports",
3471
- "vs/editor/common/encodedTokenAttributes"
3513
+ "vs/editor/common/core/editOperation",
3514
+ "vs/editor/common/core/range"
3472
3515
  ],
3473
3516
  "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3474
3517
  "vs/base/common/resources": [
@@ -3496,23 +3539,6 @@
3496
3539
  "vs/editor/common/services/languageFeatures"
3497
3540
  ],
3498
3541
  "vs/css!vs/editor/contrib/links/browser/links": [],
3499
- "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3500
- "require",
3501
- "exports",
3502
- "vs/editor/common/model",
3503
- "vs/editor/common/model/textModel",
3504
- "vs/editor/common/languages",
3505
- "vs/nls",
3506
- "vs/platform/theme/common/colorRegistry",
3507
- "vs/platform/theme/common/themeService",
3508
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3509
- ],
3510
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3511
- "require",
3512
- "exports",
3513
- "vs/editor/common/core/selection"
3514
- ],
3515
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3516
3542
  "vs/editor/contrib/inlineEdit/browser/commands": [
3517
3543
  "require",
3518
3544
  "exports",
@@ -3556,39 +3582,99 @@
3556
3582
  "vs/platform/configuration/common/configuration",
3557
3583
  "vs/base/common/errors"
3558
3584
  ],
3559
- "vs/editor/contrib/inlineEdits/browser/commands": [
3585
+ "vs/editor/contrib/inlineEdits/browser/commands": [
3586
+ "require",
3587
+ "exports",
3588
+ "vs/base/common/codicons",
3589
+ "vs/base/common/observable",
3590
+ "vs/base/common/observableInternal/base",
3591
+ "vs/editor/browser/editorExtensions",
3592
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3593
+ "vs/editor/common/editorContextKeys",
3594
+ "vs/editor/contrib/inlineEdits/browser/consts",
3595
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3596
+ "vs/nls",
3597
+ "vs/platform/actions/common/actions",
3598
+ "vs/platform/contextkey/common/contextkey"
3599
+ ],
3600
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3601
+ "require",
3602
+ "exports",
3603
+ "vs/base/common/lifecycle",
3604
+ "vs/base/common/observable",
3605
+ "vs/base/common/observableInternal/derived",
3606
+ "vs/editor/browser/observableCodeEditor",
3607
+ "vs/editor/browser/widget/diffEditor/utils",
3608
+ "vs/editor/common/core/selection",
3609
+ "vs/editor/common/services/languageFeatureDebounce",
3610
+ "vs/editor/common/services/languageFeatures",
3611
+ "vs/editor/contrib/inlineEdits/browser/consts",
3612
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3613
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3614
+ "vs/platform/configuration/common/configuration",
3615
+ "vs/platform/contextkey/common/contextkey",
3616
+ "vs/platform/instantiation/common/instantiation",
3617
+ "vs/platform/observable/common/platformObservableUtils"
3618
+ ],
3619
+ "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3620
+ "require",
3621
+ "exports",
3622
+ "vs/editor/common/model",
3623
+ "vs/editor/common/model/textModel",
3624
+ "vs/editor/common/languages",
3625
+ "vs/nls",
3626
+ "vs/platform/theme/common/colorRegistry",
3627
+ "vs/platform/theme/common/themeService",
3628
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations"
3629
+ ],
3630
+ "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3631
+ "require",
3632
+ "exports",
3633
+ "vs/base/common/async",
3634
+ "vs/base/common/errors",
3635
+ "vs/base/common/event",
3636
+ "vs/base/common/lifecycle",
3637
+ "vs/editor/common/core/characterClassifier",
3638
+ "vs/editor/common/languages",
3639
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
3640
+ ],
3641
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
3560
3642
  "require",
3561
3643
  "exports",
3562
- "vs/base/common/codicons",
3563
- "vs/base/common/observable",
3564
- "vs/base/common/observableInternal/base",
3565
- "vs/editor/browser/editorExtensions",
3566
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3567
- "vs/editor/common/editorContextKeys",
3568
- "vs/editor/contrib/inlineEdits/browser/consts",
3569
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3570
- "vs/nls",
3571
- "vs/platform/actions/common/actions",
3644
+ "vs/base/common/cancellation",
3645
+ "vs/base/common/errors",
3646
+ "vs/base/common/types",
3647
+ "vs/base/common/uri",
3648
+ "vs/editor/common/core/position",
3649
+ "vs/editor/common/languages",
3650
+ "vs/editor/common/services/languageFeatures",
3651
+ "vs/editor/common/services/resolverService",
3652
+ "vs/platform/commands/common/commands",
3572
3653
  "vs/platform/contextkey/common/contextkey"
3573
3654
  ],
3574
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3655
+ "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3575
3656
  "require",
3576
3657
  "exports",
3658
+ "vs/base/browser/dom",
3659
+ "vs/base/browser/ui/aria/aria",
3660
+ "vs/base/browser/ui/scrollbar/scrollableElement",
3661
+ "vs/base/common/codicons",
3662
+ "vs/base/common/event",
3577
3663
  "vs/base/common/lifecycle",
3578
- "vs/base/common/observable",
3579
- "vs/base/common/observableInternal/derived",
3580
- "vs/editor/browser/observableCodeEditor",
3581
- "vs/editor/browser/widget/diffEditor/utils",
3582
- "vs/editor/common/core/selection",
3583
- "vs/editor/common/services/languageFeatureDebounce",
3584
- "vs/editor/common/services/languageFeatures",
3585
- "vs/editor/contrib/inlineEdits/browser/consts",
3586
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3587
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3588
- "vs/platform/configuration/common/configuration",
3664
+ "vs/base/common/strings",
3665
+ "vs/base/common/types",
3666
+ "vs/editor/common/languages/language",
3667
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3668
+ "vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
3669
+ "vs/nls",
3589
3670
  "vs/platform/contextkey/common/contextkey",
3590
- "vs/platform/instantiation/common/instantiation",
3591
- "vs/platform/observable/common/platformObservableUtils"
3671
+ "vs/platform/opener/common/opener",
3672
+ "vs/platform/theme/common/colorRegistry",
3673
+ "vs/platform/theme/common/iconRegistry",
3674
+ "vs/base/common/themables",
3675
+ "vs/base/common/stopwatch",
3676
+ "vs/platform/telemetry/common/telemetry",
3677
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3592
3678
  ],
3593
3679
  "vs/base/common/equals": [
3594
3680
  "require",
@@ -3672,55 +3758,6 @@
3672
3758
  "vs/platform/theme/common/themeService",
3673
3759
  "vs/css!vs/editor/contrib/rename/browser/renameWidget"
3674
3760
  ],
3675
- "vs/editor/contrib/parameterHints/browser/parameterHintsModel": [
3676
- "require",
3677
- "exports",
3678
- "vs/base/common/async",
3679
- "vs/base/common/errors",
3680
- "vs/base/common/event",
3681
- "vs/base/common/lifecycle",
3682
- "vs/editor/common/core/characterClassifier",
3683
- "vs/editor/common/languages",
3684
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp"
3685
- ],
3686
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp": [
3687
- "require",
3688
- "exports",
3689
- "vs/base/common/cancellation",
3690
- "vs/base/common/errors",
3691
- "vs/base/common/types",
3692
- "vs/base/common/uri",
3693
- "vs/editor/common/core/position",
3694
- "vs/editor/common/languages",
3695
- "vs/editor/common/services/languageFeatures",
3696
- "vs/editor/common/services/resolverService",
3697
- "vs/platform/commands/common/commands",
3698
- "vs/platform/contextkey/common/contextkey"
3699
- ],
3700
- "vs/editor/contrib/parameterHints/browser/parameterHintsWidget": [
3701
- "require",
3702
- "exports",
3703
- "vs/base/browser/dom",
3704
- "vs/base/browser/ui/aria/aria",
3705
- "vs/base/browser/ui/scrollbar/scrollableElement",
3706
- "vs/base/common/codicons",
3707
- "vs/base/common/event",
3708
- "vs/base/common/lifecycle",
3709
- "vs/base/common/strings",
3710
- "vs/base/common/types",
3711
- "vs/editor/common/languages/language",
3712
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3713
- "vs/editor/contrib/parameterHints/browser/provideSignatureHelp",
3714
- "vs/nls",
3715
- "vs/platform/contextkey/common/contextkey",
3716
- "vs/platform/opener/common/opener",
3717
- "vs/platform/theme/common/colorRegistry",
3718
- "vs/platform/theme/common/iconRegistry",
3719
- "vs/base/common/themables",
3720
- "vs/base/common/stopwatch",
3721
- "vs/platform/telemetry/common/telemetry",
3722
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints"
3723
- ],
3724
3761
  "vs/editor/common/services/semanticTokensProviderStyling": [
3725
3762
  "require",
3726
3763
  "exports",
@@ -3841,19 +3878,19 @@
3841
3878
  "vs/editor/contrib/folding/browser/folding",
3842
3879
  "vs/editor/contrib/folding/browser/foldingModel"
3843
3880
  ],
3844
- "vs/base/common/keybindings": [
3881
+ "vs/base/common/filters": [
3845
3882
  "require",
3846
3883
  "exports",
3847
- "vs/base/common/errors"
3884
+ "vs/base/common/map",
3885
+ "vs/base/common/naturalLanguage/korean",
3886
+ "vs/base/common/strings"
3848
3887
  ],
3849
- "vs/editor/common/core/editOperation": [
3888
+ "vs/editor/contrib/suggest/browser/completionModel": [
3850
3889
  "require",
3851
3890
  "exports",
3852
- "vs/editor/common/core/range"
3853
- ],
3854
- "vs/editor/contrib/snippet/browser/snippetParser": [
3855
- "require",
3856
- "exports"
3891
+ "vs/base/common/arrays",
3892
+ "vs/base/common/filters",
3893
+ "vs/base/common/strings"
3857
3894
  ],
3858
3895
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3859
3896
  "require",
@@ -3868,23 +3905,6 @@
3868
3905
  "vs/platform/instantiation/common/instantiation",
3869
3906
  "vs/platform/storage/common/storage"
3870
3907
  ],
3871
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3872
- "require",
3873
- "exports",
3874
- "vs/platform/contextkey/common/contextkey"
3875
- ],
3876
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3877
- "require",
3878
- "exports",
3879
- "vs/platform/contextkey/common/contextkey"
3880
- ],
3881
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3882
- "require",
3883
- "exports",
3884
- "vs/base/common/arrays",
3885
- "vs/base/common/lifecycle",
3886
- "vs/editor/common/core/characterClassifier"
3887
- ],
3888
3908
  "vs/editor/contrib/suggest/browser/suggestModel": [
3889
3909
  "require",
3890
3910
  "exports",
@@ -3911,6 +3931,39 @@
3911
3931
  "vs/editor/contrib/snippet/browser/snippetController2",
3912
3932
  "vs/platform/environment/common/environment"
3913
3933
  ],
3934
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3935
+ "require",
3936
+ "exports",
3937
+ "vs/base/common/arrays",
3938
+ "vs/editor/common/core/range",
3939
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3940
+ ],
3941
+ "vs/base/common/keybindings": [
3942
+ "require",
3943
+ "exports",
3944
+ "vs/base/common/errors"
3945
+ ],
3946
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3947
+ "require",
3948
+ "exports"
3949
+ ],
3950
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3951
+ "require",
3952
+ "exports",
3953
+ "vs/platform/contextkey/common/contextkey"
3954
+ ],
3955
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3956
+ "require",
3957
+ "exports",
3958
+ "vs/platform/contextkey/common/contextkey"
3959
+ ],
3960
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3961
+ "require",
3962
+ "exports",
3963
+ "vs/base/common/arrays",
3964
+ "vs/base/common/lifecycle",
3965
+ "vs/editor/common/core/characterClassifier"
3966
+ ],
3914
3967
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3915
3968
  "require",
3916
3969
  "exports",
@@ -3946,27 +3999,6 @@
3946
3999
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3947
4000
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3948
4001
  ],
3949
- "vs/base/common/filters": [
3950
- "require",
3951
- "exports",
3952
- "vs/base/common/map",
3953
- "vs/base/common/naturalLanguage/korean",
3954
- "vs/base/common/strings"
3955
- ],
3956
- "vs/editor/contrib/suggest/browser/completionModel": [
3957
- "require",
3958
- "exports",
3959
- "vs/base/common/arrays",
3960
- "vs/base/common/filters",
3961
- "vs/base/common/strings"
3962
- ],
3963
- "vs/editor/contrib/suggest/browser/wordDistance": [
3964
- "require",
3965
- "exports",
3966
- "vs/base/common/arrays",
3967
- "vs/editor/common/core/range",
3968
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3969
- ],
3970
4002
  "vs/editor/common/viewModel/viewModelDecorations": [
3971
4003
  "require",
3972
4004
  "exports",
@@ -4044,6 +4076,8 @@
4044
4076
  "vs/editor/common/core/range",
4045
4077
  "vs/editor/common/core/textLength"
4046
4078
  ],
4079
+ "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
4080
+ "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
4047
4081
  "vs/base/browser/canIUse": [
4048
4082
  "require",
4049
4083
  "exports",
@@ -4071,46 +4105,12 @@
4071
4105
  "exports",
4072
4106
  "module"
4073
4107
  ],
4074
- "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
4075
- "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
4076
4108
  "vs/editor/common/tokenizationRegistry": [
4077
4109
  "require",
4078
4110
  "exports",
4079
4111
  "vs/base/common/event",
4080
4112
  "vs/base/common/lifecycle"
4081
4113
  ],
4082
- "vs/base/common/iconLabels": [
4083
- "require",
4084
- "exports",
4085
- "vs/base/common/filters",
4086
- "vs/base/common/strings",
4087
- "vs/base/common/themables"
4088
- ],
4089
- "vs/platform/action/common/action": [
4090
- "require",
4091
- "exports"
4092
- ],
4093
- "vs/platform/quickinput/browser/commandsQuickAccess": [
4094
- "require",
4095
- "exports",
4096
- "vs/base/common/errorMessage",
4097
- "vs/base/common/errors",
4098
- "vs/base/common/filters",
4099
- "vs/base/common/functional",
4100
- "vs/base/common/lifecycle",
4101
- "vs/base/common/map",
4102
- "vs/base/common/tfIdf",
4103
- "vs/nls",
4104
- "vs/platform/commands/common/commands",
4105
- "vs/platform/configuration/common/configuration",
4106
- "vs/platform/dialogs/common/dialogs",
4107
- "vs/platform/instantiation/common/instantiation",
4108
- "vs/platform/keybinding/common/keybinding",
4109
- "vs/platform/log/common/log",
4110
- "vs/platform/quickinput/browser/pickerQuickAccess",
4111
- "vs/platform/storage/common/storage",
4112
- "vs/platform/telemetry/common/telemetry"
4113
- ],
4114
4114
  "vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess": [
4115
4115
  "require",
4116
4116
  "exports",
@@ -4122,11 +4122,6 @@
4122
4122
  "vs/platform/theme/common/themeService",
4123
4123
  "vs/base/browser/ui/aria/aria"
4124
4124
  ],
4125
- "vs/platform/instantiation/common/extensions": [
4126
- "require",
4127
- "exports",
4128
- "vs/platform/instantiation/common/descriptors"
4129
- ],
4130
4125
  "vs/base/common/fuzzyScorer": [
4131
4126
  "require",
4132
4127
  "exports",
@@ -4139,7 +4134,44 @@
4139
4134
  "require",
4140
4135
  "exports"
4141
4136
  ],
4142
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4137
+ "vs/platform/instantiation/common/extensions": [
4138
+ "require",
4139
+ "exports",
4140
+ "vs/platform/instantiation/common/descriptors"
4141
+ ],
4142
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4143
+ "vs/base/common/iconLabels": [
4144
+ "require",
4145
+ "exports",
4146
+ "vs/base/common/filters",
4147
+ "vs/base/common/strings",
4148
+ "vs/base/common/themables"
4149
+ ],
4150
+ "vs/platform/action/common/action": [
4151
+ "require",
4152
+ "exports"
4153
+ ],
4154
+ "vs/platform/quickinput/browser/commandsQuickAccess": [
4155
+ "require",
4156
+ "exports",
4157
+ "vs/base/common/errorMessage",
4158
+ "vs/base/common/errors",
4159
+ "vs/base/common/filters",
4160
+ "vs/base/common/functional",
4161
+ "vs/base/common/lifecycle",
4162
+ "vs/base/common/map",
4163
+ "vs/base/common/tfIdf",
4164
+ "vs/nls",
4165
+ "vs/platform/commands/common/commands",
4166
+ "vs/platform/configuration/common/configuration",
4167
+ "vs/platform/dialogs/common/dialogs",
4168
+ "vs/platform/instantiation/common/instantiation",
4169
+ "vs/platform/keybinding/common/keybinding",
4170
+ "vs/platform/log/common/log",
4171
+ "vs/platform/quickinput/browser/pickerQuickAccess",
4172
+ "vs/platform/storage/common/storage",
4173
+ "vs/platform/telemetry/common/telemetry"
4174
+ ],
4143
4175
  "vs/platform/list/browser/listService": [
4144
4176
  "require",
4145
4177
  "exports",
@@ -4193,16 +4225,16 @@
4193
4225
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
4194
4226
  "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget"
4195
4227
  ],
4196
- "vs/platform/contextkey/common/scanner": [
4228
+ "vs/base/common/severity": [
4197
4229
  "require",
4198
4230
  "exports",
4199
- "vs/base/common/errors",
4200
- "vs/nls"
4231
+ "vs/base/common/strings"
4201
4232
  ],
4202
- "vs/base/common/severity": [
4233
+ "vs/platform/contextkey/common/scanner": [
4203
4234
  "require",
4204
4235
  "exports",
4205
- "vs/base/common/strings"
4236
+ "vs/base/common/errors",
4237
+ "vs/nls"
4206
4238
  ],
4207
4239
  "vs/base/parts/storage/common/storage": [
4208
4240
  "require",
@@ -4233,15 +4265,15 @@
4233
4265
  "vs/base/common/themables",
4234
4266
  "vs/platform/theme/common/iconRegistry"
4235
4267
  ],
4268
+ "vs/base/common/uint": [
4269
+ "require",
4270
+ "exports"
4271
+ ],
4236
4272
  "vs/base/common/process": [
4237
4273
  "require",
4238
4274
  "exports",
4239
4275
  "vs/base/common/platform"
4240
4276
  ],
4241
- "vs/base/common/uint": [
4242
- "require",
4243
- "exports"
4244
- ],
4245
4277
  "vs/editor/common/diff/linesDiffComputer": [
4246
4278
  "require",
4247
4279
  "exports"
@@ -4321,38 +4353,6 @@
4321
4353
  "vs/editor/common/core/range",
4322
4354
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4323
4355
  ],
4324
- "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
4325
- "require",
4326
- "exports",
4327
- "vs/base/common/strings",
4328
- "vs/editor/common/core/editOperation",
4329
- "vs/editor/common/core/range"
4330
- ],
4331
- "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
4332
- "require",
4333
- "exports",
4334
- "vs/editor/common/core/range",
4335
- "vs/editor/common/core/selection"
4336
- ],
4337
- "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
4338
- "require",
4339
- "exports",
4340
- "vs/base/common/strings",
4341
- "vs/editor/common/commands/shiftCommand",
4342
- "vs/editor/common/core/range",
4343
- "vs/editor/common/core/selection",
4344
- "vs/editor/common/languages/languageConfiguration",
4345
- "vs/editor/common/languages/languageConfigurationRegistry",
4346
- "vs/editor/contrib/indentation/common/indentUtils",
4347
- "vs/editor/common/languages/autoIndent",
4348
- "vs/editor/common/languages/enterAction"
4349
- ],
4350
- "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
4351
- "require",
4352
- "exports",
4353
- "vs/editor/common/core/editOperation",
4354
- "vs/editor/common/core/range"
4355
- ],
4356
4356
  "vs/base/browser/pixelRatio": [
4357
4357
  "require",
4358
4358
  "exports",
@@ -4388,10 +4388,6 @@
4388
4388
  "vs/base/browser/window",
4389
4389
  "vs/base/browser/dom"
4390
4390
  ],
4391
- "vs/base/common/mime": [
4392
- "require",
4393
- "exports"
4394
- ],
4395
4391
  "vs/editor/common/languages/languageConfiguration": [
4396
4392
  "require",
4397
4393
  "exports"
@@ -4432,6 +4428,10 @@
4432
4428
  "vs/base/common/cache",
4433
4429
  "vs/editor/common/languages/supports/richEditBrackets"
4434
4430
  ],
4431
+ "vs/base/common/mime": [
4432
+ "require",
4433
+ "exports"
4434
+ ],
4435
4435
  "vs/base/browser/trustedTypes": [
4436
4436
  "require",
4437
4437
  "exports",
@@ -4879,6 +4879,34 @@
4879
4879
  "vs/nls",
4880
4880
  "vs/platform/theme/common/colorRegistry"
4881
4881
  ],
4882
+ "vs/editor/standalone/common/monarch/monarchCommon": [
4883
+ "require",
4884
+ "exports"
4885
+ ],
4886
+ "vs/css!vs/base/browser/ui/aria/aria": [],
4887
+ "vs/editor/common/languages/supports": [
4888
+ "require",
4889
+ "exports"
4890
+ ],
4891
+ "vs/editor/common/core/indentation": [
4892
+ "require",
4893
+ "exports",
4894
+ "vs/base/common/strings",
4895
+ "vs/editor/common/core/cursorColumns"
4896
+ ],
4897
+ "vs/editor/common/commands/surroundSelectionCommand": [
4898
+ "require",
4899
+ "exports",
4900
+ "vs/editor/common/core/range",
4901
+ "vs/editor/common/core/selection"
4902
+ ],
4903
+ "vs/editor/common/languages/enterAction": [
4904
+ "require",
4905
+ "exports",
4906
+ "vs/editor/common/languages/languageConfiguration",
4907
+ "vs/editor/common/languages/languageConfigurationRegistry",
4908
+ "vs/editor/common/languages/supports/indentationLineProcessor"
4909
+ ],
4882
4910
  "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4883
4911
  "require",
4884
4912
  "exports",
@@ -4890,33 +4918,207 @@
4890
4918
  "vs/platform/instantiation/common/extensions",
4891
4919
  "vs/nls"
4892
4920
  ],
4893
- "vs/editor/standalone/common/monarch/monarchCommon": [
4921
+ "vs/base/common/codiconsUtil": [
4922
+ "require",
4923
+ "exports",
4924
+ "vs/base/common/types"
4925
+ ],
4926
+ "vs/base/common/codiconsLibrary": [
4927
+ "require",
4928
+ "exports",
4929
+ "vs/base/common/codiconsUtil"
4930
+ ],
4931
+ "vs/base/common/symbols": [
4894
4932
  "require",
4895
4933
  "exports"
4896
4934
  ],
4897
- "vs/css!vs/base/browser/ui/aria/aria": [],
4898
- "vs/editor/common/languages/supports": [
4935
+ "vs/platform/theme/common/colors/baseColors": [
4936
+ "require",
4937
+ "exports",
4938
+ "vs/nls",
4939
+ "vs/base/common/color",
4940
+ "vs/platform/theme/common/colorUtils"
4941
+ ],
4942
+ "vs/platform/theme/common/colors/chartsColors": [
4943
+ "require",
4944
+ "exports",
4945
+ "vs/nls",
4946
+ "vs/platform/theme/common/colorUtils",
4947
+ "vs/platform/theme/common/colors/baseColors",
4948
+ "vs/platform/theme/common/colors/editorColors",
4949
+ "vs/platform/theme/common/colors/minimapColors"
4950
+ ],
4951
+ "vs/platform/theme/common/colors/editorColors": [
4952
+ "require",
4953
+ "exports",
4954
+ "vs/nls",
4955
+ "vs/base/common/color",
4956
+ "vs/platform/theme/common/colorUtils",
4957
+ "vs/platform/theme/common/colors/baseColors",
4958
+ "vs/platform/theme/common/colors/miscColors"
4959
+ ],
4960
+ "vs/platform/theme/common/colors/inputColors": [
4961
+ "require",
4962
+ "exports",
4963
+ "vs/nls",
4964
+ "vs/base/common/color",
4965
+ "vs/platform/theme/common/colorUtils",
4966
+ "vs/platform/theme/common/colors/baseColors",
4967
+ "vs/platform/theme/common/colors/editorColors"
4968
+ ],
4969
+ "vs/platform/theme/common/colors/listColors": [
4970
+ "require",
4971
+ "exports",
4972
+ "vs/nls",
4973
+ "vs/base/common/color",
4974
+ "vs/platform/theme/common/colorUtils",
4975
+ "vs/platform/theme/common/colors/baseColors",
4976
+ "vs/platform/theme/common/colors/editorColors"
4977
+ ],
4978
+ "vs/platform/theme/common/colors/menuColors": [
4979
+ "require",
4980
+ "exports",
4981
+ "vs/nls",
4982
+ "vs/platform/theme/common/colorUtils",
4983
+ "vs/platform/theme/common/colors/baseColors",
4984
+ "vs/platform/theme/common/colors/inputColors",
4985
+ "vs/platform/theme/common/colors/listColors"
4986
+ ],
4987
+ "vs/platform/theme/common/colors/minimapColors": [
4988
+ "require",
4989
+ "exports",
4990
+ "vs/nls",
4991
+ "vs/base/common/color",
4992
+ "vs/platform/theme/common/colorUtils",
4993
+ "vs/platform/theme/common/colors/editorColors",
4994
+ "vs/platform/theme/common/colors/miscColors"
4995
+ ],
4996
+ "vs/platform/theme/common/colors/miscColors": [
4997
+ "require",
4998
+ "exports",
4999
+ "vs/nls",
5000
+ "vs/base/common/color",
5001
+ "vs/platform/theme/common/colorUtils",
5002
+ "vs/platform/theme/common/colors/baseColors"
5003
+ ],
5004
+ "vs/platform/theme/common/colors/quickpickColors": [
5005
+ "require",
5006
+ "exports",
5007
+ "vs/nls",
5008
+ "vs/base/common/color",
5009
+ "vs/platform/theme/common/colorUtils",
5010
+ "vs/platform/theme/common/colors/editorColors",
5011
+ "vs/platform/theme/common/colors/listColors"
5012
+ ],
5013
+ "vs/platform/theme/common/colors/searchColors": [
5014
+ "require",
5015
+ "exports",
5016
+ "vs/nls",
5017
+ "vs/platform/theme/common/colorUtils",
5018
+ "vs/platform/theme/common/colors/baseColors",
5019
+ "vs/platform/theme/common/colors/editorColors"
5020
+ ],
5021
+ "vs/editor/common/core/eolCounter": [
5022
+ "require",
5023
+ "exports"
5024
+ ],
5025
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5026
+ "require",
5027
+ "exports",
5028
+ "vs/base/common/arrays",
5029
+ "vs/base/common/event",
5030
+ "vs/base/common/lifecycle",
5031
+ "vs/editor/common/core/range",
5032
+ "vs/editor/common/languages/supports",
5033
+ "vs/editor/common/languages/supports/richEditBrackets",
5034
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5035
+ ],
5036
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5037
+ "require",
5038
+ "exports",
5039
+ "vs/base/common/event",
5040
+ "vs/base/common/lifecycle",
5041
+ "vs/editor/common/core/range",
5042
+ "vs/editor/common/core/editorColorRegistry",
5043
+ "vs/platform/theme/common/themeService"
5044
+ ],
5045
+ "vs/editor/common/model/editStack": [
5046
+ "require",
5047
+ "exports",
5048
+ "vs/nls",
5049
+ "vs/base/common/errors",
5050
+ "vs/editor/common/core/selection",
5051
+ "vs/base/common/uri",
5052
+ "vs/editor/common/core/textChange",
5053
+ "vs/base/common/buffer",
5054
+ "vs/base/common/resources"
5055
+ ],
5056
+ "vs/editor/common/model/guidesTextModelPart": [
5057
+ "require",
5058
+ "exports",
5059
+ "vs/base/common/arraysFind",
5060
+ "vs/base/common/strings",
5061
+ "vs/editor/common/core/cursorColumns",
5062
+ "vs/editor/common/core/range",
5063
+ "vs/editor/common/model/textModelPart",
5064
+ "vs/editor/common/model/utils",
5065
+ "vs/editor/common/textModelGuides",
5066
+ "vs/base/common/errors"
5067
+ ],
5068
+ "vs/editor/common/model/indentationGuesser": [
4899
5069
  "require",
4900
5070
  "exports"
4901
5071
  ],
4902
- "vs/editor/common/core/indentation": [
5072
+ "vs/editor/common/model/intervalTree": [
5073
+ "require",
5074
+ "exports"
5075
+ ],
5076
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5077
+ "require",
5078
+ "exports",
5079
+ "vs/base/common/event",
5080
+ "vs/base/common/strings",
5081
+ "vs/editor/common/core/range",
5082
+ "vs/editor/common/model",
5083
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5084
+ "vs/editor/common/core/eolCounter",
5085
+ "vs/editor/common/core/textChange",
5086
+ "vs/base/common/lifecycle"
5087
+ ],
5088
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
4903
5089
  "require",
4904
5090
  "exports",
4905
5091
  "vs/base/common/strings",
4906
- "vs/editor/common/core/cursorColumns"
5092
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5093
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
4907
5094
  ],
4908
- "vs/editor/common/commands/surroundSelectionCommand": [
5095
+ "vs/editor/common/model/tokenizationTextModelPart": [
4909
5096
  "require",
4910
5097
  "exports",
4911
- "vs/editor/common/core/range",
4912
- "vs/editor/common/core/selection"
5098
+ "vs/base/common/arrays",
5099
+ "vs/base/common/async",
5100
+ "vs/base/common/errors",
5101
+ "vs/base/common/event",
5102
+ "vs/base/common/lifecycle",
5103
+ "vs/editor/common/core/eolCounter",
5104
+ "vs/editor/common/core/lineRange",
5105
+ "vs/editor/common/core/position",
5106
+ "vs/editor/common/core/wordHelper",
5107
+ "vs/editor/common/languages",
5108
+ "vs/editor/common/model/textModelPart",
5109
+ "vs/editor/common/model/textModelTokens",
5110
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5111
+ "vs/editor/common/tokens/contiguousTokensStore",
5112
+ "vs/editor/common/tokens/sparseTokensStore"
4913
5113
  ],
4914
- "vs/editor/common/languages/enterAction": [
5114
+ "vs/editor/common/textModelEvents": [
5115
+ "require",
5116
+ "exports"
5117
+ ],
5118
+ "vs/platform/undoRedo/common/undoRedo": [
4915
5119
  "require",
4916
5120
  "exports",
4917
- "vs/editor/common/languages/languageConfiguration",
4918
- "vs/editor/common/languages/languageConfigurationRegistry",
4919
- "vs/editor/common/languages/supports/indentationLineProcessor"
5121
+ "vs/platform/instantiation/common/instantiation"
4920
5122
  ],
4921
5123
  "vs/base/browser/fastDomNode": [
4922
5124
  "require",
@@ -5263,108 +5465,6 @@
5263
5465
  "vs/editor/common/core/position",
5264
5466
  "vs/editor/common/model"
5265
5467
  ],
5266
- "vs/editor/common/textModelEvents": [
5267
- "require",
5268
- "exports"
5269
- ],
5270
- "vs/editor/common/core/eolCounter": [
5271
- "require",
5272
- "exports"
5273
- ],
5274
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5275
- "require",
5276
- "exports",
5277
- "vs/base/common/arrays",
5278
- "vs/base/common/event",
5279
- "vs/base/common/lifecycle",
5280
- "vs/editor/common/core/range",
5281
- "vs/editor/common/languages/supports",
5282
- "vs/editor/common/languages/supports/richEditBrackets",
5283
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5284
- ],
5285
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5286
- "require",
5287
- "exports",
5288
- "vs/base/common/event",
5289
- "vs/base/common/lifecycle",
5290
- "vs/editor/common/core/range",
5291
- "vs/editor/common/core/editorColorRegistry",
5292
- "vs/platform/theme/common/themeService"
5293
- ],
5294
- "vs/editor/common/model/editStack": [
5295
- "require",
5296
- "exports",
5297
- "vs/nls",
5298
- "vs/base/common/errors",
5299
- "vs/editor/common/core/selection",
5300
- "vs/base/common/uri",
5301
- "vs/editor/common/core/textChange",
5302
- "vs/base/common/buffer",
5303
- "vs/base/common/resources"
5304
- ],
5305
- "vs/editor/common/model/guidesTextModelPart": [
5306
- "require",
5307
- "exports",
5308
- "vs/base/common/arraysFind",
5309
- "vs/base/common/strings",
5310
- "vs/editor/common/core/cursorColumns",
5311
- "vs/editor/common/core/range",
5312
- "vs/editor/common/model/textModelPart",
5313
- "vs/editor/common/model/utils",
5314
- "vs/editor/common/textModelGuides",
5315
- "vs/base/common/errors"
5316
- ],
5317
- "vs/editor/common/model/indentationGuesser": [
5318
- "require",
5319
- "exports"
5320
- ],
5321
- "vs/editor/common/model/intervalTree": [
5322
- "require",
5323
- "exports"
5324
- ],
5325
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5326
- "require",
5327
- "exports",
5328
- "vs/base/common/event",
5329
- "vs/base/common/strings",
5330
- "vs/editor/common/core/range",
5331
- "vs/editor/common/model",
5332
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5333
- "vs/editor/common/core/eolCounter",
5334
- "vs/editor/common/core/textChange",
5335
- "vs/base/common/lifecycle"
5336
- ],
5337
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5338
- "require",
5339
- "exports",
5340
- "vs/base/common/strings",
5341
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5342
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5343
- ],
5344
- "vs/editor/common/model/tokenizationTextModelPart": [
5345
- "require",
5346
- "exports",
5347
- "vs/base/common/arrays",
5348
- "vs/base/common/async",
5349
- "vs/base/common/errors",
5350
- "vs/base/common/event",
5351
- "vs/base/common/lifecycle",
5352
- "vs/editor/common/core/eolCounter",
5353
- "vs/editor/common/core/lineRange",
5354
- "vs/editor/common/core/position",
5355
- "vs/editor/common/core/wordHelper",
5356
- "vs/editor/common/languages",
5357
- "vs/editor/common/model/textModelPart",
5358
- "vs/editor/common/model/textModelTokens",
5359
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5360
- "vs/editor/common/tokens/contiguousTokensStore",
5361
- "vs/editor/common/tokens/sparseTokensStore"
5362
- ],
5363
- "vs/platform/undoRedo/common/undoRedo": [
5364
- "require",
5365
- "exports",
5366
- "vs/platform/instantiation/common/instantiation"
5367
- ],
5368
5468
  "vs/editor/common/cursor/cursor": [
5369
5469
  "require",
5370
5470
  "exports",
@@ -5395,148 +5495,48 @@
5395
5495
  "require",
5396
5496
  "exports"
5397
5497
  ],
5398
- "vs/editor/common/viewLayout/viewLayout": [
5399
- "require",
5400
- "exports",
5401
- "vs/base/common/event",
5402
- "vs/base/common/lifecycle",
5403
- "vs/base/common/scrollable",
5404
- "vs/editor/common/viewLayout/linesLayout",
5405
- "vs/editor/common/viewModel",
5406
- "vs/editor/common/viewModelEventDispatcher"
5407
- ],
5408
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5409
- "require",
5410
- "exports",
5411
- "vs/base/common/event",
5412
- "vs/base/common/lifecycle",
5413
- "vs/editor/common/core/rgba",
5414
- "vs/editor/common/languages"
5415
- ],
5416
- "vs/editor/common/viewModelEventDispatcher": [
5417
- "require",
5418
- "exports",
5419
- "vs/base/common/event",
5420
- "vs/base/common/lifecycle"
5421
- ],
5422
- "vs/editor/common/viewModel/viewModelLines": [
5423
- "require",
5424
- "exports",
5425
- "vs/base/common/arrays",
5426
- "vs/editor/common/core/position",
5427
- "vs/editor/common/core/range",
5428
- "vs/editor/common/textModelGuides",
5429
- "vs/editor/common/model/textModel",
5430
- "vs/editor/common/textModelEvents",
5431
- "vs/editor/common/viewEvents",
5432
- "vs/editor/common/viewModel/modelLineProjection",
5433
- "vs/editor/common/model/prefixSumComputer",
5434
- "vs/editor/common/viewModel"
5435
- ],
5436
- "vs/editor/common/viewModel/glyphLanesModel": [
5437
- "require",
5438
- "exports",
5439
- "vs/editor/common/model"
5440
- ],
5441
- "vs/platform/theme/common/colors/baseColors": [
5442
- "require",
5443
- "exports",
5444
- "vs/nls",
5445
- "vs/base/common/color",
5446
- "vs/platform/theme/common/colorUtils"
5447
- ],
5448
- "vs/platform/theme/common/colors/chartsColors": [
5449
- "require",
5450
- "exports",
5451
- "vs/nls",
5452
- "vs/platform/theme/common/colorUtils",
5453
- "vs/platform/theme/common/colors/baseColors",
5454
- "vs/platform/theme/common/colors/editorColors",
5455
- "vs/platform/theme/common/colors/minimapColors"
5456
- ],
5457
- "vs/platform/theme/common/colors/editorColors": [
5458
- "require",
5459
- "exports",
5460
- "vs/nls",
5461
- "vs/base/common/color",
5462
- "vs/platform/theme/common/colorUtils",
5463
- "vs/platform/theme/common/colors/baseColors",
5464
- "vs/platform/theme/common/colors/miscColors"
5465
- ],
5466
- "vs/platform/theme/common/colors/inputColors": [
5467
- "require",
5468
- "exports",
5469
- "vs/nls",
5470
- "vs/base/common/color",
5471
- "vs/platform/theme/common/colorUtils",
5472
- "vs/platform/theme/common/colors/baseColors",
5473
- "vs/platform/theme/common/colors/editorColors"
5474
- ],
5475
- "vs/platform/theme/common/colors/listColors": [
5476
- "require",
5477
- "exports",
5478
- "vs/nls",
5479
- "vs/base/common/color",
5480
- "vs/platform/theme/common/colorUtils",
5481
- "vs/platform/theme/common/colors/baseColors",
5482
- "vs/platform/theme/common/colors/editorColors"
5483
- ],
5484
- "vs/platform/theme/common/colors/menuColors": [
5485
- "require",
5486
- "exports",
5487
- "vs/nls",
5488
- "vs/platform/theme/common/colorUtils",
5489
- "vs/platform/theme/common/colors/baseColors",
5490
- "vs/platform/theme/common/colors/inputColors",
5491
- "vs/platform/theme/common/colors/listColors"
5492
- ],
5493
- "vs/platform/theme/common/colors/minimapColors": [
5494
- "require",
5495
- "exports",
5496
- "vs/nls",
5497
- "vs/base/common/color",
5498
- "vs/platform/theme/common/colorUtils",
5499
- "vs/platform/theme/common/colors/editorColors",
5500
- "vs/platform/theme/common/colors/miscColors"
5501
- ],
5502
- "vs/platform/theme/common/colors/miscColors": [
5503
- "require",
5504
- "exports",
5505
- "vs/nls",
5506
- "vs/base/common/color",
5507
- "vs/platform/theme/common/colorUtils",
5508
- "vs/platform/theme/common/colors/baseColors"
5509
- ],
5510
- "vs/platform/theme/common/colors/quickpickColors": [
5498
+ "vs/editor/common/viewLayout/viewLayout": [
5511
5499
  "require",
5512
5500
  "exports",
5513
- "vs/nls",
5514
- "vs/base/common/color",
5515
- "vs/platform/theme/common/colorUtils",
5516
- "vs/platform/theme/common/colors/editorColors",
5517
- "vs/platform/theme/common/colors/listColors"
5501
+ "vs/base/common/event",
5502
+ "vs/base/common/lifecycle",
5503
+ "vs/base/common/scrollable",
5504
+ "vs/editor/common/viewLayout/linesLayout",
5505
+ "vs/editor/common/viewModel",
5506
+ "vs/editor/common/viewModelEventDispatcher"
5518
5507
  ],
5519
- "vs/platform/theme/common/colors/searchColors": [
5508
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
5520
5509
  "require",
5521
5510
  "exports",
5522
- "vs/nls",
5523
- "vs/platform/theme/common/colorUtils",
5524
- "vs/platform/theme/common/colors/baseColors",
5525
- "vs/platform/theme/common/colors/editorColors"
5511
+ "vs/base/common/event",
5512
+ "vs/base/common/lifecycle",
5513
+ "vs/editor/common/core/rgba",
5514
+ "vs/editor/common/languages"
5526
5515
  ],
5527
- "vs/base/common/codiconsUtil": [
5516
+ "vs/editor/common/viewModelEventDispatcher": [
5528
5517
  "require",
5529
5518
  "exports",
5530
- "vs/base/common/types"
5519
+ "vs/base/common/event",
5520
+ "vs/base/common/lifecycle"
5531
5521
  ],
5532
- "vs/base/common/codiconsLibrary": [
5522
+ "vs/editor/common/viewModel/viewModelLines": [
5533
5523
  "require",
5534
5524
  "exports",
5535
- "vs/base/common/codiconsUtil"
5525
+ "vs/base/common/arrays",
5526
+ "vs/editor/common/core/position",
5527
+ "vs/editor/common/core/range",
5528
+ "vs/editor/common/textModelGuides",
5529
+ "vs/editor/common/model/textModel",
5530
+ "vs/editor/common/textModelEvents",
5531
+ "vs/editor/common/viewEvents",
5532
+ "vs/editor/common/viewModel/modelLineProjection",
5533
+ "vs/editor/common/model/prefixSumComputer",
5534
+ "vs/editor/common/viewModel"
5536
5535
  ],
5537
- "vs/base/common/symbols": [
5536
+ "vs/editor/common/viewModel/glyphLanesModel": [
5538
5537
  "require",
5539
- "exports"
5538
+ "exports",
5539
+ "vs/editor/common/model"
5540
5540
  ],
5541
5541
  "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5542
5542
  "require",
@@ -5706,6 +5706,17 @@
5706
5706
  "vs/base/common/event",
5707
5707
  "vs/platform/registry/common/platform"
5708
5708
  ],
5709
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5710
+ "require",
5711
+ "exports",
5712
+ "vs/base/browser/dom",
5713
+ "vs/base/common/themables"
5714
+ ],
5715
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5716
+ "vs/base/common/numbers": [
5717
+ "require",
5718
+ "exports"
5719
+ ],
5709
5720
  "vs/editor/browser/editorDom": [
5710
5721
  "require",
5711
5722
  "exports",
@@ -5826,17 +5837,6 @@
5826
5837
  "vs/base/browser/ui/hover/hoverWidget",
5827
5838
  "vs/editor/contrib/hover/browser/marginHoverComputer"
5828
5839
  ],
5829
- "vs/base/browser/ui/iconLabel/iconLabels": [
5830
- "require",
5831
- "exports",
5832
- "vs/base/browser/dom",
5833
- "vs/base/common/themables"
5834
- ],
5835
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5836
- "vs/base/common/numbers": [
5837
- "require",
5838
- "exports"
5839
- ],
5840
5840
  "vs/editor/contrib/hover/browser/contentHoverStatusBar": [
5841
5841
  "require",
5842
5842
  "exports",
@@ -5892,6 +5892,24 @@
5892
5892
  "exports",
5893
5893
  "vs/platform/registry/common/platform"
5894
5894
  ],
5895
+ "vs/base/browser/ui/findinput/findInputToggles": [
5896
+ "require",
5897
+ "exports",
5898
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
5899
+ "vs/base/browser/ui/toggle/toggle",
5900
+ "vs/base/common/codicons",
5901
+ "vs/nls"
5902
+ ],
5903
+ "vs/base/browser/ui/widget": [
5904
+ "require",
5905
+ "exports",
5906
+ "vs/base/browser/dom",
5907
+ "vs/base/browser/keyboardEvent",
5908
+ "vs/base/browser/mouseEvent",
5909
+ "vs/base/browser/touch",
5910
+ "vs/base/common/lifecycle"
5911
+ ],
5912
+ "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5895
5913
  "vs/editor/contrib/find/browser/findDecorations": [
5896
5914
  "require",
5897
5915
  "exports",
@@ -5911,24 +5929,6 @@
5911
5929
  "exports",
5912
5930
  "vs/base/common/search"
5913
5931
  ],
5914
- "vs/base/browser/ui/findinput/findInputToggles": [
5915
- "require",
5916
- "exports",
5917
- "vs/base/browser/ui/hover/hoverDelegateFactory",
5918
- "vs/base/browser/ui/toggle/toggle",
5919
- "vs/base/common/codicons",
5920
- "vs/nls"
5921
- ],
5922
- "vs/base/browser/ui/widget": [
5923
- "require",
5924
- "exports",
5925
- "vs/base/browser/dom",
5926
- "vs/base/browser/keyboardEvent",
5927
- "vs/base/browser/mouseEvent",
5928
- "vs/base/browser/touch",
5929
- "vs/base/common/lifecycle"
5930
- ],
5931
- "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5932
5932
  "vs/base/browser/ui/toggle/toggle": [
5933
5933
  "require",
5934
5934
  "exports",
@@ -6234,6 +6234,13 @@
6234
6234
  "vs/editor/browser/editorExtensions",
6235
6235
  "vs/editor/common/services/languageFeatures"
6236
6236
  ],
6237
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6238
+ "require",
6239
+ "exports",
6240
+ "vs/base/common/strings",
6241
+ "vs/editor/common/languages/supports",
6242
+ "vs/editor/common/tokens/lineTokens"
6243
+ ],
6237
6244
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6238
6245
  "require",
6239
6246
  "exports",
@@ -6262,13 +6269,6 @@
6262
6269
  "vs/platform/instantiation/common/instantiation",
6263
6270
  "vs/platform/notification/common/notification"
6264
6271
  ],
6265
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6266
- "require",
6267
- "exports",
6268
- "vs/base/common/strings",
6269
- "vs/editor/common/languages/supports",
6270
- "vs/editor/common/tokens/lineTokens"
6271
- ],
6272
6272
  "vs/base/common/extpath": [
6273
6273
  "require",
6274
6274
  "exports",
@@ -6276,7 +6276,6 @@
6276
6276
  "vs/base/common/platform",
6277
6277
  "vs/base/common/strings"
6278
6278
  ],
6279
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6280
6279
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6281
6280
  "require",
6282
6281
  "exports"
@@ -6303,6 +6302,12 @@
6303
6302
  "vs/platform/telemetry/common/telemetry",
6304
6303
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget"
6305
6304
  ],
6305
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6306
+ "require",
6307
+ "exports",
6308
+ "vs/nls",
6309
+ "vs/platform/contextkey/common/contextkey"
6310
+ ],
6306
6311
  "vs/editor/contrib/inlineEdit/browser/ghostTextWidget": [
6307
6312
  "require",
6308
6313
  "exports",
@@ -6326,12 +6331,6 @@
6326
6331
  "vs/editor/common/core/range",
6327
6332
  "vs/editor/common/core/textEdit"
6328
6333
  ],
6329
- "vs/editor/contrib/inlineEdits/browser/consts": [
6330
- "require",
6331
- "exports",
6332
- "vs/nls",
6333
- "vs/platform/contextkey/common/contextkey"
6334
- ],
6335
6334
  "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6336
6335
  "require",
6337
6336
  "exports",
@@ -6378,6 +6377,8 @@
6378
6377
  "vs/base/common/observable",
6379
6378
  "vs/base/common/observableInternal/utils"
6380
6379
  ],
6380
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6381
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6381
6382
  "vs/base/common/observableInternal/autorun": [
6382
6383
  "require",
6383
6384
  "exports",
@@ -6431,7 +6432,6 @@
6431
6432
  "vs/css!vs/base/browser/ui/list/list"
6432
6433
  ],
6433
6434
  "vs/css!vs/editor/contrib/rename/browser/renameWidget": [],
6434
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6435
6435
  "vs/editor/common/tokens/sparseMultilineTokens": [
6436
6436
  "require",
6437
6437
  "exports",
@@ -6445,6 +6445,11 @@
6445
6445
  "vs/base/common/buffer",
6446
6446
  "vs/base/common/platform"
6447
6447
  ],
6448
+ "vs/platform/action/common/actionCommonCategories": [
6449
+ "require",
6450
+ "exports",
6451
+ "vs/nls"
6452
+ ],
6448
6453
  "vs/editor/contrib/snippet/browser/snippetVariables": [
6449
6454
  "require",
6450
6455
  "exports",
@@ -6459,11 +6464,6 @@
6459
6464
  "vs/platform/workspace/common/workspace"
6460
6465
  ],
6461
6466
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6462
- "vs/platform/action/common/actionCommonCategories": [
6463
- "require",
6464
- "exports",
6465
- "vs/nls"
6466
- ],
6467
6467
  "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6468
6468
  "require",
6469
6469
  "exports",
@@ -6497,6 +6497,10 @@
6497
6497
  "require",
6498
6498
  "exports"
6499
6499
  ],
6500
+ "vs/base/common/naturalLanguage/korean": [
6501
+ "require",
6502
+ "exports"
6503
+ ],
6500
6504
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6501
6505
  "require",
6502
6506
  "exports",
@@ -6553,10 +6557,6 @@
6553
6557
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6554
6558
  ],
6555
6559
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6556
- "vs/base/common/naturalLanguage/korean": [
6557
- "require",
6558
- "exports"
6559
- ],
6560
6560
  "vs/platform/opener/browser/link": [
6561
6561
  "require",
6562
6562
  "exports",
@@ -7090,52 +7090,131 @@
7090
7090
  "require",
7091
7091
  "exports"
7092
7092
  ],
7093
- "vs/css!vs/editor/browser/widget/multiDiffEditor/style": [],
7094
- "vs/base/browser/ui/button/button": [
7093
+ "vs/css!vs/editor/browser/widget/multiDiffEditor/style": [],
7094
+ "vs/base/browser/ui/button/button": [
7095
+ "require",
7096
+ "exports",
7097
+ "vs/base/browser/dom",
7098
+ "vs/base/browser/dompurify/dompurify",
7099
+ "vs/base/browser/keyboardEvent",
7100
+ "vs/base/browser/markdownRenderer",
7101
+ "vs/base/browser/touch",
7102
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7103
+ "vs/base/browser/ui/iconLabel/iconLabels",
7104
+ "vs/base/common/color",
7105
+ "vs/base/common/event",
7106
+ "vs/base/common/htmlContent",
7107
+ "vs/base/common/lifecycle",
7108
+ "vs/base/common/themables",
7109
+ "vs/base/browser/ui/hover/hoverDelegate2",
7110
+ "vs/css!vs/base/browser/ui/button/button"
7111
+ ],
7112
+ "vs/platform/actions/browser/toolbar": [
7113
+ "require",
7114
+ "exports",
7115
+ "vs/base/browser/dom",
7116
+ "vs/base/browser/mouseEvent",
7117
+ "vs/base/browser/ui/toolbar/toolbar",
7118
+ "vs/base/common/actions",
7119
+ "vs/base/common/arrays",
7120
+ "vs/base/common/collections",
7121
+ "vs/base/common/errors",
7122
+ "vs/base/common/event",
7123
+ "vs/base/common/iterator",
7124
+ "vs/base/common/lifecycle",
7125
+ "vs/nls",
7126
+ "vs/platform/actions/browser/menuEntryActionViewItem",
7127
+ "vs/platform/actions/common/actions",
7128
+ "vs/platform/actions/common/menuService",
7129
+ "vs/platform/commands/common/commands",
7130
+ "vs/platform/contextkey/common/contextkey",
7131
+ "vs/platform/contextview/browser/contextView",
7132
+ "vs/platform/keybinding/common/keybinding",
7133
+ "vs/platform/telemetry/common/telemetry"
7134
+ ],
7135
+ "vs/editor/browser/widget/multiDiffEditor/utils": [
7136
+ "require",
7137
+ "exports",
7138
+ "vs/base/common/actions"
7139
+ ],
7140
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7141
+ "require",
7142
+ "exports",
7143
+ "vs/base/common/event",
7144
+ "vs/base/common/lifecycle",
7145
+ "vs/editor/common/textModelBracketPairs",
7146
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7147
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7148
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7149
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7150
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7151
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7152
+ "vs/base/common/arrays",
7153
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7154
+ ],
7155
+ "vs/editor/common/core/textChange": [
7156
+ "require",
7157
+ "exports",
7158
+ "vs/base/common/buffer",
7159
+ "vs/editor/common/core/stringBuilder"
7160
+ ],
7161
+ "vs/base/common/buffer": [
7162
+ "require",
7163
+ "exports",
7164
+ "vs/base/common/lazy"
7165
+ ],
7166
+ "vs/editor/common/model/textModelPart": [
7167
+ "require",
7168
+ "exports",
7169
+ "vs/base/common/lifecycle"
7170
+ ],
7171
+ "vs/editor/common/textModelGuides": [
7172
+ "require",
7173
+ "exports"
7174
+ ],
7175
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7176
+ "require",
7177
+ "exports",
7178
+ "vs/editor/common/core/position",
7179
+ "vs/editor/common/core/range",
7180
+ "vs/editor/common/model",
7181
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7182
+ "vs/editor/common/model/textModelSearch"
7183
+ ],
7184
+ "vs/editor/common/model/textModelTokens": [
7185
+ "require",
7186
+ "exports",
7187
+ "vs/base/common/async",
7188
+ "vs/base/common/errors",
7189
+ "vs/base/common/platform",
7190
+ "vs/base/common/stopwatch",
7191
+ "vs/editor/common/core/eolCounter",
7192
+ "vs/editor/common/core/lineRange",
7193
+ "vs/editor/common/core/offsetRange",
7194
+ "vs/editor/common/languages/nullTokenize",
7195
+ "vs/editor/common/model/fixedArray",
7196
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7197
+ "vs/editor/common/tokens/lineTokens"
7198
+ ],
7199
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7095
7200
  "require",
7096
7201
  "exports",
7097
- "vs/base/browser/dom",
7098
- "vs/base/browser/dompurify/dompurify",
7099
- "vs/base/browser/keyboardEvent",
7100
- "vs/base/browser/markdownRenderer",
7101
- "vs/base/browser/touch",
7102
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7103
- "vs/base/browser/ui/iconLabel/iconLabels",
7104
- "vs/base/common/color",
7105
- "vs/base/common/event",
7106
- "vs/base/common/htmlContent",
7107
- "vs/base/common/lifecycle",
7108
- "vs/base/common/themables",
7109
- "vs/base/browser/ui/hover/hoverDelegate2",
7110
- "vs/css!vs/base/browser/ui/button/button"
7202
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7111
7203
  ],
7112
- "vs/platform/actions/browser/toolbar": [
7204
+ "vs/editor/common/tokens/contiguousTokensStore": [
7113
7205
  "require",
7114
7206
  "exports",
7115
- "vs/base/browser/dom",
7116
- "vs/base/browser/mouseEvent",
7117
- "vs/base/browser/ui/toolbar/toolbar",
7118
- "vs/base/common/actions",
7119
7207
  "vs/base/common/arrays",
7120
- "vs/base/common/collections",
7121
- "vs/base/common/errors",
7122
- "vs/base/common/event",
7123
- "vs/base/common/iterator",
7124
- "vs/base/common/lifecycle",
7125
- "vs/nls",
7126
- "vs/platform/actions/browser/menuEntryActionViewItem",
7127
- "vs/platform/actions/common/actions",
7128
- "vs/platform/actions/common/menuService",
7129
- "vs/platform/commands/common/commands",
7130
- "vs/platform/contextkey/common/contextkey",
7131
- "vs/platform/contextview/browser/contextView",
7132
- "vs/platform/keybinding/common/keybinding",
7133
- "vs/platform/telemetry/common/telemetry"
7208
+ "vs/editor/common/core/position",
7209
+ "vs/editor/common/tokens/contiguousTokensEditing",
7210
+ "vs/editor/common/tokens/lineTokens",
7211
+ "vs/editor/common/encodedTokenAttributes"
7134
7212
  ],
7135
- "vs/editor/browser/widget/multiDiffEditor/utils": [
7213
+ "vs/editor/common/tokens/sparseTokensStore": [
7136
7214
  "require",
7137
7215
  "exports",
7138
- "vs/base/common/actions"
7216
+ "vs/base/common/arrays",
7217
+ "vs/editor/common/tokens/lineTokens"
7139
7218
  ],
7140
7219
  "vs/editor/browser/viewParts/lines/viewLine": [
7141
7220
  "require",
@@ -7188,10 +7267,6 @@
7188
7267
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7189
7268
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7190
7269
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7191
- "vs/editor/common/textModelGuides": [
7192
- "require",
7193
- "exports"
7194
- ],
7195
7270
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7196
7271
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7197
7272
  "vs/editor/browser/viewParts/lines/domReadingContext": [
@@ -7202,6 +7277,7 @@
7202
7277
  "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
7203
7278
  "vs/css!vs/editor/browser/viewParts/margin/margin": [],
7204
7279
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
7280
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7205
7281
  "vs/base/browser/globalPointerMoveMonitor": [
7206
7282
  "require",
7207
7283
  "exports",
@@ -7226,12 +7302,11 @@
7226
7302
  "vs/base/common/platform"
7227
7303
  ],
7228
7304
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
7229
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
7305
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7230
7306
  "vs/editor/common/viewModel/overviewZoneManager": [
7231
7307
  "require",
7232
7308
  "exports"
7233
7309
  ],
7234
- "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7235
7310
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7236
7311
  "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7237
7312
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
@@ -7252,81 +7327,6 @@
7252
7327
  "require",
7253
7328
  "exports"
7254
7329
  ],
7255
- "vs/base/common/buffer": [
7256
- "require",
7257
- "exports",
7258
- "vs/base/common/lazy"
7259
- ],
7260
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7261
- "require",
7262
- "exports",
7263
- "vs/base/common/event",
7264
- "vs/base/common/lifecycle",
7265
- "vs/editor/common/textModelBracketPairs",
7266
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7267
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7268
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7269
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7270
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7271
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7272
- "vs/base/common/arrays",
7273
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7274
- ],
7275
- "vs/editor/common/core/textChange": [
7276
- "require",
7277
- "exports",
7278
- "vs/base/common/buffer",
7279
- "vs/editor/common/core/stringBuilder"
7280
- ],
7281
- "vs/editor/common/model/textModelPart": [
7282
- "require",
7283
- "exports",
7284
- "vs/base/common/lifecycle"
7285
- ],
7286
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7287
- "require",
7288
- "exports",
7289
- "vs/editor/common/core/position",
7290
- "vs/editor/common/core/range",
7291
- "vs/editor/common/model",
7292
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7293
- "vs/editor/common/model/textModelSearch"
7294
- ],
7295
- "vs/editor/common/model/textModelTokens": [
7296
- "require",
7297
- "exports",
7298
- "vs/base/common/async",
7299
- "vs/base/common/errors",
7300
- "vs/base/common/platform",
7301
- "vs/base/common/stopwatch",
7302
- "vs/editor/common/core/eolCounter",
7303
- "vs/editor/common/core/lineRange",
7304
- "vs/editor/common/core/offsetRange",
7305
- "vs/editor/common/languages/nullTokenize",
7306
- "vs/editor/common/model/fixedArray",
7307
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7308
- "vs/editor/common/tokens/lineTokens"
7309
- ],
7310
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7311
- "require",
7312
- "exports",
7313
- "vs/editor/common/tokens/contiguousMultilineTokens"
7314
- ],
7315
- "vs/editor/common/tokens/contiguousTokensStore": [
7316
- "require",
7317
- "exports",
7318
- "vs/base/common/arrays",
7319
- "vs/editor/common/core/position",
7320
- "vs/editor/common/tokens/contiguousTokensEditing",
7321
- "vs/editor/common/tokens/lineTokens",
7322
- "vs/editor/common/encodedTokenAttributes"
7323
- ],
7324
- "vs/editor/common/tokens/sparseTokensStore": [
7325
- "require",
7326
- "exports",
7327
- "vs/base/common/arrays",
7328
- "vs/editor/common/tokens/lineTokens"
7329
- ],
7330
7330
  "vs/editor/common/cursor/cursorCollection": [
7331
7331
  "require",
7332
7332
  "exports",
@@ -7356,10 +7356,6 @@
7356
7356
  "vs/editor/common/viewModel"
7357
7357
  ],
7358
7358
  "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget": [],
7359
- "vs/base/common/decorators": [
7360
- "require",
7361
- "exports"
7362
- ],
7363
7359
  "vs/platform/actionWidget/browser/actionList": [
7364
7360
  "require",
7365
7361
  "exports",
@@ -7379,6 +7375,10 @@
7379
7375
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
7380
7376
  ],
7381
7377
  "vs/css!vs/platform/actionWidget/browser/actionWidget": [],
7378
+ "vs/base/common/decorators": [
7379
+ "require",
7380
+ "exports"
7381
+ ],
7382
7382
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
7383
7383
  "require",
7384
7384
  "exports",
@@ -7594,7 +7594,6 @@
7594
7594
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7595
7595
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7596
7596
  "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7597
- "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
7598
7597
  "vs/editor/browser/widget/diffEditor/diffProviderFactoryService": [
7599
7598
  "require",
7600
7599
  "exports",
@@ -7622,6 +7621,7 @@
7622
7621
  "vs/editor/contrib/inlineCompletions/browser/utils",
7623
7622
  "vs/editor/contrib/snippet/browser/snippetParser"
7624
7623
  ],
7624
+ "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
7625
7625
  "vs/base/common/observableInternal/lazyObservableValue": [
7626
7626
  "require",
7627
7627
  "exports",
@@ -7750,6 +7750,15 @@
7750
7750
  "vs/base/browser/ui/tree/tree",
7751
7751
  "vs/base/common/iterator"
7752
7752
  ],
7753
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7754
+ "require",
7755
+ "exports",
7756
+ "vs/base/browser/ui/tree/objectTreeModel",
7757
+ "vs/base/browser/ui/tree/tree",
7758
+ "vs/base/common/arrays",
7759
+ "vs/base/common/event",
7760
+ "vs/base/common/iterator"
7761
+ ],
7753
7762
  "vs/base/browser/ui/countBadge/countBadge": [
7754
7763
  "require",
7755
7764
  "exports",
@@ -7767,15 +7776,6 @@
7767
7776
  "vs/base/common/lifecycle",
7768
7777
  "vs/base/common/objects"
7769
7778
  ],
7770
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7771
- "require",
7772
- "exports",
7773
- "vs/base/browser/ui/tree/objectTreeModel",
7774
- "vs/base/browser/ui/tree/tree",
7775
- "vs/base/common/arrays",
7776
- "vs/base/common/event",
7777
- "vs/base/common/iterator"
7778
- ],
7779
7779
  "vs/css!vs/base/browser/ui/splitview/splitview": [],
7780
7780
  "vs/editor/common/core/positionToOffset": [
7781
7781
  "require",
@@ -7784,21 +7784,6 @@
7784
7784
  "vs/editor/common/core/textLength"
7785
7785
  ],
7786
7786
  "vs/css!vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": [],
7787
- "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7788
- "require",
7789
- "exports",
7790
- "vs/base/browser/dom",
7791
- "vs/base/common/lifecycle",
7792
- "vs/base/common/observable",
7793
- "vs/editor/common/core/lineRange",
7794
- "vs/editor/common/core/offsetRange"
7795
- ],
7796
- "vs/editor/common/model/textModelText": [
7797
- "require",
7798
- "exports",
7799
- "vs/editor/common/core/textEdit",
7800
- "vs/editor/common/core/textLength"
7801
- ],
7802
7787
  "vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin": [
7803
7788
  "require",
7804
7789
  "exports",
@@ -7821,6 +7806,21 @@
7821
7806
  "vs/editor/common/viewLayout/viewLineRenderer",
7822
7807
  "vs/editor/common/viewModel"
7823
7808
  ],
7809
+ "vs/editor/browser/widget/diffEditor/utils/editorGutter": [
7810
+ "require",
7811
+ "exports",
7812
+ "vs/base/browser/dom",
7813
+ "vs/base/common/lifecycle",
7814
+ "vs/base/common/observable",
7815
+ "vs/editor/common/core/lineRange",
7816
+ "vs/editor/common/core/offsetRange"
7817
+ ],
7818
+ "vs/editor/common/model/textModelText": [
7819
+ "require",
7820
+ "exports",
7821
+ "vs/editor/common/core/textEdit",
7822
+ "vs/editor/common/core/textLength"
7823
+ ],
7824
7824
  "vs/base/browser/ui/scrollbar/scrollbarState": [
7825
7825
  "require",
7826
7826
  "exports"
@@ -7843,6 +7843,17 @@
7843
7843
  "exports"
7844
7844
  ],
7845
7845
  "vs/css!vs/base/browser/ui/contextview/contextview": [],
7846
+ "vs/editor/common/services/languagesAssociations": [
7847
+ "require",
7848
+ "exports",
7849
+ "vs/base/common/glob",
7850
+ "vs/base/common/mime",
7851
+ "vs/base/common/network",
7852
+ "vs/base/common/path",
7853
+ "vs/base/common/resources",
7854
+ "vs/base/common/strings",
7855
+ "vs/editor/common/languages/modesRegistry"
7856
+ ],
7846
7857
  "vs/base/browser/ui/menu/menu": [
7847
7858
  "require",
7848
7859
  "exports",
@@ -7865,17 +7876,6 @@
7865
7876
  "vs/base/common/platform",
7866
7877
  "vs/base/common/strings"
7867
7878
  ],
7868
- "vs/editor/common/services/languagesAssociations": [
7869
- "require",
7870
- "exports",
7871
- "vs/base/common/glob",
7872
- "vs/base/common/mime",
7873
- "vs/base/common/network",
7874
- "vs/base/common/path",
7875
- "vs/base/common/resources",
7876
- "vs/base/common/strings",
7877
- "vs/editor/common/languages/modesRegistry"
7878
- ],
7879
7879
  "vs/platform/quickinput/browser/quickAccess": [
7880
7880
  "require",
7881
7881
  "exports",
@@ -7950,27 +7950,6 @@
7950
7950
  "vs/base/browser/ui/hover/hoverDelegateFactory",
7951
7951
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
7952
7952
  ],
7953
- "vs/editor/browser/viewParts/lines/rangeUtil": [
7954
- "require",
7955
- "exports",
7956
- "vs/editor/browser/view/renderingContext"
7957
- ],
7958
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
7959
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
7960
- "require",
7961
- "exports",
7962
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
7963
- "vs/base/common/uint"
7964
- ],
7965
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
7966
- "require",
7967
- "exports"
7968
- ],
7969
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
7970
- "require",
7971
- "exports",
7972
- "vs/base/common/functional"
7973
- ],
7974
7953
  "vs/editor/common/textModelBracketPairs": [
7975
7954
  "require",
7976
7955
  "exports"
@@ -8032,6 +8011,27 @@
8032
8011
  "exports",
8033
8012
  "vs/editor/common/tokens/lineTokens"
8034
8013
  ],
8014
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
8015
+ "require",
8016
+ "exports",
8017
+ "vs/editor/browser/view/renderingContext"
8018
+ ],
8019
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8020
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8021
+ "require",
8022
+ "exports",
8023
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8024
+ "vs/base/common/uint"
8025
+ ],
8026
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8027
+ "require",
8028
+ "exports"
8029
+ ],
8030
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8031
+ "require",
8032
+ "exports",
8033
+ "vs/base/common/functional"
8034
+ ],
8035
8035
  "vs/editor/common/cursor/oneCursor": [
8036
8036
  "require",
8037
8037
  "exports",
@@ -8116,6 +8116,7 @@
8116
8116
  "vs/css!vs/platform/quickinput/browser/media/quickInput"
8117
8117
  ],
8118
8118
  "vs/css!vs/platform/quickinput/browser/media/quickInput": [],
8119
+ "vs/css!vs/base/browser/ui/toolbar/toolbar": [],
8119
8120
  "vs/base/browser/ui/progressbar/progressbar": [
8120
8121
  "require",
8121
8122
  "exports",
@@ -8173,7 +8174,6 @@
8173
8174
  "vs/platform/quickinput/browser/quickInput",
8174
8175
  "vs/platform/quickinput/common/quickInput"
8175
8176
  ],
8176
- "vs/css!vs/base/browser/ui/toolbar/toolbar": [],
8177
8177
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast": [
8178
8178
  "require",
8179
8179
  "exports",