monaco-editor-core 0.33.0-dev.20220206 → 0.33.0-dev.20220207

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 (43) hide show
  1. package/dev/bundleInfo.json +1236 -1236
  2. package/dev/nls.metadata.json +199 -199
  3. package/dev/vs/base/worker/workerMain.js +1 -1
  4. package/dev/vs/editor/editor.main.css +1 -1
  5. package/dev/vs/editor/editor.main.js +1 -1
  6. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +1 -1
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  27. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
  43. package/version.txt +1 -1
@@ -2014,6 +2014,194 @@
2014
2014
  ],
2015
2015
  "vs/editor/browser/coreCommands.nls": [],
2016
2016
  "vs/editor/browser/coreCommands.nls.keys": [],
2017
+ "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2018
+ "vs/base/common/network": [
2019
+ "require",
2020
+ "exports",
2021
+ "vs/base/common/platform",
2022
+ "vs/base/common/uri"
2023
+ ],
2024
+ "vs/editor/browser/config/editorConfiguration": [
2025
+ "require",
2026
+ "exports",
2027
+ "vs/base/browser/browser",
2028
+ "vs/base/common/arrays",
2029
+ "vs/base/common/event",
2030
+ "vs/base/common/lifecycle",
2031
+ "vs/base/common/objects",
2032
+ "vs/base/common/platform",
2033
+ "vs/editor/browser/config/elementSizeObserver",
2034
+ "vs/editor/browser/config/fontMeasurements",
2035
+ "vs/editor/browser/config/migrateOptions",
2036
+ "vs/editor/browser/config/tabFocus",
2037
+ "vs/editor/common/config/editorOptions",
2038
+ "vs/editor/common/config/editorZoom",
2039
+ "vs/editor/common/config/fontInfo",
2040
+ "vs/platform/accessibility/common/accessibility"
2041
+ ],
2042
+ "vs/editor/browser/view": [
2043
+ "require",
2044
+ "exports",
2045
+ "vs/base/browser/dom",
2046
+ "vs/editor/common/core/selection",
2047
+ "vs/base/browser/fastDomNode",
2048
+ "vs/base/common/errors",
2049
+ "vs/editor/browser/controller/pointerHandler",
2050
+ "vs/editor/browser/controller/textAreaHandler",
2051
+ "vs/editor/browser/view/viewController",
2052
+ "vs/editor/browser/view/viewUserInputEvents",
2053
+ "vs/editor/browser/view/viewOverlays",
2054
+ "vs/editor/browser/view/viewPart",
2055
+ "vs/editor/browser/viewParts/contentWidgets/contentWidgets",
2056
+ "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
2057
+ "vs/editor/browser/viewParts/decorations/decorations",
2058
+ "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
2059
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
2060
+ "vs/editor/browser/viewParts/indentGuides/indentGuides",
2061
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
2062
+ "vs/editor/browser/viewParts/lines/viewLines",
2063
+ "vs/editor/browser/viewParts/linesDecorations/linesDecorations",
2064
+ "vs/editor/browser/viewParts/margin/margin",
2065
+ "vs/editor/browser/viewParts/marginDecorations/marginDecorations",
2066
+ "vs/editor/browser/viewParts/minimap/minimap",
2067
+ "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
2068
+ "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
2069
+ "vs/editor/browser/viewParts/overviewRuler/overviewRuler",
2070
+ "vs/editor/browser/viewParts/rulers/rulers",
2071
+ "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
2072
+ "vs/editor/browser/viewParts/selections/selections",
2073
+ "vs/editor/browser/viewParts/viewCursors/viewCursors",
2074
+ "vs/editor/browser/viewParts/viewZones/viewZones",
2075
+ "vs/editor/common/core/position",
2076
+ "vs/editor/common/core/range",
2077
+ "vs/editor/browser/view/renderingContext",
2078
+ "vs/editor/common/viewModel/viewContext",
2079
+ "vs/editor/common/viewLayout/viewLinesViewportData",
2080
+ "vs/editor/common/viewEventHandler",
2081
+ "vs/platform/theme/common/themeService",
2082
+ "vs/editor/browser/controller/mouseTarget"
2083
+ ],
2084
+ "vs/editor/browser/view/viewUserInputEvents": [
2085
+ "require",
2086
+ "exports"
2087
+ ],
2088
+ "vs/editor/common/cursor/cursor": [
2089
+ "require",
2090
+ "exports",
2091
+ "vs/base/common/errors",
2092
+ "vs/base/common/strings",
2093
+ "vs/editor/common/cursor/cursorCollection",
2094
+ "vs/editor/common/cursorCommon",
2095
+ "vs/editor/common/cursor/cursorContext",
2096
+ "vs/editor/common/cursor/cursorDeleteOperations",
2097
+ "vs/editor/common/cursor/cursorTypeOperations",
2098
+ "vs/editor/common/core/range",
2099
+ "vs/editor/common/core/selection",
2100
+ "vs/editor/common/textModelEvents",
2101
+ "vs/editor/common/viewEvents",
2102
+ "vs/base/common/lifecycle",
2103
+ "vs/editor/common/viewModelEventDispatcher"
2104
+ ],
2105
+ "vs/editor/common/core/cursorColumns": [
2106
+ "require",
2107
+ "exports",
2108
+ "vs/base/common/strings"
2109
+ ],
2110
+ "vs/editor/common/editorAction": [
2111
+ "require",
2112
+ "exports"
2113
+ ],
2114
+ "vs/editor/common/core/editorColorRegistry": [
2115
+ "require",
2116
+ "exports",
2117
+ "vs/nls!vs/editor/common/core/editorColorRegistry",
2118
+ "vs/base/common/color",
2119
+ "vs/platform/theme/common/colorRegistry",
2120
+ "vs/platform/theme/common/themeService"
2121
+ ],
2122
+ "vs/editor/common/viewModel/viewModelImpl": [
2123
+ "require",
2124
+ "exports",
2125
+ "vs/base/common/arrays",
2126
+ "vs/base/common/async",
2127
+ "vs/base/common/color",
2128
+ "vs/base/common/lifecycle",
2129
+ "vs/base/common/platform",
2130
+ "vs/base/common/strings",
2131
+ "vs/editor/common/config/editorOptions",
2132
+ "vs/editor/common/cursor/cursor",
2133
+ "vs/editor/common/cursorCommon",
2134
+ "vs/editor/common/core/position",
2135
+ "vs/editor/common/core/range",
2136
+ "vs/editor/common/textModelEvents",
2137
+ "vs/editor/common/languages",
2138
+ "vs/editor/common/languages/modesRegistry",
2139
+ "vs/editor/common/languages/textToHtmlTokenizer",
2140
+ "vs/editor/common/viewEvents",
2141
+ "vs/editor/common/viewLayout/viewLayout",
2142
+ "vs/editor/common/viewModel/minimapTokensColorTracker",
2143
+ "vs/editor/common/viewModel",
2144
+ "vs/editor/common/viewModel/viewModelDecorations",
2145
+ "vs/editor/common/viewModelEventDispatcher",
2146
+ "vs/editor/common/viewModel/viewModelLines"
2147
+ ],
2148
+ "vs/platform/instantiation/common/serviceCollection": [
2149
+ "require",
2150
+ "exports"
2151
+ ],
2152
+ "vs/platform/accessibility/common/accessibility": [
2153
+ "require",
2154
+ "exports",
2155
+ "vs/platform/contextkey/common/contextkey",
2156
+ "vs/platform/instantiation/common/instantiation"
2157
+ ],
2158
+ "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2159
+ "require",
2160
+ "exports",
2161
+ "vs/base/common/strings",
2162
+ "vs/editor/common/core/characterClassifier",
2163
+ "vs/editor/common/textModelEvents",
2164
+ "vs/editor/common/modelLineProjectionData"
2165
+ ],
2166
+ "vs/editor/browser/view/domLineBreaksComputer": [
2167
+ "require",
2168
+ "exports",
2169
+ "vs/editor/common/core/stringBuilder",
2170
+ "vs/base/common/strings",
2171
+ "vs/editor/browser/config/domFontInfo",
2172
+ "vs/editor/common/textModelEvents",
2173
+ "vs/editor/common/modelLineProjectionData"
2174
+ ],
2175
+ "vs/editor/common/cursor/cursorWordOperations": [
2176
+ "require",
2177
+ "exports",
2178
+ "vs/base/common/strings",
2179
+ "vs/editor/common/cursorCommon",
2180
+ "vs/editor/common/cursor/cursorDeleteOperations",
2181
+ "vs/editor/common/core/wordCharacterClassifier",
2182
+ "vs/editor/common/core/position",
2183
+ "vs/editor/common/core/range"
2184
+ ],
2185
+ "vs/editor/browser/config/domFontInfo": [
2186
+ "require",
2187
+ "exports",
2188
+ "vs/base/browser/browser",
2189
+ "vs/base/browser/fastDomNode",
2190
+ "vs/editor/common/config/editorOptions"
2191
+ ],
2192
+ "vs/editor/browser/services/markerDecorations": [
2193
+ "require",
2194
+ "exports",
2195
+ "vs/editor/common/services/markerDecorations",
2196
+ "vs/editor/browser/editorExtensions"
2197
+ ],
2198
+ "vs/css!vs/editor/browser/widget/media/editor": [],
2199
+ "===anonymous6===": [
2200
+ "vs/editor/browser/widget/codeEditorWidget.nls",
2201
+ "vs/editor/browser/widget/codeEditorWidget.nls.keys"
2202
+ ],
2203
+ "vs/editor/browser/widget/codeEditorWidget.nls": [],
2204
+ "vs/editor/browser/widget/codeEditorWidget.nls.keys": [],
2017
2205
  "vs/nls!vs/editor/browser/widget/diffEditorWidget": [],
2018
2206
  "vs/base/browser/ui/sash/sash": [
2019
2207
  "require",
@@ -2037,13 +2225,6 @@
2037
2225
  "vs/base/common/lifecycle",
2038
2226
  "vs/base/common/platform"
2039
2227
  ],
2040
- "vs/editor/browser/config/domFontInfo": [
2041
- "require",
2042
- "exports",
2043
- "vs/base/browser/browser",
2044
- "vs/base/browser/fastDomNode",
2045
- "vs/editor/common/config/editorOptions"
2046
- ],
2047
2228
  "vs/editor/browser/stableEditorScroll": [
2048
2229
  "require",
2049
2230
  "exports"
@@ -2139,10 +2320,6 @@
2139
2320
  "vs/base/common/strings",
2140
2321
  "vs/editor/common/core/range"
2141
2322
  ],
2142
- "vs/platform/instantiation/common/serviceCollection": [
2143
- "require",
2144
- "exports"
2145
- ],
2146
2323
  "vs/platform/contextview/browser/contextView": [
2147
2324
  "require",
2148
2325
  "exports",
@@ -2195,7 +2372,7 @@
2195
2372
  "vs/platform/theme/common/themeService"
2196
2373
  ],
2197
2374
  "vs/css!vs/editor/browser/widget/media/diffEditor": [],
2198
- "===anonymous6===": [
2375
+ "===anonymous7===": [
2199
2376
  "vs/editor/browser/widget/diffEditorWidget.nls",
2200
2377
  "vs/editor/browser/widget/diffEditorWidget.nls.keys"
2201
2378
  ],
@@ -2213,20 +2390,12 @@
2213
2390
  ],
2214
2391
  "vs/nls!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2215
2392
  "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2216
- "===anonymous7===": [
2393
+ "===anonymous8===": [
2217
2394
  "vs/editor/contrib/anchorSelect/browser/anchorSelect.nls",
2218
2395
  "vs/editor/contrib/anchorSelect/browser/anchorSelect.nls.keys"
2219
2396
  ],
2220
2397
  "vs/editor/contrib/anchorSelect/browser/anchorSelect.nls": [],
2221
2398
  "vs/editor/contrib/anchorSelect/browser/anchorSelect.nls.keys": [],
2222
- "vs/editor/common/core/editorColorRegistry": [
2223
- "require",
2224
- "exports",
2225
- "vs/nls!vs/editor/common/core/editorColorRegistry",
2226
- "vs/base/common/color",
2227
- "vs/platform/theme/common/colorRegistry",
2228
- "vs/platform/theme/common/themeService"
2229
- ],
2230
2399
  "vs/nls!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2231
2400
  "vs/platform/actions/common/actions": [
2232
2401
  "require",
@@ -2243,7 +2412,7 @@
2243
2412
  "vs/platform/theme/common/themeService"
2244
2413
  ],
2245
2414
  "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2246
- "===anonymous8===": [
2415
+ "===anonymous9===": [
2247
2416
  "vs/editor/contrib/bracketMatching/browser/bracketMatching.nls",
2248
2417
  "vs/editor/contrib/bracketMatching/browser/bracketMatching.nls.keys"
2249
2418
  ],
@@ -2256,7 +2425,7 @@
2256
2425
  "vs/editor/common/core/selection"
2257
2426
  ],
2258
2427
  "vs/nls!vs/editor/contrib/caretOperations/browser/caretOperations": [],
2259
- "===anonymous9===": [
2428
+ "===anonymous10===": [
2260
2429
  "vs/editor/contrib/caretOperations/browser/caretOperations.nls",
2261
2430
  "vs/editor/contrib/caretOperations/browser/caretOperations.nls.keys"
2262
2431
  ],
@@ -2278,12 +2447,33 @@
2278
2447
  "vs/editor/common/cursor/cursorAtomicMoveOperations"
2279
2448
  ],
2280
2449
  "vs/nls!vs/editor/contrib/caretOperations/browser/transpose": [],
2281
- "===anonymous10===": [
2450
+ "===anonymous11===": [
2282
2451
  "vs/editor/contrib/caretOperations/browser/transpose.nls",
2283
2452
  "vs/editor/contrib/caretOperations/browser/transpose.nls.keys"
2284
2453
  ],
2285
2454
  "vs/editor/contrib/caretOperations/browser/transpose.nls": [],
2286
2455
  "vs/editor/contrib/caretOperations/browser/transpose.nls.keys": [],
2456
+ "vs/editor/browser/controller/textAreaInput": [
2457
+ "require",
2458
+ "exports",
2459
+ "vs/base/browser/browser",
2460
+ "vs/base/browser/dom",
2461
+ "vs/base/browser/keyboardEvent",
2462
+ "vs/base/common/async",
2463
+ "vs/base/common/event",
2464
+ "vs/base/common/lifecycle",
2465
+ "vs/base/common/mime",
2466
+ "vs/base/common/strings",
2467
+ "vs/editor/browser/controller/textAreaState",
2468
+ "vs/editor/common/core/selection"
2469
+ ],
2470
+ "vs/nls!vs/editor/contrib/clipboard/browser/clipboard": [],
2471
+ "===anonymous12===": [
2472
+ "vs/editor/contrib/clipboard/browser/clipboard.nls",
2473
+ "vs/editor/contrib/clipboard/browser/clipboard.nls.keys"
2474
+ ],
2475
+ "vs/editor/contrib/clipboard/browser/clipboard.nls": [],
2476
+ "vs/editor/contrib/clipboard/browser/clipboard.nls.keys": [],
2287
2477
  "vs/editor/contrib/codeAction/browser/codeActionCommands": [
2288
2478
  "require",
2289
2479
  "exports",
@@ -2309,21 +2499,71 @@
2309
2499
  "vs/editor/contrib/codeAction/browser/codeActionModel",
2310
2500
  "vs/editor/contrib/codeAction/browser/types"
2311
2501
  ],
2312
- "vs/editor/contrib/colorPicker/browser/colorDetector": [
2502
+ "vs/editor/contrib/codelens/browser/codelens": [
2313
2503
  "require",
2314
2504
  "exports",
2315
- "vs/base/common/async",
2316
- "vs/base/common/color",
2505
+ "vs/base/common/cancellation",
2317
2506
  "vs/base/common/errors",
2318
2507
  "vs/base/common/lifecycle",
2319
- "vs/base/common/strings",
2320
- "vs/editor/browser/editorDom",
2321
- "vs/editor/browser/editorExtensions",
2322
- "vs/editor/common/core/range",
2323
- "vs/editor/common/model/textModel",
2324
- "vs/editor/common/services/languageFeatures",
2325
- "vs/editor/contrib/colorPicker/browser/color",
2326
- "vs/platform/configuration/common/configuration"
2508
+ "vs/base/common/types",
2509
+ "vs/base/common/uri",
2510
+ "vs/editor/common/services/model",
2511
+ "vs/platform/commands/common/commands",
2512
+ "vs/editor/common/services/languageFeatures"
2513
+ ],
2514
+ "vs/editor/contrib/codelens/browser/codeLensCache": [
2515
+ "require",
2516
+ "exports",
2517
+ "vs/base/common/async",
2518
+ "vs/base/common/functional",
2519
+ "vs/base/common/map",
2520
+ "vs/editor/common/core/range",
2521
+ "vs/editor/contrib/codelens/browser/codelens",
2522
+ "vs/platform/instantiation/common/extensions",
2523
+ "vs/platform/instantiation/common/instantiation",
2524
+ "vs/platform/storage/common/storage"
2525
+ ],
2526
+ "vs/editor/contrib/codelens/browser/codelensWidget": [
2527
+ "require",
2528
+ "exports",
2529
+ "vs/base/browser/dom",
2530
+ "vs/base/browser/ui/iconLabel/iconLabels",
2531
+ "vs/editor/common/core/range",
2532
+ "vs/editor/common/model/textModel",
2533
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2534
+ ],
2535
+ "vs/nls!vs/editor/contrib/codelens/browser/codelensController": [],
2536
+ "vs/editor/common/services/languageFeatureDebounce": [
2537
+ "require",
2538
+ "exports",
2539
+ "vs/base/common/hash",
2540
+ "vs/base/common/map",
2541
+ "vs/base/common/numbers",
2542
+ "vs/platform/instantiation/common/extensions",
2543
+ "vs/platform/instantiation/common/instantiation",
2544
+ "vs/platform/log/common/log"
2545
+ ],
2546
+ "===anonymous13===": [
2547
+ "vs/editor/contrib/codelens/browser/codelensController.nls",
2548
+ "vs/editor/contrib/codelens/browser/codelensController.nls.keys"
2549
+ ],
2550
+ "vs/editor/contrib/codelens/browser/codelensController.nls": [],
2551
+ "vs/editor/contrib/codelens/browser/codelensController.nls.keys": [],
2552
+ "vs/editor/contrib/colorPicker/browser/colorDetector": [
2553
+ "require",
2554
+ "exports",
2555
+ "vs/base/common/async",
2556
+ "vs/base/common/color",
2557
+ "vs/base/common/errors",
2558
+ "vs/base/common/lifecycle",
2559
+ "vs/base/common/strings",
2560
+ "vs/editor/browser/editorDom",
2561
+ "vs/editor/browser/editorExtensions",
2562
+ "vs/editor/common/core/range",
2563
+ "vs/editor/common/model/textModel",
2564
+ "vs/editor/common/services/languageFeatures",
2565
+ "vs/editor/contrib/colorPicker/browser/color",
2566
+ "vs/platform/configuration/common/configuration"
2327
2567
  ],
2328
2568
  "vs/editor/contrib/colorPicker/browser/colorHoverParticipant": [
2329
2569
  "require",
@@ -2363,35 +2603,42 @@
2363
2603
  "vs/editor/contrib/comment/browser/blockCommentCommand"
2364
2604
  ],
2365
2605
  "vs/nls!vs/editor/contrib/comment/browser/comment": [],
2366
- "===anonymous11===": [
2606
+ "===anonymous14===": [
2367
2607
  "vs/editor/contrib/comment/browser/comment.nls",
2368
2608
  "vs/editor/contrib/comment/browser/comment.nls.keys"
2369
2609
  ],
2370
2610
  "vs/editor/contrib/comment/browser/comment.nls": [],
2371
2611
  "vs/editor/contrib/comment/browser/comment.nls.keys": [],
2372
- "vs/editor/browser/controller/textAreaInput": [
2612
+ "vs/base/browser/ui/actionbar/actionViewItems": [
2373
2613
  "require",
2374
2614
  "exports",
2375
2615
  "vs/base/browser/browser",
2616
+ "vs/base/browser/dnd",
2376
2617
  "vs/base/browser/dom",
2377
- "vs/base/browser/keyboardEvent",
2378
- "vs/base/common/async",
2618
+ "vs/base/browser/touch",
2619
+ "vs/base/common/actions",
2620
+ "vs/base/common/lifecycle",
2621
+ "vs/base/common/platform",
2622
+ "vs/base/common/types",
2623
+ "vs/nls!vs/base/browser/ui/actionbar/actionViewItems",
2624
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
2625
+ ],
2626
+ "vs/base/common/actions": [
2627
+ "require",
2628
+ "exports",
2379
2629
  "vs/base/common/event",
2380
2630
  "vs/base/common/lifecycle",
2381
- "vs/base/common/mime",
2382
- "vs/base/common/strings",
2383
- "vs/editor/browser/controller/textAreaState",
2384
- "vs/editor/common/core/selection"
2631
+ "vs/nls!vs/base/common/actions"
2385
2632
  ],
2386
- "vs/nls!vs/editor/contrib/clipboard/browser/clipboard": [],
2387
- "===anonymous12===": [
2388
- "vs/editor/contrib/clipboard/browser/clipboard.nls",
2389
- "vs/editor/contrib/clipboard/browser/clipboard.nls.keys"
2633
+ "vs/nls!vs/editor/contrib/contextmenu/browser/contextmenu": [],
2634
+ "===anonymous15===": [
2635
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls",
2636
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys"
2390
2637
  ],
2391
- "vs/editor/contrib/clipboard/browser/clipboard.nls": [],
2392
- "vs/editor/contrib/clipboard/browser/clipboard.nls.keys": [],
2638
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls": [],
2639
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys": [],
2393
2640
  "vs/nls!vs/editor/contrib/cursorUndo/browser/cursorUndo": [],
2394
- "===anonymous13===": [
2641
+ "===anonymous16===": [
2395
2642
  "vs/editor/contrib/cursorUndo/browser/cursorUndo.nls",
2396
2643
  "vs/editor/contrib/cursorUndo/browser/cursorUndo.nls.keys"
2397
2644
  ],
@@ -2464,7 +2711,7 @@
2464
2711
  "vs/css!vs/editor/contrib/find/browser/findWidget"
2465
2712
  ],
2466
2713
  "vs/nls!vs/editor/contrib/find/browser/findController": [],
2467
- "===anonymous14===": [
2714
+ "===anonymous17===": [
2468
2715
  "vs/editor/contrib/find/browser/findController.nls",
2469
2716
  "vs/editor/contrib/find/browser/findController.nls.keys"
2470
2717
  ],
@@ -2517,18 +2764,8 @@
2517
2764
  "exports",
2518
2765
  "vs/base/common/strings"
2519
2766
  ],
2520
- "vs/editor/common/services/languageFeatureDebounce": [
2521
- "require",
2522
- "exports",
2523
- "vs/base/common/hash",
2524
- "vs/base/common/map",
2525
- "vs/base/common/numbers",
2526
- "vs/platform/instantiation/common/extensions",
2527
- "vs/platform/instantiation/common/instantiation",
2528
- "vs/platform/log/common/log"
2529
- ],
2530
2767
  "vs/css!vs/editor/contrib/folding/browser/folding": [],
2531
- "===anonymous15===": [
2768
+ "===anonymous18===": [
2532
2769
  "vs/editor/contrib/folding/browser/folding.nls",
2533
2770
  "vs/editor/contrib/folding/browser/folding.nls.keys"
2534
2771
  ],
@@ -2540,14 +2777,14 @@
2540
2777
  "vs/base/common/event"
2541
2778
  ],
2542
2779
  "vs/nls!vs/editor/contrib/fontZoom/browser/fontZoom": [],
2543
- "===anonymous16===": [
2780
+ "===anonymous19===": [
2544
2781
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls",
2545
2782
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls.keys"
2546
2783
  ],
2547
2784
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls": [],
2548
2785
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls.keys": [],
2549
2786
  "vs/nls!vs/editor/contrib/format/browser/formatActions": [],
2550
- "===anonymous17===": [
2787
+ "===anonymous20===": [
2551
2788
  "vs/editor/contrib/format/browser/formatActions.nls",
2552
2789
  "vs/editor/contrib/format/browser/formatActions.nls.keys"
2553
2790
  ],
@@ -2676,7 +2913,7 @@
2676
2913
  "vs/editor/contrib/gotoSymbol/browser/referencesModel",
2677
2914
  "vs/editor/common/services/languageFeatures"
2678
2915
  ],
2679
- "===anonymous18===": [
2916
+ "===anonymous21===": [
2680
2917
  "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls",
2681
2918
  "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys"
2682
2919
  ],
@@ -2691,7 +2928,7 @@
2691
2928
  ],
2692
2929
  "vs/nls!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
2693
2930
  "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
2694
- "===anonymous19===": [
2931
+ "===anonymous22===": [
2695
2932
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls",
2696
2933
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls.keys"
2697
2934
  ],
@@ -2740,7 +2977,7 @@
2740
2977
  "vs/platform/theme/common/themeService",
2741
2978
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
2742
2979
  ],
2743
- "===anonymous20===": [
2980
+ "===anonymous23===": [
2744
2981
  "vs/editor/contrib/gotoError/browser/gotoError.nls",
2745
2982
  "vs/editor/contrib/gotoError/browser/gotoError.nls.keys"
2746
2983
  ],
@@ -2821,209 +3058,70 @@
2821
3058
  "vs/platform/theme/common/themeService",
2822
3059
  "vs/editor/common/services/languageFeatures"
2823
3060
  ],
2824
- "===anonymous21===": [
3061
+ "===anonymous24===": [
2825
3062
  "vs/editor/contrib/hover/browser/hover.nls",
2826
3063
  "vs/editor/contrib/hover/browser/hover.nls.keys"
2827
3064
  ],
2828
3065
  "vs/editor/contrib/hover/browser/hover.nls": [],
2829
3066
  "vs/editor/contrib/hover/browser/hover.nls.keys": [],
2830
- "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2831
- "vs/base/common/network": [
2832
- "require",
2833
- "exports",
2834
- "vs/base/common/platform",
2835
- "vs/base/common/uri"
2836
- ],
2837
- "vs/editor/browser/config/editorConfiguration": [
3067
+ "vs/editor/common/commands/shiftCommand": [
2838
3068
  "require",
2839
3069
  "exports",
2840
- "vs/base/browser/browser",
2841
- "vs/base/common/arrays",
2842
- "vs/base/common/event",
2843
- "vs/base/common/lifecycle",
2844
- "vs/base/common/objects",
2845
- "vs/base/common/platform",
2846
- "vs/editor/browser/config/elementSizeObserver",
2847
- "vs/editor/browser/config/fontMeasurements",
2848
- "vs/editor/browser/config/migrateOptions",
2849
- "vs/editor/browser/config/tabFocus",
2850
- "vs/editor/common/config/editorOptions",
2851
- "vs/editor/common/config/editorZoom",
2852
- "vs/editor/common/config/fontInfo",
2853
- "vs/platform/accessibility/common/accessibility"
3070
+ "vs/base/common/strings",
3071
+ "vs/editor/common/core/cursorColumns",
3072
+ "vs/editor/common/core/range",
3073
+ "vs/editor/common/core/selection",
3074
+ "vs/editor/common/languages/languageConfigurationRegistry"
2854
3075
  ],
2855
- "vs/editor/browser/view": [
3076
+ "vs/editor/common/core/editOperation": [
2856
3077
  "require",
2857
3078
  "exports",
2858
- "vs/base/browser/dom",
2859
- "vs/editor/common/core/selection",
2860
- "vs/base/browser/fastDomNode",
2861
- "vs/base/common/errors",
2862
- "vs/editor/browser/controller/pointerHandler",
2863
- "vs/editor/browser/controller/textAreaHandler",
2864
- "vs/editor/browser/view/viewController",
2865
- "vs/editor/browser/view/viewUserInputEvents",
2866
- "vs/editor/browser/view/viewOverlays",
2867
- "vs/editor/browser/view/viewPart",
2868
- "vs/editor/browser/viewParts/contentWidgets/contentWidgets",
2869
- "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
2870
- "vs/editor/browser/viewParts/decorations/decorations",
2871
- "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
2872
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
2873
- "vs/editor/browser/viewParts/indentGuides/indentGuides",
2874
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
2875
- "vs/editor/browser/viewParts/lines/viewLines",
2876
- "vs/editor/browser/viewParts/linesDecorations/linesDecorations",
2877
- "vs/editor/browser/viewParts/margin/margin",
2878
- "vs/editor/browser/viewParts/marginDecorations/marginDecorations",
2879
- "vs/editor/browser/viewParts/minimap/minimap",
2880
- "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
2881
- "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
2882
- "vs/editor/browser/viewParts/overviewRuler/overviewRuler",
2883
- "vs/editor/browser/viewParts/rulers/rulers",
2884
- "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
2885
- "vs/editor/browser/viewParts/selections/selections",
2886
- "vs/editor/browser/viewParts/viewCursors/viewCursors",
2887
- "vs/editor/browser/viewParts/viewZones/viewZones",
2888
- "vs/editor/common/core/position",
2889
- "vs/editor/common/core/range",
2890
- "vs/editor/browser/view/renderingContext",
2891
- "vs/editor/common/viewModel/viewContext",
2892
- "vs/editor/common/viewLayout/viewLinesViewportData",
2893
- "vs/editor/common/viewEventHandler",
2894
- "vs/platform/theme/common/themeService",
2895
- "vs/editor/browser/controller/mouseTarget"
3079
+ "vs/editor/common/core/range"
2896
3080
  ],
2897
- "vs/editor/browser/view/viewUserInputEvents": [
3081
+ "vs/editor/contrib/indentation/browser/indentUtils": [
2898
3082
  "require",
2899
3083
  "exports"
2900
3084
  ],
2901
- "vs/editor/common/cursor/cursor": [
2902
- "require",
2903
- "exports",
2904
- "vs/base/common/errors",
2905
- "vs/base/common/strings",
2906
- "vs/editor/common/cursor/cursorCollection",
2907
- "vs/editor/common/cursorCommon",
2908
- "vs/editor/common/cursor/cursorContext",
2909
- "vs/editor/common/cursor/cursorDeleteOperations",
2910
- "vs/editor/common/cursor/cursorTypeOperations",
2911
- "vs/editor/common/core/range",
2912
- "vs/editor/common/core/selection",
2913
- "vs/editor/common/textModelEvents",
2914
- "vs/editor/common/viewEvents",
2915
- "vs/base/common/lifecycle",
2916
- "vs/editor/common/viewModelEventDispatcher"
2917
- ],
2918
- "vs/editor/common/core/cursorColumns": [
3085
+ "vs/nls!vs/editor/contrib/indentation/browser/indentation": [],
3086
+ "vs/editor/common/core/indentation": [
2919
3087
  "require",
2920
3088
  "exports",
2921
3089
  "vs/base/common/strings"
2922
3090
  ],
2923
- "vs/editor/common/editorAction": [
2924
- "require",
2925
- "exports"
3091
+ "===anonymous25===": [
3092
+ "vs/editor/contrib/indentation/browser/indentation.nls",
3093
+ "vs/editor/contrib/indentation/browser/indentation.nls.keys"
2926
3094
  ],
2927
- "vs/editor/common/viewModel/viewModelImpl": [
3095
+ "vs/editor/contrib/indentation/browser/indentation.nls": [],
3096
+ "vs/editor/contrib/indentation/browser/indentation.nls.keys": [],
3097
+ "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
2928
3098
  "require",
2929
3099
  "exports",
2930
- "vs/base/common/arrays",
2931
3100
  "vs/base/common/async",
2932
- "vs/base/common/color",
3101
+ "vs/base/common/cancellation",
3102
+ "vs/base/common/errors",
2933
3103
  "vs/base/common/lifecycle",
2934
- "vs/base/common/platform",
2935
- "vs/base/common/strings",
3104
+ "vs/base/common/map",
3105
+ "vs/base/common/types",
3106
+ "vs/base/common/uri",
3107
+ "vs/editor/browser/editorDom",
2936
3108
  "vs/editor/common/config/editorOptions",
2937
- "vs/editor/common/cursor/cursor",
2938
- "vs/editor/common/cursorCommon",
2939
- "vs/editor/common/core/position",
2940
3109
  "vs/editor/common/core/range",
2941
- "vs/editor/common/textModelEvents",
2942
3110
  "vs/editor/common/languages",
2943
- "vs/editor/common/languages/modesRegistry",
2944
- "vs/editor/common/languages/textToHtmlTokenizer",
2945
- "vs/editor/common/viewEvents",
2946
- "vs/editor/common/viewLayout/viewLayout",
2947
- "vs/editor/common/viewModel/minimapTokensColorTracker",
2948
- "vs/editor/common/viewModel",
2949
- "vs/editor/common/viewModel/viewModelDecorations",
2950
- "vs/editor/common/viewModelEventDispatcher",
2951
- "vs/editor/common/viewModel/viewModelLines"
2952
- ],
2953
- "vs/platform/accessibility/common/accessibility": [
2954
- "require",
2955
- "exports",
2956
- "vs/platform/contextkey/common/contextkey",
2957
- "vs/platform/instantiation/common/instantiation"
2958
- ],
2959
- "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2960
- "require",
2961
- "exports",
2962
- "vs/base/common/strings",
2963
- "vs/editor/common/core/characterClassifier",
2964
- "vs/editor/common/textModelEvents",
2965
- "vs/editor/common/modelLineProjectionData"
2966
- ],
2967
- "vs/editor/browser/view/domLineBreaksComputer": [
2968
- "require",
2969
- "exports",
2970
- "vs/editor/common/core/stringBuilder",
2971
- "vs/base/common/strings",
2972
- "vs/editor/browser/config/domFontInfo",
2973
- "vs/editor/common/textModelEvents",
2974
- "vs/editor/common/modelLineProjectionData"
2975
- ],
2976
- "vs/editor/common/cursor/cursorWordOperations": [
2977
- "require",
2978
- "exports",
2979
- "vs/base/common/strings",
2980
- "vs/editor/common/cursorCommon",
2981
- "vs/editor/common/cursor/cursorDeleteOperations",
2982
- "vs/editor/common/core/wordCharacterClassifier",
2983
- "vs/editor/common/core/position",
2984
- "vs/editor/common/core/range"
2985
- ],
2986
- "vs/editor/browser/services/markerDecorations": [
2987
- "require",
2988
- "exports",
2989
- "vs/editor/common/services/markerDecorations",
2990
- "vs/editor/browser/editorExtensions"
2991
- ],
2992
- "vs/css!vs/editor/browser/widget/media/editor": [],
2993
- "===anonymous22===": [
2994
- "vs/editor/browser/widget/codeEditorWidget.nls",
2995
- "vs/editor/browser/widget/codeEditorWidget.nls.keys"
2996
- ],
2997
- "vs/editor/browser/widget/codeEditorWidget.nls": [],
2998
- "vs/editor/browser/widget/codeEditorWidget.nls.keys": [],
2999
- "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3000
- "require",
3001
- "exports",
3002
- "vs/base/common/async",
3003
- "vs/base/common/cancellation",
3004
- "vs/base/common/errors",
3005
- "vs/base/common/lifecycle",
3006
- "vs/base/common/map",
3007
- "vs/base/common/types",
3008
- "vs/base/common/uri",
3009
- "vs/editor/browser/editorDom",
3010
- "vs/editor/common/config/editorOptions",
3011
- "vs/editor/common/core/range",
3012
- "vs/editor/common/languages",
3013
- "vs/editor/common/model",
3014
- "vs/editor/common/model/textModel",
3015
- "vs/editor/common/services/languageFeatureDebounce",
3016
- "vs/editor/common/services/languageFeatures",
3017
- "vs/editor/common/services/resolverService",
3018
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3019
- "vs/editor/contrib/inlayHints/browser/inlayHints",
3020
- "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3021
- "vs/platform/commands/common/commands",
3022
- "vs/platform/instantiation/common/extensions",
3023
- "vs/platform/instantiation/common/instantiation",
3024
- "vs/platform/notification/common/notification",
3025
- "vs/platform/theme/common/colorRegistry",
3026
- "vs/platform/theme/common/themeService"
3111
+ "vs/editor/common/model",
3112
+ "vs/editor/common/model/textModel",
3113
+ "vs/editor/common/services/languageFeatureDebounce",
3114
+ "vs/editor/common/services/languageFeatures",
3115
+ "vs/editor/common/services/resolverService",
3116
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture",
3117
+ "vs/editor/contrib/inlayHints/browser/inlayHints",
3118
+ "vs/editor/contrib/inlayHints/browser/inlayHintsLocations",
3119
+ "vs/platform/commands/common/commands",
3120
+ "vs/platform/instantiation/common/extensions",
3121
+ "vs/platform/instantiation/common/instantiation",
3122
+ "vs/platform/notification/common/notification",
3123
+ "vs/platform/theme/common/colorRegistry",
3124
+ "vs/platform/theme/common/themeService"
3027
3125
  ],
3028
3126
  "vs/editor/contrib/inlayHints/browser/inlayHintsHover": [
3029
3127
  "require",
@@ -3042,104 +3140,6 @@
3042
3140
  "vs/platform/opener/common/opener",
3043
3141
  "vs/editor/common/services/languageFeatures"
3044
3142
  ],
3045
- "vs/editor/common/commands/shiftCommand": [
3046
- "require",
3047
- "exports",
3048
- "vs/base/common/strings",
3049
- "vs/editor/common/core/cursorColumns",
3050
- "vs/editor/common/core/range",
3051
- "vs/editor/common/core/selection",
3052
- "vs/editor/common/languages/languageConfigurationRegistry"
3053
- ],
3054
- "vs/editor/common/core/editOperation": [
3055
- "require",
3056
- "exports",
3057
- "vs/editor/common/core/range"
3058
- ],
3059
- "vs/editor/contrib/indentation/browser/indentUtils": [
3060
- "require",
3061
- "exports"
3062
- ],
3063
- "vs/nls!vs/editor/contrib/indentation/browser/indentation": [],
3064
- "vs/editor/common/core/indentation": [
3065
- "require",
3066
- "exports",
3067
- "vs/base/common/strings"
3068
- ],
3069
- "===anonymous23===": [
3070
- "vs/editor/contrib/indentation/browser/indentation.nls",
3071
- "vs/editor/contrib/indentation/browser/indentation.nls.keys"
3072
- ],
3073
- "vs/editor/contrib/indentation/browser/indentation.nls": [],
3074
- "vs/editor/contrib/indentation/browser/indentation.nls.keys": [],
3075
- "vs/editor/contrib/codelens/browser/codelens": [
3076
- "require",
3077
- "exports",
3078
- "vs/base/common/cancellation",
3079
- "vs/base/common/errors",
3080
- "vs/base/common/lifecycle",
3081
- "vs/base/common/types",
3082
- "vs/base/common/uri",
3083
- "vs/editor/common/services/model",
3084
- "vs/platform/commands/common/commands",
3085
- "vs/editor/common/services/languageFeatures"
3086
- ],
3087
- "vs/editor/contrib/codelens/browser/codeLensCache": [
3088
- "require",
3089
- "exports",
3090
- "vs/base/common/async",
3091
- "vs/base/common/functional",
3092
- "vs/base/common/map",
3093
- "vs/editor/common/core/range",
3094
- "vs/editor/contrib/codelens/browser/codelens",
3095
- "vs/platform/instantiation/common/extensions",
3096
- "vs/platform/instantiation/common/instantiation",
3097
- "vs/platform/storage/common/storage"
3098
- ],
3099
- "vs/editor/contrib/codelens/browser/codelensWidget": [
3100
- "require",
3101
- "exports",
3102
- "vs/base/browser/dom",
3103
- "vs/base/browser/ui/iconLabel/iconLabels",
3104
- "vs/editor/common/core/range",
3105
- "vs/editor/common/model/textModel",
3106
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
3107
- ],
3108
- "vs/nls!vs/editor/contrib/codelens/browser/codelensController": [],
3109
- "===anonymous24===": [
3110
- "vs/editor/contrib/codelens/browser/codelensController.nls",
3111
- "vs/editor/contrib/codelens/browser/codelensController.nls.keys"
3112
- ],
3113
- "vs/editor/contrib/codelens/browser/codelensController.nls": [],
3114
- "vs/editor/contrib/codelens/browser/codelensController.nls.keys": [],
3115
- "vs/base/browser/ui/actionbar/actionViewItems": [
3116
- "require",
3117
- "exports",
3118
- "vs/base/browser/browser",
3119
- "vs/base/browser/dnd",
3120
- "vs/base/browser/dom",
3121
- "vs/base/browser/touch",
3122
- "vs/base/common/actions",
3123
- "vs/base/common/lifecycle",
3124
- "vs/base/common/platform",
3125
- "vs/base/common/types",
3126
- "vs/nls!vs/base/browser/ui/actionbar/actionViewItems",
3127
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
3128
- ],
3129
- "vs/base/common/actions": [
3130
- "require",
3131
- "exports",
3132
- "vs/base/common/event",
3133
- "vs/base/common/lifecycle",
3134
- "vs/nls!vs/base/common/actions"
3135
- ],
3136
- "vs/nls!vs/editor/contrib/contextmenu/browser/contextmenu": [],
3137
- "===anonymous25===": [
3138
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls",
3139
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys"
3140
- ],
3141
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls": [],
3142
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys": [],
3143
3143
  "vs/nls!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3144
3144
  "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3145
3145
  "require",
@@ -3866,15 +3866,15 @@
3866
3866
  "vs/base/common/lifecycle",
3867
3867
  "vs/base/common/types"
3868
3868
  ],
3869
- "vs/base/common/uint": [
3870
- "require",
3871
- "exports"
3872
- ],
3873
3869
  "vs/base/common/process": [
3874
3870
  "require",
3875
3871
  "exports",
3876
3872
  "vs/base/common/platform"
3877
3873
  ],
3874
+ "vs/base/common/uint": [
3875
+ "require",
3876
+ "exports"
3877
+ ],
3878
3878
  "vs/editor/browser/config/charWidthReader": [
3879
3879
  "require",
3880
3880
  "exports",
@@ -4246,922 +4246,949 @@
4246
4246
  "vs/editor/common/core/range",
4247
4247
  "vs/editor/common/core/selection"
4248
4248
  ],
4249
- "vs/base/browser/event": [
4249
+ "vs/editor/browser/config/migrateOptions": [
4250
4250
  "require",
4251
4251
  "exports",
4252
- "vs/base/common/event"
4253
- ],
4254
- "vs/base/common/decorators": [
4255
- "require",
4256
- "exports"
4252
+ "vs/base/common/collections"
4257
4253
  ],
4258
- "vs/css!vs/base/browser/ui/sash/sash": [],
4259
- "vs/nls!vs/editor/browser/widget/diffReview": [],
4260
- "vs/base/browser/ui/actionbar/actionbar": [
4254
+ "vs/editor/browser/controller/pointerHandler": [
4261
4255
  "require",
4262
4256
  "exports",
4263
4257
  "vs/base/browser/dom",
4264
- "vs/base/browser/keyboardEvent",
4265
- "vs/base/browser/ui/actionbar/actionViewItems",
4266
- "vs/base/common/actions",
4267
- "vs/base/common/event",
4258
+ "vs/base/common/platform",
4259
+ "vs/base/browser/touch",
4268
4260
  "vs/base/common/lifecycle",
4269
- "vs/base/common/types",
4270
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
4261
+ "vs/editor/browser/controller/mouseHandler",
4262
+ "vs/editor/browser/editorDom",
4263
+ "vs/base/browser/canIUse",
4264
+ "vs/editor/browser/controller/textAreaInput"
4271
4265
  ],
4272
- "vs/base/browser/ui/scrollbar/scrollableElement": [
4266
+ "vs/editor/browser/controller/textAreaHandler": [
4273
4267
  "require",
4274
4268
  "exports",
4269
+ "vs/nls!vs/editor/browser/controller/textAreaHandler",
4275
4270
  "vs/base/browser/browser",
4276
- "vs/base/browser/dom",
4277
4271
  "vs/base/browser/fastDomNode",
4278
- "vs/base/browser/mouseEvent",
4279
- "vs/base/browser/ui/scrollbar/horizontalScrollbar",
4280
- "vs/base/browser/ui/scrollbar/verticalScrollbar",
4281
- "vs/base/browser/ui/widget",
4282
- "vs/base/common/async",
4283
- "vs/base/common/event",
4284
- "vs/base/common/lifecycle",
4285
4272
  "vs/base/common/platform",
4286
- "vs/base/common/scrollable",
4287
- "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
4288
- ],
4289
- "vs/css!vs/editor/browser/widget/media/diffReview": [],
4290
- "===anonymous54===": [
4291
- "vs/editor/browser/widget/diffReview.nls",
4292
- "vs/editor/browser/widget/diffReview.nls.keys"
4293
- ],
4294
- "vs/editor/browser/widget/diffReview.nls": [],
4295
- "vs/editor/browser/widget/diffReview.nls.keys": [],
4296
- "vs/base/common/buffer": [
4297
- "require",
4298
- "exports"
4273
+ "vs/base/common/strings",
4274
+ "vs/editor/browser/config/domFontInfo",
4275
+ "vs/editor/browser/controller/textAreaInput",
4276
+ "vs/editor/browser/controller/textAreaState",
4277
+ "vs/editor/browser/view/viewPart",
4278
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
4279
+ "vs/editor/browser/viewParts/margin/margin",
4280
+ "vs/editor/common/config/editorOptions",
4281
+ "vs/editor/common/core/wordCharacterClassifier",
4282
+ "vs/editor/common/core/position",
4283
+ "vs/editor/common/core/range",
4284
+ "vs/editor/common/core/selection",
4285
+ "vs/base/browser/ui/mouseCursor/mouseCursor",
4286
+ "vs/editor/common/languages",
4287
+ "vs/base/common/color",
4288
+ "vs/css!vs/editor/browser/controller/textAreaHandler"
4299
4289
  ],
4300
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
4290
+ "vs/editor/browser/view/viewController": [
4301
4291
  "require",
4302
4292
  "exports",
4303
- "vs/base/common/event",
4304
- "vs/base/common/lifecycle",
4305
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree",
4306
- "vs/editor/common/languages/supports",
4307
- "vs/editor/common/languages/supports/richEditBrackets"
4293
+ "vs/editor/browser/coreCommands",
4294
+ "vs/editor/common/core/position",
4295
+ "vs/base/common/platform"
4308
4296
  ],
4309
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
4297
+ "vs/editor/browser/view/viewOverlays": [
4310
4298
  "require",
4311
4299
  "exports",
4312
- "vs/base/common/event",
4313
- "vs/base/common/lifecycle",
4314
- "vs/editor/common/core/range",
4315
- "vs/editor/common/core/editorColorRegistry",
4316
- "vs/platform/theme/common/themeService"
4300
+ "vs/base/browser/fastDomNode",
4301
+ "vs/editor/browser/config/domFontInfo",
4302
+ "vs/editor/browser/view/viewLayer",
4303
+ "vs/editor/browser/view/viewPart"
4317
4304
  ],
4318
- "vs/editor/common/model/editStack": [
4305
+ "vs/editor/browser/view/viewPart": [
4319
4306
  "require",
4320
4307
  "exports",
4321
- "vs/nls!vs/editor/common/model/editStack",
4322
- "vs/base/common/errors",
4323
- "vs/editor/common/core/selection",
4324
- "vs/base/common/uri",
4325
- "vs/editor/common/core/textChange",
4326
- "vs/base/common/buffer",
4327
- "vs/base/common/resources"
4308
+ "vs/editor/common/viewEventHandler"
4328
4309
  ],
4329
- "vs/editor/common/model/guidesTextModelPart": [
4310
+ "vs/editor/browser/viewParts/contentWidgets/contentWidgets": [
4330
4311
  "require",
4331
4312
  "exports",
4332
- "vs/base/common/arrays",
4333
- "vs/base/common/strings",
4334
- "vs/editor/common/core/cursorColumns",
4335
- "vs/editor/common/core/range",
4336
- "vs/editor/common/model/textModelPart",
4337
- "vs/editor/common/model/utils",
4338
- "vs/editor/common/textModelGuides"
4339
- ],
4340
- "vs/editor/common/model/indentationGuesser": [
4341
- "require",
4342
- "exports"
4313
+ "vs/base/browser/dom",
4314
+ "vs/base/browser/fastDomNode",
4315
+ "vs/editor/browser/view/viewPart"
4343
4316
  ],
4344
- "vs/editor/common/model/intervalTree": [
4317
+ "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [
4345
4318
  "require",
4346
- "exports"
4319
+ "exports",
4320
+ "vs/editor/browser/view/dynamicViewOverlay",
4321
+ "vs/editor/common/core/editorColorRegistry",
4322
+ "vs/base/common/arrays",
4323
+ "vs/platform/theme/common/themeService",
4324
+ "vs/editor/common/core/selection",
4325
+ "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight"
4347
4326
  ],
4348
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
4327
+ "vs/editor/browser/viewParts/decorations/decorations": [
4349
4328
  "require",
4350
4329
  "exports",
4351
- "vs/base/common/event",
4352
- "vs/base/common/strings",
4330
+ "vs/editor/browser/view/dynamicViewOverlay",
4353
4331
  "vs/editor/common/core/range",
4354
- "vs/editor/common/model",
4355
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4356
- "vs/editor/common/core/eolCounter",
4357
- "vs/editor/common/core/textChange",
4358
- "vs/base/common/lifecycle"
4332
+ "vs/editor/browser/view/renderingContext",
4333
+ "vs/css!vs/editor/browser/viewParts/decorations/decorations"
4359
4334
  ],
4360
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
4335
+ "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar": [
4361
4336
  "require",
4362
4337
  "exports",
4363
- "vs/base/common/strings",
4364
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4365
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
4338
+ "vs/base/browser/dom",
4339
+ "vs/base/browser/fastDomNode",
4340
+ "vs/base/browser/ui/scrollbar/scrollableElement",
4341
+ "vs/editor/browser/view/viewPart",
4342
+ "vs/platform/theme/common/themeService",
4343
+ "vs/platform/theme/common/colorRegistry"
4366
4344
  ],
4367
- "vs/editor/common/textModelEvents": [
4345
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin": [
4368
4346
  "require",
4369
- "exports"
4347
+ "exports",
4348
+ "vs/editor/browser/view/dynamicViewOverlay",
4349
+ "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin"
4370
4350
  ],
4371
- "vs/editor/common/model/textModelTokens": [
4351
+ "vs/editor/browser/viewParts/indentGuides/indentGuides": [
4372
4352
  "require",
4373
4353
  "exports",
4354
+ "vs/editor/browser/view/dynamicViewOverlay",
4355
+ "vs/editor/common/core/editorColorRegistry",
4356
+ "vs/platform/theme/common/themeService",
4357
+ "vs/editor/common/core/position",
4374
4358
  "vs/base/common/arrays",
4375
- "vs/base/common/errors",
4376
- "vs/editor/common/tokens/lineTokens",
4377
- "vs/editor/common/languages",
4378
- "vs/editor/common/languages/nullTokenize",
4379
- "vs/base/common/lifecycle",
4380
- "vs/base/common/stopwatch",
4381
- "vs/editor/common/core/eolCounter",
4382
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
4383
- "vs/base/common/async",
4384
- "vs/base/common/platform"
4359
+ "vs/base/common/types",
4360
+ "vs/editor/common/model/guidesTextModelPart",
4361
+ "vs/editor/common/textModelGuides",
4362
+ "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides"
4385
4363
  ],
4386
- "vs/editor/common/core/eolCounter": [
4364
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers": [
4387
4365
  "require",
4388
- "exports"
4366
+ "exports",
4367
+ "vs/base/common/platform",
4368
+ "vs/editor/browser/view/dynamicViewOverlay",
4369
+ "vs/editor/common/core/position",
4370
+ "vs/editor/common/core/editorColorRegistry",
4371
+ "vs/platform/theme/common/themeService",
4372
+ "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers"
4389
4373
  ],
4390
- "vs/editor/common/tokens/contiguousTokensStore": [
4374
+ "vs/editor/browser/viewParts/lines/viewLines": [
4391
4375
  "require",
4392
4376
  "exports",
4393
- "vs/base/common/arrays",
4377
+ "vs/base/common/platform",
4378
+ "vs/base/common/async",
4379
+ "vs/editor/browser/config/domFontInfo",
4380
+ "vs/editor/browser/view/viewLayer",
4381
+ "vs/editor/browser/view/viewPart",
4382
+ "vs/editor/browser/viewParts/lines/viewLine",
4394
4383
  "vs/editor/common/core/position",
4395
- "vs/editor/common/tokens/contiguousTokensEditing",
4396
- "vs/editor/common/tokens/lineTokens",
4397
- "vs/editor/common/languages"
4384
+ "vs/editor/common/core/range",
4385
+ "vs/editor/browser/view/renderingContext",
4386
+ "vs/base/browser/ui/mouseCursor/mouseCursor",
4387
+ "vs/css!vs/editor/browser/viewParts/lines/viewLines"
4398
4388
  ],
4399
- "vs/editor/common/tokens/sparseTokensStore": [
4389
+ "vs/editor/browser/viewParts/linesDecorations/linesDecorations": [
4400
4390
  "require",
4401
4391
  "exports",
4402
- "vs/base/common/arrays",
4403
- "vs/editor/common/tokens/lineTokens"
4392
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
4393
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations"
4404
4394
  ],
4405
- "vs/platform/undoRedo/common/undoRedo": [
4395
+ "vs/editor/browser/viewParts/margin/margin": [
4406
4396
  "require",
4407
4397
  "exports",
4408
- "vs/platform/instantiation/common/instantiation"
4409
- ],
4410
- "vs/nls!vs/editor/browser/widget/inlineDiffMargin": [],
4411
- "===anonymous55===": [
4412
- "vs/editor/browser/widget/inlineDiffMargin.nls",
4413
- "vs/editor/browser/widget/inlineDiffMargin.nls.keys"
4414
- ],
4415
- "vs/editor/browser/widget/inlineDiffMargin.nls": [],
4416
- "vs/editor/browser/widget/inlineDiffMargin.nls.keys": [],
4417
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
4418
- "vs/nls!vs/platform/theme/common/iconRegistry": [],
4419
- "===anonymous56===": [
4420
- "vs/platform/theme/common/iconRegistry.nls",
4421
- "vs/platform/theme/common/iconRegistry.nls.keys"
4422
- ],
4423
- "vs/platform/theme/common/iconRegistry.nls": [],
4424
- "vs/platform/theme/common/iconRegistry.nls.keys": [],
4425
- "vs/nls!vs/editor/common/core/editorColorRegistry": [],
4426
- "===anonymous57===": [
4427
- "vs/editor/common/core/editorColorRegistry.nls",
4428
- "vs/editor/common/core/editorColorRegistry.nls.keys"
4398
+ "vs/base/browser/fastDomNode",
4399
+ "vs/editor/browser/view/viewPart"
4429
4400
  ],
4430
- "vs/editor/common/core/editorColorRegistry.nls": [],
4431
- "vs/editor/common/core/editorColorRegistry.nls.keys": [],
4432
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
4401
+ "vs/editor/browser/viewParts/marginDecorations/marginDecorations": [
4433
4402
  "require",
4434
4403
  "exports",
4435
- "vs/editor/common/core/cursorColumns"
4404
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
4405
+ "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations"
4436
4406
  ],
4437
- "vs/editor/contrib/codeAction/browser/codeAction": [
4407
+ "vs/editor/browser/viewParts/minimap/minimap": [
4438
4408
  "require",
4439
4409
  "exports",
4440
- "vs/base/common/arrays",
4441
- "vs/base/common/cancellation",
4442
- "vs/base/common/errors",
4410
+ "vs/base/browser/dom",
4411
+ "vs/base/browser/fastDomNode",
4412
+ "vs/base/browser/globalMouseMoveMonitor",
4443
4413
  "vs/base/common/lifecycle",
4444
- "vs/base/common/uri",
4445
- "vs/editor/contrib/editorState/browser/editorState",
4414
+ "vs/base/common/platform",
4415
+ "vs/base/common/strings",
4416
+ "vs/editor/browser/view/viewLayer",
4417
+ "vs/editor/browser/view/viewPart",
4418
+ "vs/editor/common/config/editorOptions",
4446
4419
  "vs/editor/common/core/range",
4420
+ "vs/editor/common/core/rgba",
4421
+ "vs/editor/common/viewModel/minimapTokensColorTracker",
4422
+ "vs/editor/common/viewModel",
4423
+ "vs/platform/theme/common/colorRegistry",
4424
+ "vs/platform/theme/common/themeService",
4447
4425
  "vs/editor/common/core/selection",
4448
- "vs/editor/common/services/model",
4449
- "vs/platform/commands/common/commands",
4450
- "vs/platform/progress/common/progress",
4451
- "vs/editor/contrib/codeAction/browser/types",
4452
- "vs/editor/common/services/languageFeatures"
4426
+ "vs/base/browser/touch",
4427
+ "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory",
4428
+ "vs/editor/common/model",
4429
+ "vs/base/common/functional",
4430
+ "vs/css!vs/editor/browser/viewParts/minimap/minimap"
4453
4431
  ],
4454
- "vs/editor/contrib/codeAction/browser/codeActionUi": [
4432
+ "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [
4455
4433
  "require",
4456
4434
  "exports",
4457
- "vs/base/common/errors",
4458
- "vs/base/common/lazy",
4459
- "vs/base/common/lifecycle",
4460
- "vs/editor/contrib/message/browser/messageController",
4461
- "vs/platform/instantiation/common/instantiation",
4462
- "vs/editor/contrib/codeAction/browser/codeActionMenu",
4463
- "vs/editor/contrib/codeAction/browser/lightBulbWidget"
4435
+ "vs/base/browser/fastDomNode",
4436
+ "vs/editor/browser/view/viewPart",
4437
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets"
4464
4438
  ],
4465
- "vs/nls!vs/editor/contrib/codeAction/browser/codeActionCommands": [],
4466
- "vs/editor/contrib/codeAction/browser/codeActionModel": [
4439
+ "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler": [
4467
4440
  "require",
4468
4441
  "exports",
4469
- "vs/base/common/async",
4470
- "vs/base/common/errors",
4471
- "vs/base/common/event",
4472
- "vs/base/common/lifecycle",
4473
- "vs/base/common/resources",
4474
- "vs/editor/common/core/range",
4475
- "vs/platform/contextkey/common/contextkey",
4476
- "vs/platform/progress/common/progress",
4477
- "vs/editor/contrib/codeAction/browser/codeAction"
4478
- ],
4479
- "vs/editor/contrib/codeAction/browser/types": [
4480
- "require",
4481
- "exports"
4482
- ],
4483
- "===anonymous58===": [
4484
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls",
4485
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys"
4442
+ "vs/base/browser/fastDomNode",
4443
+ "vs/base/common/color",
4444
+ "vs/editor/browser/view/viewPart",
4445
+ "vs/editor/common/core/position",
4446
+ "vs/editor/common/languages",
4447
+ "vs/editor/common/core/editorColorRegistry",
4448
+ "vs/editor/common/viewModel"
4486
4449
  ],
4487
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls": [],
4488
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys": [],
4489
- "vs/editor/browser/editorDom": [
4450
+ "vs/editor/browser/viewParts/overviewRuler/overviewRuler": [
4490
4451
  "require",
4491
4452
  "exports",
4492
- "vs/base/browser/dom",
4493
- "vs/base/browser/globalMouseMoveMonitor",
4494
- "vs/base/browser/mouseEvent",
4495
- "vs/base/common/async",
4496
- "vs/base/common/lifecycle",
4497
- "vs/platform/theme/common/colorRegistry"
4453
+ "vs/base/browser/fastDomNode",
4454
+ "vs/editor/common/viewModel/overviewZoneManager",
4455
+ "vs/editor/common/viewEventHandler"
4498
4456
  ],
4499
- "vs/editor/contrib/colorPicker/browser/color": [
4457
+ "vs/editor/browser/viewParts/rulers/rulers": [
4500
4458
  "require",
4501
4459
  "exports",
4502
- "vs/base/common/cancellation",
4503
- "vs/base/common/errors",
4504
- "vs/base/common/uri",
4505
- "vs/editor/common/core/range",
4506
- "vs/editor/common/services/model",
4507
- "vs/platform/commands/common/commands",
4508
- "vs/editor/common/services/languageFeatures"
4460
+ "vs/base/browser/fastDomNode",
4461
+ "vs/editor/browser/view/viewPart",
4462
+ "vs/editor/common/core/editorColorRegistry",
4463
+ "vs/platform/theme/common/themeService",
4464
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers"
4509
4465
  ],
4510
- "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
4466
+ "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [
4511
4467
  "require",
4512
4468
  "exports",
4513
- "vs/base/common/event"
4469
+ "vs/base/browser/fastDomNode",
4470
+ "vs/editor/browser/view/viewPart",
4471
+ "vs/platform/theme/common/colorRegistry",
4472
+ "vs/platform/theme/common/themeService",
4473
+ "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration"
4514
4474
  ],
4515
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
4475
+ "vs/editor/browser/viewParts/selections/selections": [
4516
4476
  "require",
4517
4477
  "exports",
4518
- "vs/base/browser/browser",
4519
- "vs/base/browser/dom",
4520
- "vs/base/browser/globalMouseMoveMonitor",
4521
- "vs/base/browser/ui/widget",
4522
- "vs/base/common/color",
4523
- "vs/base/common/event",
4524
- "vs/base/common/lifecycle",
4525
- "vs/nls!vs/editor/contrib/colorPicker/browser/colorPickerWidget",
4478
+ "vs/editor/browser/view/dynamicViewOverlay",
4526
4479
  "vs/platform/theme/common/colorRegistry",
4527
4480
  "vs/platform/theme/common/themeService",
4528
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
4481
+ "vs/css!vs/editor/browser/viewParts/selections/selections"
4529
4482
  ],
4530
- "vs/editor/browser/controller/textAreaState": [
4483
+ "vs/editor/browser/viewParts/viewCursors/viewCursors": [
4531
4484
  "require",
4532
4485
  "exports",
4533
- "vs/base/common/strings",
4534
- "vs/editor/common/core/position",
4535
- "vs/editor/common/core/range"
4486
+ "vs/base/browser/fastDomNode",
4487
+ "vs/base/common/async",
4488
+ "vs/editor/browser/view/viewPart",
4489
+ "vs/editor/browser/viewParts/viewCursors/viewCursor",
4490
+ "vs/editor/common/config/editorOptions",
4491
+ "vs/editor/common/core/editorColorRegistry",
4492
+ "vs/platform/theme/common/themeService",
4493
+ "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors"
4536
4494
  ],
4537
- "vs/editor/contrib/find/browser/findDecorations": [
4495
+ "vs/editor/browser/viewParts/viewZones/viewZones": [
4538
4496
  "require",
4539
4497
  "exports",
4540
- "vs/editor/common/core/range",
4541
- "vs/editor/common/model",
4542
- "vs/editor/common/model/textModel",
4543
- "vs/platform/theme/common/colorRegistry",
4544
- "vs/platform/theme/common/themeService"
4498
+ "vs/base/browser/fastDomNode",
4499
+ "vs/base/common/errors",
4500
+ "vs/editor/browser/view/viewPart",
4501
+ "vs/editor/common/core/position"
4545
4502
  ],
4546
- "vs/editor/contrib/find/browser/replaceAllCommand": [
4503
+ "vs/editor/browser/view/renderingContext": [
4547
4504
  "require",
4548
- "exports",
4549
- "vs/editor/common/core/range"
4505
+ "exports"
4550
4506
  ],
4551
- "vs/editor/contrib/find/browser/replacePattern": [
4507
+ "vs/editor/common/viewModel/viewContext": [
4552
4508
  "require",
4553
4509
  "exports",
4554
- "vs/base/common/search"
4510
+ "vs/editor/common/editorTheme"
4555
4511
  ],
4556
- "vs/base/browser/ui/findinput/findInputCheckboxes": [
4512
+ "vs/editor/common/viewLayout/viewLinesViewportData": [
4557
4513
  "require",
4558
4514
  "exports",
4559
- "vs/base/browser/ui/checkbox/checkbox",
4560
- "vs/base/common/codicons",
4561
- "vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes"
4515
+ "vs/editor/common/core/range"
4562
4516
  ],
4563
- "vs/base/browser/ui/checkbox/checkbox": [
4517
+ "vs/editor/common/viewEventHandler": [
4564
4518
  "require",
4565
4519
  "exports",
4566
- "vs/base/browser/ui/widget",
4567
- "vs/base/common/codicons",
4568
- "vs/base/common/color",
4569
- "vs/base/common/event",
4570
- "vs/css!vs/base/browser/ui/checkbox/checkbox"
4520
+ "vs/base/common/lifecycle"
4571
4521
  ],
4572
- "vs/nls!vs/editor/contrib/find/browser/findWidget": [],
4573
- "vs/platform/history/browser/contextScopedHistoryWidget": [
4522
+ "vs/editor/browser/controller/mouseTarget": [
4574
4523
  "require",
4575
4524
  "exports",
4576
- "vs/base/browser/ui/findinput/findInput",
4577
- "vs/base/browser/ui/findinput/replaceInput",
4578
- "vs/platform/contextkey/common/contextkey",
4579
- "vs/platform/keybinding/common/keybindingsRegistry"
4525
+ "vs/editor/browser/editorDom",
4526
+ "vs/editor/browser/view/viewPart",
4527
+ "vs/editor/browser/viewParts/lines/viewLine",
4528
+ "vs/editor/common/core/position",
4529
+ "vs/editor/common/core/range",
4530
+ "vs/editor/common/core/cursorColumns",
4531
+ "vs/base/browser/dom",
4532
+ "vs/editor/common/cursor/cursorAtomicMoveOperations"
4580
4533
  ],
4581
- "vs/platform/history/browser/historyWidgetKeybindingHint": [
4534
+ "vs/editor/common/cursor/cursorCollection": [
4582
4535
  "require",
4583
- "exports"
4584
- ],
4585
- "vs/css!vs/editor/contrib/find/browser/findWidget": [],
4586
- "===anonymous59===": [
4587
- "vs/editor/contrib/find/browser/findWidget.nls",
4588
- "vs/editor/contrib/find/browser/findWidget.nls.keys"
4536
+ "exports",
4537
+ "vs/base/common/arrays",
4538
+ "vs/editor/common/cursorCommon",
4539
+ "vs/editor/common/cursor/oneCursor",
4540
+ "vs/editor/common/core/position",
4541
+ "vs/editor/common/core/range",
4542
+ "vs/editor/common/core/selection"
4589
4543
  ],
4590
- "vs/editor/contrib/find/browser/findWidget.nls": [],
4591
- "vs/editor/contrib/find/browser/findWidget.nls.keys": [],
4592
- "vs/editor/contrib/folding/browser/foldingRanges": [
4544
+ "vs/editor/common/cursor/cursorContext": [
4593
4545
  "require",
4594
4546
  "exports"
4595
4547
  ],
4596
- "vs/editor/common/model/utils": [
4548
+ "vs/editor/common/textModelEvents": [
4597
4549
  "require",
4598
4550
  "exports"
4599
4551
  ],
4600
- "vs/nls!vs/editor/contrib/folding/browser/foldingDecorations": [],
4601
- "===anonymous60===": [
4602
- "vs/editor/contrib/folding/browser/foldingDecorations.nls",
4603
- "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys"
4604
- ],
4605
- "vs/editor/contrib/folding/browser/foldingDecorations.nls": [],
4606
- "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys": [],
4607
- "vs/base/common/numbers": [
4552
+ "vs/editor/common/viewEvents": [
4608
4553
  "require",
4609
4554
  "exports"
4610
4555
  ],
4611
- "vs/base/common/idGenerator": [
4556
+ "vs/editor/common/viewModelEventDispatcher": [
4612
4557
  "require",
4613
- "exports"
4614
- ],
4615
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel": [],
4616
- "===anonymous61===": [
4617
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls",
4618
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys"
4558
+ "exports",
4559
+ "vs/base/common/event",
4560
+ "vs/base/common/lifecycle"
4619
4561
  ],
4620
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls": [],
4621
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys": [],
4622
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [],
4623
- "===anonymous62===": [
4624
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls",
4625
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys"
4562
+ "vs/nls!vs/editor/common/core/editorColorRegistry": [],
4563
+ "===anonymous54===": [
4564
+ "vs/editor/common/core/editorColorRegistry.nls",
4565
+ "vs/editor/common/core/editorColorRegistry.nls.keys"
4626
4566
  ],
4627
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls": [],
4628
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys": [],
4629
- "vs/nls!vs/editor/contrib/message/browser/messageController": [],
4630
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
4631
- "===anonymous63===": [
4632
- "vs/editor/contrib/message/browser/messageController.nls",
4633
- "vs/editor/contrib/message/browser/messageController.nls.keys"
4567
+ "vs/editor/common/core/editorColorRegistry.nls": [],
4568
+ "vs/editor/common/core/editorColorRegistry.nls.keys": [],
4569
+ "vs/editor/common/languages/textToHtmlTokenizer": [
4570
+ "require",
4571
+ "exports",
4572
+ "vs/base/common/strings",
4573
+ "vs/editor/common/tokens/lineTokens",
4574
+ "vs/editor/common/languages",
4575
+ "vs/editor/common/languages/nullTokenize"
4634
4576
  ],
4635
- "vs/editor/contrib/message/browser/messageController.nls": [],
4636
- "vs/editor/contrib/message/browser/messageController.nls.keys": [],
4637
- "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
4577
+ "vs/editor/common/viewLayout/viewLayout": [
4638
4578
  "require",
4639
4579
  "exports",
4640
- "vs/base/browser/dom",
4641
- "vs/base/browser/ui/sash/sash",
4642
- "vs/base/common/color",
4643
- "vs/base/common/idGenerator",
4580
+ "vs/base/common/event",
4644
4581
  "vs/base/common/lifecycle",
4645
- "vs/base/common/objects",
4646
- "vs/editor/common/core/range",
4647
- "vs/editor/common/model/textModel",
4648
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
4582
+ "vs/base/common/scrollable",
4583
+ "vs/editor/common/viewLayout/linesLayout",
4584
+ "vs/editor/common/viewModel",
4585
+ "vs/editor/common/viewModelEventDispatcher"
4649
4586
  ],
4650
- "vs/nls!vs/editor/contrib/peekView/browser/peekView": [],
4651
- "vs/platform/actions/browser/menuEntryActionViewItem": [
4587
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
4652
4588
  "require",
4653
4589
  "exports",
4654
- "vs/base/browser/dom",
4655
- "vs/base/browser/keyboardEvent",
4656
- "vs/base/browser/ui/actionbar/actionViewItems",
4657
- "vs/base/browser/ui/dropdown/dropdownActionViewItem",
4658
- "vs/base/common/actions",
4659
- "vs/base/common/keybindingLabels",
4590
+ "vs/base/common/event",
4660
4591
  "vs/base/common/lifecycle",
4661
- "vs/base/common/platform",
4662
- "vs/nls!vs/platform/actions/browser/menuEntryActionViewItem",
4663
- "vs/platform/actions/common/actions",
4664
- "vs/platform/contextkey/common/contextkey",
4665
- "vs/platform/contextview/browser/contextView",
4666
- "vs/platform/instantiation/common/instantiation",
4667
- "vs/platform/keybinding/common/keybinding",
4668
- "vs/platform/notification/common/notification",
4669
- "vs/platform/storage/common/storage",
4670
- "vs/platform/theme/common/themeService",
4671
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
4592
+ "vs/editor/common/core/rgba",
4593
+ "vs/editor/common/languages"
4672
4594
  ],
4673
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
4674
- "===anonymous64===": [
4675
- "vs/editor/contrib/peekView/browser/peekView.nls",
4676
- "vs/editor/contrib/peekView/browser/peekView.nls.keys"
4595
+ "vs/editor/common/viewModel/viewModelLines": [
4596
+ "require",
4597
+ "exports",
4598
+ "vs/base/common/arrays",
4599
+ "vs/editor/common/core/position",
4600
+ "vs/editor/common/core/range",
4601
+ "vs/editor/common/textModelGuides",
4602
+ "vs/editor/common/model/textModel",
4603
+ "vs/editor/common/textModelEvents",
4604
+ "vs/editor/common/viewEvents",
4605
+ "vs/editor/common/viewModel/modelLineProjection",
4606
+ "vs/editor/common/model/prefixSumComputer",
4607
+ "vs/editor/common/viewModel"
4677
4608
  ],
4678
- "vs/editor/contrib/peekView/browser/peekView.nls": [],
4679
- "vs/editor/contrib/peekView/browser/peekView.nls.keys": [],
4680
- "vs/editor/contrib/markdownRenderer/browser/markdownRenderer": [
4609
+ "vs/editor/common/modelLineProjectionData": [
4681
4610
  "require",
4682
4611
  "exports",
4683
- "vs/base/browser/markdownRenderer",
4684
- "vs/platform/opener/common/opener",
4685
- "vs/editor/common/languages/language",
4686
- "vs/base/common/errors",
4687
- "vs/editor/common/languages/textToHtmlTokenizer",
4688
- "vs/base/common/event",
4689
- "vs/base/common/lifecycle",
4690
- "vs/editor/browser/config/domFontInfo",
4691
- "vs/editor/common/languages/modesRegistry"
4612
+ "vs/base/common/types",
4613
+ "vs/editor/common/core/position",
4614
+ "vs/editor/common/model"
4692
4615
  ],
4693
- "vs/nls!vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [],
4694
- "===anonymous65===": [
4695
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls",
4696
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys"
4616
+ "vs/base/browser/event": [
4617
+ "require",
4618
+ "exports",
4619
+ "vs/base/common/event"
4697
4620
  ],
4698
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls": [],
4699
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys": [],
4700
- "vs/editor/contrib/inlineCompletions/browser/consts": [
4621
+ "vs/base/common/decorators": [
4701
4622
  "require",
4702
4623
  "exports"
4703
4624
  ],
4704
- "vs/editor/contrib/inlineCompletions/browser/ghostTextModel": [
4625
+ "vs/css!vs/base/browser/ui/sash/sash": [],
4626
+ "vs/nls!vs/editor/browser/widget/diffReview": [],
4627
+ "vs/base/browser/ui/actionbar/actionbar": [
4705
4628
  "require",
4706
4629
  "exports",
4630
+ "vs/base/browser/dom",
4631
+ "vs/base/browser/keyboardEvent",
4632
+ "vs/base/browser/ui/actionbar/actionViewItems",
4633
+ "vs/base/common/actions",
4707
4634
  "vs/base/common/event",
4708
4635
  "vs/base/common/lifecycle",
4709
- "vs/editor/common/core/position",
4710
- "vs/editor/common/languages",
4711
- "vs/editor/common/languages/languageConfigurationRegistry",
4712
- "vs/editor/common/services/languageFeatures",
4713
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
4714
- "vs/editor/contrib/inlineCompletions/browser/suggestWidgetPreviewModel",
4715
- "vs/editor/contrib/inlineCompletions/browser/utils",
4716
- "vs/platform/commands/common/commands"
4636
+ "vs/base/common/types",
4637
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
4717
4638
  ],
4718
- "vs/editor/contrib/inlineCompletions/browser/ghostTextWidget": [
4639
+ "vs/base/browser/ui/scrollbar/scrollableElement": [
4719
4640
  "require",
4720
4641
  "exports",
4642
+ "vs/base/browser/browser",
4721
4643
  "vs/base/browser/dom",
4722
- "vs/base/common/lifecycle",
4723
- "vs/base/common/strings",
4724
- "vs/editor/browser/config/domFontInfo",
4725
- "vs/editor/common/config/editorOptions",
4726
- "vs/editor/common/tokens/lineTokens",
4727
- "vs/editor/common/core/position",
4728
- "vs/editor/common/core/range",
4729
- "vs/editor/common/core/stringBuilder",
4730
- "vs/editor/common/languages/language",
4731
- "vs/editor/common/core/editorColorRegistry",
4732
- "vs/editor/common/viewLayout/lineDecorations",
4733
- "vs/editor/common/viewLayout/viewLineRenderer",
4734
- "vs/platform/instantiation/common/instantiation",
4735
- "vs/platform/theme/common/themeService",
4736
- "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText"
4737
- ],
4738
- "vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextController": [],
4739
- "===anonymous66===": [
4740
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls",
4741
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys"
4742
- ],
4743
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls": [],
4744
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys": [],
4745
- "vs/base/common/labels": [
4746
- "require",
4747
- "exports",
4748
- "vs/base/common/extpath",
4749
- "vs/base/common/network",
4644
+ "vs/base/browser/fastDomNode",
4645
+ "vs/base/browser/mouseEvent",
4646
+ "vs/base/browser/ui/scrollbar/horizontalScrollbar",
4647
+ "vs/base/browser/ui/scrollbar/verticalScrollbar",
4648
+ "vs/base/browser/ui/widget",
4649
+ "vs/base/common/async",
4650
+ "vs/base/common/event",
4651
+ "vs/base/common/lifecycle",
4750
4652
  "vs/base/common/platform",
4751
- "vs/base/common/resources",
4752
- "vs/base/common/uri"
4653
+ "vs/base/common/scrollable",
4654
+ "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
4753
4655
  ],
4754
- "vs/nls!vs/editor/contrib/gotoError/browser/gotoErrorWidget": [],
4755
- "vs/platform/severityIcon/common/severityIcon": [
4656
+ "vs/css!vs/editor/browser/widget/media/diffReview": [],
4657
+ "===anonymous55===": [
4658
+ "vs/editor/browser/widget/diffReview.nls",
4659
+ "vs/editor/browser/widget/diffReview.nls.keys"
4660
+ ],
4661
+ "vs/editor/browser/widget/diffReview.nls": [],
4662
+ "vs/editor/browser/widget/diffReview.nls.keys": [],
4663
+ "vs/base/common/buffer": [
4756
4664
  "require",
4757
- "exports",
4758
- "vs/base/common/codicons",
4759
- "vs/base/common/severity",
4760
- "vs/platform/theme/common/colorRegistry",
4761
- "vs/platform/theme/common/themeService"
4665
+ "exports"
4762
4666
  ],
4763
- "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
4764
- "===anonymous67===": [
4765
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
4766
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
4667
+ "vs/nls!vs/editor/browser/widget/inlineDiffMargin": [],
4668
+ "===anonymous56===": [
4669
+ "vs/editor/browser/widget/inlineDiffMargin.nls",
4670
+ "vs/editor/browser/widget/inlineDiffMargin.nls.keys"
4767
4671
  ],
4768
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls": [],
4769
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys": [],
4770
- "vs/base/browser/ui/hover/hoverWidget": [
4672
+ "vs/editor/browser/widget/inlineDiffMargin.nls": [],
4673
+ "vs/editor/browser/widget/inlineDiffMargin.nls.keys": [],
4674
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
4771
4675
  "require",
4772
4676
  "exports",
4773
- "vs/base/browser/dom",
4774
- "vs/base/browser/ui/scrollbar/scrollableElement",
4677
+ "vs/base/common/event",
4775
4678
  "vs/base/common/lifecycle",
4776
- "vs/css!vs/base/browser/ui/hover/hover"
4679
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree",
4680
+ "vs/editor/common/languages/supports",
4681
+ "vs/editor/common/languages/supports/richEditBrackets"
4777
4682
  ],
4778
- "vs/editor/contrib/hover/browser/hoverOperation": [
4683
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
4779
4684
  "require",
4780
4685
  "exports",
4781
- "vs/base/common/async",
4782
- "vs/base/common/errors",
4783
4686
  "vs/base/common/event",
4784
- "vs/base/common/lifecycle"
4785
- ],
4786
- "vs/nls!vs/editor/contrib/hover/browser/markerHoverParticipant": [],
4787
- "===anonymous68===": [
4788
- "vs/editor/contrib/hover/browser/markerHoverParticipant.nls",
4789
- "vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys"
4687
+ "vs/base/common/lifecycle",
4688
+ "vs/editor/common/core/range",
4689
+ "vs/editor/common/core/editorColorRegistry",
4690
+ "vs/platform/theme/common/themeService"
4790
4691
  ],
4791
- "vs/editor/contrib/hover/browser/markerHoverParticipant.nls": [],
4792
- "vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys": [],
4793
- "vs/editor/contrib/hover/browser/getHover": [
4692
+ "vs/editor/common/model/editStack": [
4794
4693
  "require",
4795
4694
  "exports",
4796
- "vs/base/common/async",
4797
- "vs/base/common/cancellation",
4695
+ "vs/nls!vs/editor/common/model/editStack",
4798
4696
  "vs/base/common/errors",
4799
- "vs/editor/browser/editorExtensions",
4800
- "vs/editor/common/services/languageFeatures"
4801
- ],
4802
- "vs/nls!vs/editor/contrib/hover/browser/markdownHoverParticipant": [],
4803
- "===anonymous69===": [
4804
- "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls",
4805
- "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys"
4697
+ "vs/editor/common/core/selection",
4698
+ "vs/base/common/uri",
4699
+ "vs/editor/common/core/textChange",
4700
+ "vs/base/common/buffer",
4701
+ "vs/base/common/resources"
4806
4702
  ],
4807
- "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls": [],
4808
- "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys": [],
4809
- "vs/editor/browser/config/migrateOptions": [
4703
+ "vs/editor/common/model/guidesTextModelPart": [
4810
4704
  "require",
4811
4705
  "exports",
4812
- "vs/base/common/collections"
4706
+ "vs/base/common/arrays",
4707
+ "vs/base/common/strings",
4708
+ "vs/editor/common/core/cursorColumns",
4709
+ "vs/editor/common/core/range",
4710
+ "vs/editor/common/model/textModelPart",
4711
+ "vs/editor/common/model/utils",
4712
+ "vs/editor/common/textModelGuides"
4813
4713
  ],
4814
- "vs/editor/browser/controller/pointerHandler": [
4714
+ "vs/editor/common/model/indentationGuesser": [
4815
4715
  "require",
4816
- "exports",
4817
- "vs/base/browser/dom",
4818
- "vs/base/common/platform",
4819
- "vs/base/browser/touch",
4820
- "vs/base/common/lifecycle",
4821
- "vs/editor/browser/controller/mouseHandler",
4822
- "vs/editor/browser/editorDom",
4823
- "vs/base/browser/canIUse",
4824
- "vs/editor/browser/controller/textAreaInput"
4716
+ "exports"
4825
4717
  ],
4826
- "vs/editor/browser/controller/textAreaHandler": [
4718
+ "vs/editor/common/model/intervalTree": [
4719
+ "require",
4720
+ "exports"
4721
+ ],
4722
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
4827
4723
  "require",
4828
4724
  "exports",
4829
- "vs/nls!vs/editor/browser/controller/textAreaHandler",
4830
- "vs/base/browser/browser",
4831
- "vs/base/browser/fastDomNode",
4832
- "vs/base/common/platform",
4725
+ "vs/base/common/event",
4833
4726
  "vs/base/common/strings",
4834
- "vs/editor/browser/config/domFontInfo",
4835
- "vs/editor/browser/controller/textAreaInput",
4836
- "vs/editor/browser/controller/textAreaState",
4837
- "vs/editor/browser/view/viewPart",
4838
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
4839
- "vs/editor/browser/viewParts/margin/margin",
4840
- "vs/editor/common/config/editorOptions",
4841
- "vs/editor/common/core/wordCharacterClassifier",
4842
- "vs/editor/common/core/position",
4843
4727
  "vs/editor/common/core/range",
4844
- "vs/editor/common/core/selection",
4845
- "vs/base/browser/ui/mouseCursor/mouseCursor",
4846
- "vs/editor/common/languages",
4847
- "vs/base/common/color",
4848
- "vs/css!vs/editor/browser/controller/textAreaHandler"
4728
+ "vs/editor/common/model",
4729
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4730
+ "vs/editor/common/core/eolCounter",
4731
+ "vs/editor/common/core/textChange",
4732
+ "vs/base/common/lifecycle"
4849
4733
  ],
4850
- "vs/editor/browser/view/viewController": [
4734
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
4851
4735
  "require",
4852
4736
  "exports",
4853
- "vs/editor/browser/coreCommands",
4854
- "vs/editor/common/core/position",
4855
- "vs/base/common/platform"
4737
+ "vs/base/common/strings",
4738
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4739
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
4856
4740
  ],
4857
- "vs/editor/browser/view/viewOverlays": [
4741
+ "vs/editor/common/model/textModelTokens": [
4858
4742
  "require",
4859
4743
  "exports",
4860
- "vs/base/browser/fastDomNode",
4861
- "vs/editor/browser/config/domFontInfo",
4862
- "vs/editor/browser/view/viewLayer",
4863
- "vs/editor/browser/view/viewPart"
4744
+ "vs/base/common/arrays",
4745
+ "vs/base/common/errors",
4746
+ "vs/editor/common/tokens/lineTokens",
4747
+ "vs/editor/common/languages",
4748
+ "vs/editor/common/languages/nullTokenize",
4749
+ "vs/base/common/lifecycle",
4750
+ "vs/base/common/stopwatch",
4751
+ "vs/editor/common/core/eolCounter",
4752
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
4753
+ "vs/base/common/async",
4754
+ "vs/base/common/platform"
4864
4755
  ],
4865
- "vs/editor/browser/view/viewPart": [
4756
+ "vs/editor/common/core/eolCounter": [
4866
4757
  "require",
4867
- "exports",
4868
- "vs/editor/common/viewEventHandler"
4758
+ "exports"
4869
4759
  ],
4870
- "vs/editor/browser/viewParts/contentWidgets/contentWidgets": [
4760
+ "vs/editor/common/tokens/contiguousTokensStore": [
4871
4761
  "require",
4872
4762
  "exports",
4873
- "vs/base/browser/dom",
4874
- "vs/base/browser/fastDomNode",
4875
- "vs/editor/browser/view/viewPart"
4763
+ "vs/base/common/arrays",
4764
+ "vs/editor/common/core/position",
4765
+ "vs/editor/common/tokens/contiguousTokensEditing",
4766
+ "vs/editor/common/tokens/lineTokens",
4767
+ "vs/editor/common/languages"
4876
4768
  ],
4877
- "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [
4769
+ "vs/editor/common/tokens/sparseTokensStore": [
4878
4770
  "require",
4879
4771
  "exports",
4880
- "vs/editor/browser/view/dynamicViewOverlay",
4881
- "vs/editor/common/core/editorColorRegistry",
4882
4772
  "vs/base/common/arrays",
4883
- "vs/platform/theme/common/themeService",
4884
- "vs/editor/common/core/selection",
4885
- "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight"
4773
+ "vs/editor/common/tokens/lineTokens"
4886
4774
  ],
4887
- "vs/editor/browser/viewParts/decorations/decorations": [
4775
+ "vs/platform/undoRedo/common/undoRedo": [
4888
4776
  "require",
4889
4777
  "exports",
4890
- "vs/editor/browser/view/dynamicViewOverlay",
4891
- "vs/editor/common/core/range",
4892
- "vs/editor/browser/view/renderingContext",
4893
- "vs/css!vs/editor/browser/viewParts/decorations/decorations"
4778
+ "vs/platform/instantiation/common/instantiation"
4894
4779
  ],
4895
- "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar": [
4896
- "require",
4897
- "exports",
4898
- "vs/base/browser/dom",
4899
- "vs/base/browser/fastDomNode",
4900
- "vs/base/browser/ui/scrollbar/scrollableElement",
4901
- "vs/editor/browser/view/viewPart",
4902
- "vs/platform/theme/common/themeService",
4903
- "vs/platform/theme/common/colorRegistry"
4780
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
4781
+ "vs/nls!vs/platform/theme/common/iconRegistry": [],
4782
+ "===anonymous57===": [
4783
+ "vs/platform/theme/common/iconRegistry.nls",
4784
+ "vs/platform/theme/common/iconRegistry.nls.keys"
4904
4785
  ],
4905
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin": [
4786
+ "vs/platform/theme/common/iconRegistry.nls": [],
4787
+ "vs/platform/theme/common/iconRegistry.nls.keys": [],
4788
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
4906
4789
  "require",
4907
4790
  "exports",
4908
- "vs/editor/browser/view/dynamicViewOverlay",
4909
- "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin"
4791
+ "vs/editor/common/core/cursorColumns"
4910
4792
  ],
4911
- "vs/editor/browser/viewParts/indentGuides/indentGuides": [
4793
+ "vs/editor/browser/controller/textAreaState": [
4912
4794
  "require",
4913
4795
  "exports",
4914
- "vs/editor/browser/view/dynamicViewOverlay",
4915
- "vs/editor/common/core/editorColorRegistry",
4916
- "vs/platform/theme/common/themeService",
4796
+ "vs/base/common/strings",
4917
4797
  "vs/editor/common/core/position",
4918
- "vs/base/common/arrays",
4919
- "vs/base/common/types",
4920
- "vs/editor/common/model/guidesTextModelPart",
4921
- "vs/editor/common/textModelGuides",
4922
- "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides"
4798
+ "vs/editor/common/core/range"
4923
4799
  ],
4924
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers": [
4800
+ "vs/editor/contrib/codeAction/browser/codeAction": [
4925
4801
  "require",
4926
4802
  "exports",
4927
- "vs/base/common/platform",
4928
- "vs/editor/browser/view/dynamicViewOverlay",
4929
- "vs/editor/common/core/position",
4930
- "vs/editor/common/core/editorColorRegistry",
4931
- "vs/platform/theme/common/themeService",
4932
- "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers"
4803
+ "vs/base/common/arrays",
4804
+ "vs/base/common/cancellation",
4805
+ "vs/base/common/errors",
4806
+ "vs/base/common/lifecycle",
4807
+ "vs/base/common/uri",
4808
+ "vs/editor/contrib/editorState/browser/editorState",
4809
+ "vs/editor/common/core/range",
4810
+ "vs/editor/common/core/selection",
4811
+ "vs/editor/common/services/model",
4812
+ "vs/platform/commands/common/commands",
4813
+ "vs/platform/progress/common/progress",
4814
+ "vs/editor/contrib/codeAction/browser/types",
4815
+ "vs/editor/common/services/languageFeatures"
4933
4816
  ],
4934
- "vs/editor/browser/viewParts/lines/viewLines": [
4817
+ "vs/editor/contrib/codeAction/browser/codeActionUi": [
4818
+ "require",
4819
+ "exports",
4820
+ "vs/base/common/errors",
4821
+ "vs/base/common/lazy",
4822
+ "vs/base/common/lifecycle",
4823
+ "vs/editor/contrib/message/browser/messageController",
4824
+ "vs/platform/instantiation/common/instantiation",
4825
+ "vs/editor/contrib/codeAction/browser/codeActionMenu",
4826
+ "vs/editor/contrib/codeAction/browser/lightBulbWidget"
4827
+ ],
4828
+ "vs/nls!vs/editor/contrib/codeAction/browser/codeActionCommands": [],
4829
+ "vs/editor/contrib/codeAction/browser/codeActionModel": [
4935
4830
  "require",
4936
4831
  "exports",
4937
- "vs/base/common/platform",
4938
4832
  "vs/base/common/async",
4939
- "vs/editor/browser/config/domFontInfo",
4940
- "vs/editor/browser/view/viewLayer",
4941
- "vs/editor/browser/view/viewPart",
4942
- "vs/editor/browser/viewParts/lines/viewLine",
4943
- "vs/editor/common/core/position",
4833
+ "vs/base/common/errors",
4834
+ "vs/base/common/event",
4835
+ "vs/base/common/lifecycle",
4836
+ "vs/base/common/resources",
4944
4837
  "vs/editor/common/core/range",
4945
- "vs/editor/browser/view/renderingContext",
4946
- "vs/base/browser/ui/mouseCursor/mouseCursor",
4947
- "vs/css!vs/editor/browser/viewParts/lines/viewLines"
4838
+ "vs/platform/contextkey/common/contextkey",
4839
+ "vs/platform/progress/common/progress",
4840
+ "vs/editor/contrib/codeAction/browser/codeAction"
4948
4841
  ],
4949
- "vs/editor/browser/viewParts/linesDecorations/linesDecorations": [
4842
+ "vs/editor/contrib/codeAction/browser/types": [
4843
+ "require",
4844
+ "exports"
4845
+ ],
4846
+ "===anonymous58===": [
4847
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls",
4848
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys"
4849
+ ],
4850
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls": [],
4851
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys": [],
4852
+ "vs/base/browser/ui/iconLabel/iconLabels": [
4950
4853
  "require",
4951
4854
  "exports",
4952
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
4953
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations"
4855
+ "vs/base/browser/dom",
4856
+ "vs/base/common/codicons"
4954
4857
  ],
4955
- "vs/editor/browser/viewParts/margin/margin": [
4858
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
4859
+ "vs/base/common/numbers": [
4860
+ "require",
4861
+ "exports"
4862
+ ],
4863
+ "vs/editor/browser/editorDom": [
4956
4864
  "require",
4957
4865
  "exports",
4958
- "vs/base/browser/fastDomNode",
4959
- "vs/editor/browser/view/viewPart"
4866
+ "vs/base/browser/dom",
4867
+ "vs/base/browser/globalMouseMoveMonitor",
4868
+ "vs/base/browser/mouseEvent",
4869
+ "vs/base/common/async",
4870
+ "vs/base/common/lifecycle",
4871
+ "vs/platform/theme/common/colorRegistry"
4960
4872
  ],
4961
- "vs/editor/browser/viewParts/marginDecorations/marginDecorations": [
4873
+ "vs/editor/contrib/colorPicker/browser/color": [
4962
4874
  "require",
4963
4875
  "exports",
4964
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
4965
- "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations"
4876
+ "vs/base/common/cancellation",
4877
+ "vs/base/common/errors",
4878
+ "vs/base/common/uri",
4879
+ "vs/editor/common/core/range",
4880
+ "vs/editor/common/services/model",
4881
+ "vs/platform/commands/common/commands",
4882
+ "vs/editor/common/services/languageFeatures"
4966
4883
  ],
4967
- "vs/editor/browser/viewParts/minimap/minimap": [
4884
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
4885
+ "require",
4886
+ "exports",
4887
+ "vs/base/common/event"
4888
+ ],
4889
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
4968
4890
  "require",
4969
4891
  "exports",
4892
+ "vs/base/browser/browser",
4970
4893
  "vs/base/browser/dom",
4971
- "vs/base/browser/fastDomNode",
4972
4894
  "vs/base/browser/globalMouseMoveMonitor",
4895
+ "vs/base/browser/ui/widget",
4896
+ "vs/base/common/color",
4897
+ "vs/base/common/event",
4973
4898
  "vs/base/common/lifecycle",
4974
- "vs/base/common/platform",
4975
- "vs/base/common/strings",
4976
- "vs/editor/browser/view/viewLayer",
4977
- "vs/editor/browser/view/viewPart",
4978
- "vs/editor/common/config/editorOptions",
4979
- "vs/editor/common/core/range",
4980
- "vs/editor/common/core/rgba",
4981
- "vs/editor/common/viewModel/minimapTokensColorTracker",
4982
- "vs/editor/common/viewModel",
4899
+ "vs/nls!vs/editor/contrib/colorPicker/browser/colorPickerWidget",
4983
4900
  "vs/platform/theme/common/colorRegistry",
4984
4901
  "vs/platform/theme/common/themeService",
4985
- "vs/editor/common/core/selection",
4986
- "vs/base/browser/touch",
4987
- "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory",
4988
- "vs/editor/common/model",
4989
- "vs/base/common/functional",
4990
- "vs/css!vs/editor/browser/viewParts/minimap/minimap"
4902
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
4991
4903
  ],
4992
- "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [
4904
+ "vs/base/browser/dnd": [
4993
4905
  "require",
4994
4906
  "exports",
4995
- "vs/base/browser/fastDomNode",
4996
- "vs/editor/browser/view/viewPart",
4997
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets"
4907
+ "vs/base/common/mime"
4998
4908
  ],
4999
- "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler": [
4909
+ "vs/nls!vs/base/browser/ui/actionbar/actionViewItems": [],
4910
+ "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
4911
+ "===anonymous59===": [
4912
+ "vs/base/browser/ui/actionbar/actionViewItems.nls",
4913
+ "vs/base/browser/ui/actionbar/actionViewItems.nls.keys"
4914
+ ],
4915
+ "vs/base/browser/ui/actionbar/actionViewItems.nls": [],
4916
+ "vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
4917
+ "vs/nls!vs/base/common/actions": [],
4918
+ "===anonymous60===": [
4919
+ "vs/base/common/actions.nls",
4920
+ "vs/base/common/actions.nls.keys"
4921
+ ],
4922
+ "vs/base/common/actions.nls": [],
4923
+ "vs/base/common/actions.nls.keys": [],
4924
+ "vs/editor/contrib/find/browser/findDecorations": [
5000
4925
  "require",
5001
4926
  "exports",
5002
- "vs/base/browser/fastDomNode",
5003
- "vs/base/common/color",
5004
- "vs/editor/browser/view/viewPart",
5005
- "vs/editor/common/core/position",
5006
- "vs/editor/common/languages",
5007
- "vs/editor/common/core/editorColorRegistry",
5008
- "vs/editor/common/viewModel"
4927
+ "vs/editor/common/core/range",
4928
+ "vs/editor/common/model",
4929
+ "vs/editor/common/model/textModel",
4930
+ "vs/platform/theme/common/colorRegistry",
4931
+ "vs/platform/theme/common/themeService"
5009
4932
  ],
5010
- "vs/editor/browser/viewParts/overviewRuler/overviewRuler": [
4933
+ "vs/editor/contrib/find/browser/replaceAllCommand": [
5011
4934
  "require",
5012
4935
  "exports",
5013
- "vs/base/browser/fastDomNode",
5014
- "vs/editor/common/viewModel/overviewZoneManager",
5015
- "vs/editor/common/viewEventHandler"
4936
+ "vs/editor/common/core/range"
5016
4937
  ],
5017
- "vs/editor/browser/viewParts/rulers/rulers": [
4938
+ "vs/editor/contrib/find/browser/replacePattern": [
5018
4939
  "require",
5019
4940
  "exports",
5020
- "vs/base/browser/fastDomNode",
5021
- "vs/editor/browser/view/viewPart",
5022
- "vs/editor/common/core/editorColorRegistry",
5023
- "vs/platform/theme/common/themeService",
5024
- "vs/css!vs/editor/browser/viewParts/rulers/rulers"
4941
+ "vs/base/common/search"
5025
4942
  ],
5026
- "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [
4943
+ "vs/base/browser/ui/findinput/findInputCheckboxes": [
5027
4944
  "require",
5028
4945
  "exports",
5029
- "vs/base/browser/fastDomNode",
5030
- "vs/editor/browser/view/viewPart",
5031
- "vs/platform/theme/common/colorRegistry",
5032
- "vs/platform/theme/common/themeService",
5033
- "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration"
4946
+ "vs/base/browser/ui/checkbox/checkbox",
4947
+ "vs/base/common/codicons",
4948
+ "vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes"
5034
4949
  ],
5035
- "vs/editor/browser/viewParts/selections/selections": [
4950
+ "vs/base/browser/ui/checkbox/checkbox": [
5036
4951
  "require",
5037
4952
  "exports",
5038
- "vs/editor/browser/view/dynamicViewOverlay",
5039
- "vs/platform/theme/common/colorRegistry",
5040
- "vs/platform/theme/common/themeService",
5041
- "vs/css!vs/editor/browser/viewParts/selections/selections"
4953
+ "vs/base/browser/ui/widget",
4954
+ "vs/base/common/codicons",
4955
+ "vs/base/common/color",
4956
+ "vs/base/common/event",
4957
+ "vs/css!vs/base/browser/ui/checkbox/checkbox"
5042
4958
  ],
5043
- "vs/editor/browser/viewParts/viewCursors/viewCursors": [
4959
+ "vs/nls!vs/editor/contrib/find/browser/findWidget": [],
4960
+ "vs/platform/history/browser/contextScopedHistoryWidget": [
5044
4961
  "require",
5045
4962
  "exports",
5046
- "vs/base/browser/fastDomNode",
5047
- "vs/base/common/async",
5048
- "vs/editor/browser/view/viewPart",
5049
- "vs/editor/browser/viewParts/viewCursors/viewCursor",
5050
- "vs/editor/common/config/editorOptions",
5051
- "vs/editor/common/core/editorColorRegistry",
5052
- "vs/platform/theme/common/themeService",
5053
- "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors"
4963
+ "vs/base/browser/ui/findinput/findInput",
4964
+ "vs/base/browser/ui/findinput/replaceInput",
4965
+ "vs/platform/contextkey/common/contextkey",
4966
+ "vs/platform/keybinding/common/keybindingsRegistry"
5054
4967
  ],
5055
- "vs/editor/browser/viewParts/viewZones/viewZones": [
4968
+ "vs/platform/history/browser/historyWidgetKeybindingHint": [
5056
4969
  "require",
5057
- "exports",
5058
- "vs/base/browser/fastDomNode",
5059
- "vs/base/common/errors",
5060
- "vs/editor/browser/view/viewPart",
5061
- "vs/editor/common/core/position"
4970
+ "exports"
5062
4971
  ],
5063
- "vs/editor/browser/view/renderingContext": [
4972
+ "vs/css!vs/editor/contrib/find/browser/findWidget": [],
4973
+ "===anonymous61===": [
4974
+ "vs/editor/contrib/find/browser/findWidget.nls",
4975
+ "vs/editor/contrib/find/browser/findWidget.nls.keys"
4976
+ ],
4977
+ "vs/editor/contrib/find/browser/findWidget.nls": [],
4978
+ "vs/editor/contrib/find/browser/findWidget.nls.keys": [],
4979
+ "vs/editor/contrib/folding/browser/foldingRanges": [
5064
4980
  "require",
5065
4981
  "exports"
5066
4982
  ],
5067
- "vs/editor/common/viewModel/viewContext": [
4983
+ "vs/editor/common/model/utils": [
5068
4984
  "require",
5069
- "exports",
5070
- "vs/editor/common/editorTheme"
4985
+ "exports"
5071
4986
  ],
5072
- "vs/editor/common/viewLayout/viewLinesViewportData": [
4987
+ "vs/nls!vs/editor/contrib/folding/browser/foldingDecorations": [],
4988
+ "===anonymous62===": [
4989
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls",
4990
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys"
4991
+ ],
4992
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls": [],
4993
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys": [],
4994
+ "vs/editor/contrib/inlineCompletions/browser/consts": [
5073
4995
  "require",
5074
- "exports",
5075
- "vs/editor/common/core/range"
4996
+ "exports"
5076
4997
  ],
5077
- "vs/editor/common/viewEventHandler": [
4998
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextModel": [
5078
4999
  "require",
5079
5000
  "exports",
5080
- "vs/base/common/lifecycle"
5001
+ "vs/base/common/event",
5002
+ "vs/base/common/lifecycle",
5003
+ "vs/editor/common/core/position",
5004
+ "vs/editor/common/languages",
5005
+ "vs/editor/common/languages/languageConfigurationRegistry",
5006
+ "vs/editor/common/services/languageFeatures",
5007
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
5008
+ "vs/editor/contrib/inlineCompletions/browser/suggestWidgetPreviewModel",
5009
+ "vs/editor/contrib/inlineCompletions/browser/utils",
5010
+ "vs/platform/commands/common/commands"
5081
5011
  ],
5082
- "vs/editor/browser/controller/mouseTarget": [
5012
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextWidget": [
5083
5013
  "require",
5084
5014
  "exports",
5085
- "vs/editor/browser/editorDom",
5086
- "vs/editor/browser/view/viewPart",
5087
- "vs/editor/browser/viewParts/lines/viewLine",
5015
+ "vs/base/browser/dom",
5016
+ "vs/base/common/lifecycle",
5017
+ "vs/base/common/strings",
5018
+ "vs/editor/browser/config/domFontInfo",
5019
+ "vs/editor/common/config/editorOptions",
5020
+ "vs/editor/common/tokens/lineTokens",
5088
5021
  "vs/editor/common/core/position",
5089
5022
  "vs/editor/common/core/range",
5090
- "vs/editor/common/core/cursorColumns",
5091
- "vs/base/browser/dom",
5092
- "vs/editor/common/cursor/cursorAtomicMoveOperations"
5023
+ "vs/editor/common/core/stringBuilder",
5024
+ "vs/editor/common/languages/language",
5025
+ "vs/editor/common/core/editorColorRegistry",
5026
+ "vs/editor/common/viewLayout/lineDecorations",
5027
+ "vs/editor/common/viewLayout/viewLineRenderer",
5028
+ "vs/platform/instantiation/common/instantiation",
5029
+ "vs/platform/theme/common/themeService",
5030
+ "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText"
5093
5031
  ],
5094
- "vs/editor/common/cursor/cursorCollection": [
5032
+ "vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextController": [],
5033
+ "===anonymous63===": [
5034
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls",
5035
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys"
5036
+ ],
5037
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls": [],
5038
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys": [],
5039
+ "vs/editor/contrib/markdownRenderer/browser/markdownRenderer": [
5095
5040
  "require",
5096
5041
  "exports",
5097
- "vs/base/common/arrays",
5098
- "vs/editor/common/cursorCommon",
5099
- "vs/editor/common/cursor/oneCursor",
5100
- "vs/editor/common/core/position",
5101
- "vs/editor/common/core/range",
5102
- "vs/editor/common/core/selection"
5042
+ "vs/base/browser/markdownRenderer",
5043
+ "vs/platform/opener/common/opener",
5044
+ "vs/editor/common/languages/language",
5045
+ "vs/base/common/errors",
5046
+ "vs/editor/common/languages/textToHtmlTokenizer",
5047
+ "vs/base/common/event",
5048
+ "vs/base/common/lifecycle",
5049
+ "vs/editor/browser/config/domFontInfo",
5050
+ "vs/editor/common/languages/modesRegistry"
5103
5051
  ],
5104
- "vs/editor/common/cursor/cursorContext": [
5052
+ "vs/nls!vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant": [],
5053
+ "===anonymous64===": [
5054
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls",
5055
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys"
5056
+ ],
5057
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls": [],
5058
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHoverParticipant.nls.keys": [],
5059
+ "vs/base/common/idGenerator": [
5105
5060
  "require",
5106
5061
  "exports"
5107
5062
  ],
5108
- "vs/editor/common/viewEvents": [
5063
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel": [],
5064
+ "===anonymous65===": [
5065
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls",
5066
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys"
5067
+ ],
5068
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls": [],
5069
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys": [],
5070
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [],
5071
+ "===anonymous66===": [
5072
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls",
5073
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys"
5074
+ ],
5075
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls": [],
5076
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys": [],
5077
+ "vs/nls!vs/editor/contrib/message/browser/messageController": [],
5078
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
5079
+ "===anonymous67===": [
5080
+ "vs/editor/contrib/message/browser/messageController.nls",
5081
+ "vs/editor/contrib/message/browser/messageController.nls.keys"
5082
+ ],
5083
+ "vs/editor/contrib/message/browser/messageController.nls": [],
5084
+ "vs/editor/contrib/message/browser/messageController.nls.keys": [],
5085
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
5109
5086
  "require",
5110
- "exports"
5087
+ "exports",
5088
+ "vs/base/browser/dom",
5089
+ "vs/base/browser/ui/sash/sash",
5090
+ "vs/base/common/color",
5091
+ "vs/base/common/idGenerator",
5092
+ "vs/base/common/lifecycle",
5093
+ "vs/base/common/objects",
5094
+ "vs/editor/common/core/range",
5095
+ "vs/editor/common/model/textModel",
5096
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget"
5111
5097
  ],
5112
- "vs/editor/common/viewModelEventDispatcher": [
5098
+ "vs/nls!vs/editor/contrib/peekView/browser/peekView": [],
5099
+ "vs/platform/actions/browser/menuEntryActionViewItem": [
5113
5100
  "require",
5114
5101
  "exports",
5115
- "vs/base/common/event",
5116
- "vs/base/common/lifecycle"
5102
+ "vs/base/browser/dom",
5103
+ "vs/base/browser/keyboardEvent",
5104
+ "vs/base/browser/ui/actionbar/actionViewItems",
5105
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem",
5106
+ "vs/base/common/actions",
5107
+ "vs/base/common/keybindingLabels",
5108
+ "vs/base/common/lifecycle",
5109
+ "vs/base/common/platform",
5110
+ "vs/nls!vs/platform/actions/browser/menuEntryActionViewItem",
5111
+ "vs/platform/actions/common/actions",
5112
+ "vs/platform/contextkey/common/contextkey",
5113
+ "vs/platform/contextview/browser/contextView",
5114
+ "vs/platform/instantiation/common/instantiation",
5115
+ "vs/platform/keybinding/common/keybinding",
5116
+ "vs/platform/notification/common/notification",
5117
+ "vs/platform/storage/common/storage",
5118
+ "vs/platform/theme/common/themeService",
5119
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
5117
5120
  ],
5118
- "vs/editor/common/languages/textToHtmlTokenizer": [
5121
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
5122
+ "===anonymous68===": [
5123
+ "vs/editor/contrib/peekView/browser/peekView.nls",
5124
+ "vs/editor/contrib/peekView/browser/peekView.nls.keys"
5125
+ ],
5126
+ "vs/editor/contrib/peekView/browser/peekView.nls": [],
5127
+ "vs/editor/contrib/peekView/browser/peekView.nls.keys": [],
5128
+ "vs/base/common/labels": [
5119
5129
  "require",
5120
5130
  "exports",
5121
- "vs/base/common/strings",
5122
- "vs/editor/common/tokens/lineTokens",
5123
- "vs/editor/common/languages",
5124
- "vs/editor/common/languages/nullTokenize"
5131
+ "vs/base/common/extpath",
5132
+ "vs/base/common/network",
5133
+ "vs/base/common/platform",
5134
+ "vs/base/common/resources",
5135
+ "vs/base/common/uri"
5125
5136
  ],
5126
- "vs/editor/common/viewLayout/viewLayout": [
5137
+ "vs/nls!vs/editor/contrib/gotoError/browser/gotoErrorWidget": [],
5138
+ "vs/platform/severityIcon/common/severityIcon": [
5127
5139
  "require",
5128
5140
  "exports",
5129
- "vs/base/common/event",
5130
- "vs/base/common/lifecycle",
5131
- "vs/base/common/scrollable",
5132
- "vs/editor/common/viewLayout/linesLayout",
5133
- "vs/editor/common/viewModel",
5134
- "vs/editor/common/viewModelEventDispatcher"
5141
+ "vs/base/common/codicons",
5142
+ "vs/base/common/severity",
5143
+ "vs/platform/theme/common/colorRegistry",
5144
+ "vs/platform/theme/common/themeService"
5135
5145
  ],
5136
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5146
+ "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
5147
+ "===anonymous69===": [
5148
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
5149
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
5150
+ ],
5151
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls": [],
5152
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys": [],
5153
+ "vs/base/browser/ui/hover/hoverWidget": [
5137
5154
  "require",
5138
5155
  "exports",
5139
- "vs/base/common/event",
5156
+ "vs/base/browser/dom",
5157
+ "vs/base/browser/ui/scrollbar/scrollableElement",
5140
5158
  "vs/base/common/lifecycle",
5141
- "vs/editor/common/core/rgba",
5142
- "vs/editor/common/languages"
5159
+ "vs/css!vs/base/browser/ui/hover/hover"
5143
5160
  ],
5144
- "vs/editor/common/viewModel/viewModelLines": [
5161
+ "vs/editor/contrib/hover/browser/hoverOperation": [
5145
5162
  "require",
5146
5163
  "exports",
5147
- "vs/base/common/arrays",
5148
- "vs/editor/common/core/position",
5149
- "vs/editor/common/core/range",
5150
- "vs/editor/common/textModelGuides",
5151
- "vs/editor/common/model/textModel",
5152
- "vs/editor/common/textModelEvents",
5153
- "vs/editor/common/viewEvents",
5154
- "vs/editor/common/viewModel/modelLineProjection",
5155
- "vs/editor/common/model/prefixSumComputer",
5156
- "vs/editor/common/viewModel"
5164
+ "vs/base/common/async",
5165
+ "vs/base/common/errors",
5166
+ "vs/base/common/event",
5167
+ "vs/base/common/lifecycle"
5157
5168
  ],
5158
- "vs/editor/common/modelLineProjectionData": [
5169
+ "vs/editor/contrib/hover/browser/getHover": [
5159
5170
  "require",
5160
5171
  "exports",
5161
- "vs/base/common/types",
5162
- "vs/editor/common/core/position",
5163
- "vs/editor/common/model"
5172
+ "vs/base/common/async",
5173
+ "vs/base/common/cancellation",
5174
+ "vs/base/common/errors",
5175
+ "vs/editor/browser/editorExtensions",
5176
+ "vs/editor/common/services/languageFeatures"
5177
+ ],
5178
+ "vs/nls!vs/editor/contrib/hover/browser/markdownHoverParticipant": [],
5179
+ "===anonymous70===": [
5180
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls",
5181
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys"
5182
+ ],
5183
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls": [],
5184
+ "vs/editor/contrib/hover/browser/markdownHoverParticipant.nls.keys": [],
5185
+ "vs/nls!vs/editor/contrib/hover/browser/markerHoverParticipant": [],
5186
+ "===anonymous71===": [
5187
+ "vs/editor/contrib/hover/browser/markerHoverParticipant.nls",
5188
+ "vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys"
5164
5189
  ],
5190
+ "vs/editor/contrib/hover/browser/markerHoverParticipant.nls": [],
5191
+ "vs/editor/contrib/hover/browser/markerHoverParticipant.nls.keys": [],
5165
5192
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
5166
5193
  "require",
5167
5194
  "exports",
@@ -5188,33 +5215,6 @@
5188
5215
  "vs/platform/instantiation/common/instantiation",
5189
5216
  "vs/platform/notification/common/notification"
5190
5217
  ],
5191
- "vs/base/browser/ui/iconLabel/iconLabels": [
5192
- "require",
5193
- "exports",
5194
- "vs/base/browser/dom",
5195
- "vs/base/common/codicons"
5196
- ],
5197
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5198
- "vs/base/browser/dnd": [
5199
- "require",
5200
- "exports",
5201
- "vs/base/common/mime"
5202
- ],
5203
- "vs/nls!vs/base/browser/ui/actionbar/actionViewItems": [],
5204
- "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
5205
- "===anonymous70===": [
5206
- "vs/base/browser/ui/actionbar/actionViewItems.nls",
5207
- "vs/base/browser/ui/actionbar/actionViewItems.nls.keys"
5208
- ],
5209
- "vs/base/browser/ui/actionbar/actionViewItems.nls": [],
5210
- "vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
5211
- "vs/nls!vs/base/common/actions": [],
5212
- "===anonymous71===": [
5213
- "vs/base/common/actions.nls",
5214
- "vs/base/common/actions.nls.keys"
5215
- ],
5216
- "vs/base/common/actions.nls": [],
5217
- "vs/base/common/actions.nls.keys": [],
5218
5218
  "vs/base/common/extpath": [
5219
5219
  "require",
5220
5220
  "exports",
@@ -5408,6 +5408,12 @@
5408
5408
  "vs/platform/theme/common/themeService"
5409
5409
  ],
5410
5410
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/bannerController": [],
5411
+ "vs/editor/common/services/semanticTokensDto": [
5412
+ "require",
5413
+ "exports",
5414
+ "vs/base/common/buffer",
5415
+ "vs/base/common/platform"
5416
+ ],
5411
5417
  "vs/editor/common/tokens/sparseMultilineTokens": [
5412
5418
  "require",
5413
5419
  "exports",
@@ -5415,12 +5421,6 @@
5415
5421
  "vs/editor/common/core/range",
5416
5422
  "vs/editor/common/core/eolCounter"
5417
5423
  ],
5418
- "vs/editor/common/services/semanticTokensDto": [
5419
- "require",
5420
- "exports",
5421
- "vs/base/common/buffer",
5422
- "vs/base/common/platform"
5423
- ],
5424
5424
  "vs/nls!vs/platform/contextkey/common/contextkeys": [],
5425
5425
  "===anonymous77===": [
5426
5426
  "vs/platform/contextkey/common/contextkeys.nls",
@@ -5700,6 +5700,139 @@
5700
5700
  ],
5701
5701
  "vs/editor/contrib/editorState/browser/keybindingCancellation.nls": [],
5702
5702
  "vs/editor/contrib/editorState/browser/keybindingCancellation.nls.keys": [],
5703
+ "vs/base/common/collections": [
5704
+ "require",
5705
+ "exports"
5706
+ ],
5707
+ "vs/editor/browser/controller/mouseHandler": [
5708
+ "require",
5709
+ "exports",
5710
+ "vs/base/browser/dom",
5711
+ "vs/base/browser/mouseEvent",
5712
+ "vs/base/common/async",
5713
+ "vs/base/common/lifecycle",
5714
+ "vs/base/common/platform",
5715
+ "vs/editor/browser/controller/mouseTarget",
5716
+ "vs/editor/browser/editorDom",
5717
+ "vs/editor/common/config/editorZoom",
5718
+ "vs/editor/common/core/position",
5719
+ "vs/editor/common/core/selection",
5720
+ "vs/editor/common/viewEventHandler"
5721
+ ],
5722
+ "vs/nls!vs/editor/browser/controller/textAreaHandler": [],
5723
+ "vs/css!vs/editor/browser/controller/textAreaHandler": [],
5724
+ "===anonymous86===": [
5725
+ "vs/editor/browser/controller/textAreaHandler.nls",
5726
+ "vs/editor/browser/controller/textAreaHandler.nls.keys"
5727
+ ],
5728
+ "vs/editor/browser/controller/textAreaHandler.nls": [],
5729
+ "vs/editor/browser/controller/textAreaHandler.nls.keys": [],
5730
+ "vs/editor/browser/view/viewLayer": [
5731
+ "require",
5732
+ "exports",
5733
+ "vs/base/browser/fastDomNode",
5734
+ "vs/editor/common/core/stringBuilder"
5735
+ ],
5736
+ "vs/editor/browser/view/dynamicViewOverlay": [
5737
+ "require",
5738
+ "exports",
5739
+ "vs/editor/common/viewEventHandler"
5740
+ ],
5741
+ "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
5742
+ "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
5743
+ "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
5744
+ "vs/editor/common/textModelGuides": [
5745
+ "require",
5746
+ "exports"
5747
+ ],
5748
+ "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
5749
+ "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
5750
+ "vs/editor/browser/viewParts/lines/viewLine": [
5751
+ "require",
5752
+ "exports",
5753
+ "vs/base/browser/browser",
5754
+ "vs/base/browser/fastDomNode",
5755
+ "vs/base/common/platform",
5756
+ "vs/editor/browser/viewParts/lines/rangeUtil",
5757
+ "vs/editor/browser/view/renderingContext",
5758
+ "vs/editor/common/viewLayout/lineDecorations",
5759
+ "vs/editor/common/viewLayout/viewLineRenderer",
5760
+ "vs/platform/theme/common/theme",
5761
+ "vs/editor/common/config/editorOptions"
5762
+ ],
5763
+ "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
5764
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
5765
+ "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
5766
+ "vs/base/browser/globalMouseMoveMonitor": [
5767
+ "require",
5768
+ "exports",
5769
+ "vs/base/browser/dom",
5770
+ "vs/base/browser/iframe",
5771
+ "vs/base/browser/mouseEvent",
5772
+ "vs/base/common/lifecycle",
5773
+ "vs/base/common/platform"
5774
+ ],
5775
+ "vs/editor/common/core/rgba": [
5776
+ "require",
5777
+ "exports"
5778
+ ],
5779
+ "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory": [
5780
+ "require",
5781
+ "exports",
5782
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer",
5783
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
5784
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked",
5785
+ "vs/base/common/uint"
5786
+ ],
5787
+ "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
5788
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
5789
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
5790
+ "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
5791
+ "vs/css!vs/editor/browser/viewParts/selections/selections": [],
5792
+ "vs/editor/browser/viewParts/viewCursors/viewCursor": [
5793
+ "require",
5794
+ "exports",
5795
+ "vs/base/browser/dom",
5796
+ "vs/base/browser/fastDomNode",
5797
+ "vs/base/common/strings",
5798
+ "vs/editor/browser/config/domFontInfo",
5799
+ "vs/editor/common/config/editorOptions",
5800
+ "vs/editor/common/core/position",
5801
+ "vs/editor/common/core/range",
5802
+ "vs/base/browser/ui/mouseCursor/mouseCursor"
5803
+ ],
5804
+ "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
5805
+ "vs/editor/common/editorTheme": [
5806
+ "require",
5807
+ "exports"
5808
+ ],
5809
+ "vs/editor/common/cursor/oneCursor": [
5810
+ "require",
5811
+ "exports",
5812
+ "vs/editor/common/cursorCommon",
5813
+ "vs/editor/common/core/position",
5814
+ "vs/editor/common/core/range",
5815
+ "vs/editor/common/core/selection"
5816
+ ],
5817
+ "vs/base/common/scrollable": [
5818
+ "require",
5819
+ "exports",
5820
+ "vs/base/common/event",
5821
+ "vs/base/common/lifecycle"
5822
+ ],
5823
+ "vs/editor/common/viewLayout/linesLayout": [
5824
+ "require",
5825
+ "exports",
5826
+ "vs/base/common/strings"
5827
+ ],
5828
+ "vs/editor/common/viewModel/modelLineProjection": [
5829
+ "require",
5830
+ "exports",
5831
+ "vs/editor/common/tokens/lineTokens",
5832
+ "vs/editor/common/core/position",
5833
+ "vs/editor/common/textModelEvents",
5834
+ "vs/editor/common/viewModel"
5835
+ ],
5703
5836
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
5704
5837
  "require",
5705
5838
  "exports",
@@ -5718,12 +5851,6 @@
5718
5851
  "vs/base/browser/ui/scrollbar/scrollbarState",
5719
5852
  "vs/base/common/codicons"
5720
5853
  ],
5721
- "vs/base/common/scrollable": [
5722
- "require",
5723
- "exports",
5724
- "vs/base/common/event",
5725
- "vs/base/common/lifecycle"
5726
- ],
5727
5854
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
5728
5855
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
5729
5856
  "require",
@@ -5746,7 +5873,7 @@
5746
5873
  "vs/base/common/buffer",
5747
5874
  "vs/editor/common/core/stringBuilder"
5748
5875
  ],
5749
- "===anonymous86===": [
5876
+ "===anonymous87===": [
5750
5877
  "vs/editor/common/model/editStack.nls",
5751
5878
  "vs/editor/common/model/editStack.nls.keys"
5752
5879
  ],
@@ -5756,10 +5883,6 @@
5756
5883
  "require",
5757
5884
  "exports"
5758
5885
  ],
5759
- "vs/editor/common/textModelGuides": [
5760
- "require",
5761
- "exports"
5762
- ],
5763
5886
  "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
5764
5887
  "require",
5765
5888
  "exports",
@@ -5810,18 +5933,9 @@
5810
5933
  "vs/platform/theme/common/themeService",
5811
5934
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget"
5812
5935
  ],
5813
- "vs/base/browser/globalMouseMoveMonitor": [
5814
- "require",
5815
- "exports",
5816
- "vs/base/browser/dom",
5817
- "vs/base/browser/iframe",
5818
- "vs/base/browser/mouseEvent",
5819
- "vs/base/common/lifecycle",
5820
- "vs/base/common/platform"
5821
- ],
5822
5936
  "vs/nls!vs/editor/contrib/colorPicker/browser/colorPickerWidget": [],
5823
5937
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
5824
- "===anonymous87===": [
5938
+ "===anonymous88===": [
5825
5939
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget.nls",
5826
5940
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget.nls.keys"
5827
5941
  ],
@@ -5833,83 +5947,35 @@
5833
5947
  "vs/base/common/strings"
5834
5948
  ],
5835
5949
  "vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes": [],
5836
- "===anonymous88===": [
5950
+ "===anonymous89===": [
5837
5951
  "vs/base/browser/ui/findinput/findInputCheckboxes.nls",
5838
5952
  "vs/base/browser/ui/findinput/findInputCheckboxes.nls.keys"
5839
5953
  ],
5840
5954
  "vs/base/browser/ui/findinput/findInputCheckboxes.nls": [],
5841
- "vs/base/browser/ui/findinput/findInputCheckboxes.nls.keys": [],
5842
- "vs/css!vs/base/browser/ui/checkbox/checkbox": [],
5843
- "vs/base/browser/ui/findinput/findInput": [
5844
- "require",
5845
- "exports",
5846
- "vs/base/browser/dom",
5847
- "vs/base/browser/ui/findinput/findInputCheckboxes",
5848
- "vs/base/browser/ui/inputbox/inputBox",
5849
- "vs/base/browser/ui/widget",
5850
- "vs/base/common/event",
5851
- "vs/nls!vs/base/browser/ui/findinput/findInput",
5852
- "vs/css!vs/base/browser/ui/findinput/findInput"
5853
- ],
5854
- "vs/base/browser/ui/findinput/replaceInput": [
5855
- "require",
5856
- "exports",
5857
- "vs/base/browser/dom",
5858
- "vs/base/browser/ui/checkbox/checkbox",
5859
- "vs/base/browser/ui/inputbox/inputBox",
5860
- "vs/base/browser/ui/widget",
5861
- "vs/base/common/codicons",
5862
- "vs/base/common/event",
5863
- "vs/nls!vs/base/browser/ui/findinput/replaceInput",
5864
- "vs/css!vs/base/browser/ui/findinput/findInput"
5865
- ],
5866
- "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
5867
- "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
5868
- "require",
5869
- "exports",
5870
- "vs/base/browser/dom",
5871
- "vs/base/browser/ui/actionbar/actionViewItems",
5872
- "vs/base/browser/ui/dropdown/dropdown",
5873
- "vs/base/common/event",
5874
- "vs/css!vs/base/browser/ui/dropdown/dropdown"
5875
- ],
5876
- "vs/base/common/keybindingLabels": [
5955
+ "vs/base/browser/ui/findinput/findInputCheckboxes.nls.keys": [],
5956
+ "vs/css!vs/base/browser/ui/checkbox/checkbox": [],
5957
+ "vs/base/browser/ui/findinput/findInput": [
5877
5958
  "require",
5878
5959
  "exports",
5879
- "vs/nls!vs/base/common/keybindingLabels"
5880
- ],
5881
- "vs/nls!vs/platform/actions/browser/menuEntryActionViewItem": [],
5882
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
5883
- "===anonymous89===": [
5884
- "vs/platform/actions/browser/menuEntryActionViewItem.nls",
5885
- "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys"
5960
+ "vs/base/browser/dom",
5961
+ "vs/base/browser/ui/findinput/findInputCheckboxes",
5962
+ "vs/base/browser/ui/inputbox/inputBox",
5963
+ "vs/base/browser/ui/widget",
5964
+ "vs/base/common/event",
5965
+ "vs/nls!vs/base/browser/ui/findinput/findInput",
5966
+ "vs/css!vs/base/browser/ui/findinput/findInput"
5886
5967
  ],
5887
- "vs/platform/actions/browser/menuEntryActionViewItem.nls": [],
5888
- "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys": [],
5889
- "vs/base/browser/markdownRenderer": [
5968
+ "vs/base/browser/ui/findinput/replaceInput": [
5890
5969
  "require",
5891
5970
  "exports",
5892
5971
  "vs/base/browser/dom",
5893
- "vs/base/browser/dompurify/dompurify",
5894
- "vs/base/browser/event",
5895
- "vs/base/browser/formattedTextRenderer",
5896
- "vs/base/browser/mouseEvent",
5897
- "vs/base/browser/ui/iconLabel/iconLabels",
5898
- "vs/base/common/async",
5899
- "vs/base/common/cancellation",
5900
- "vs/base/common/errors",
5972
+ "vs/base/browser/ui/checkbox/checkbox",
5973
+ "vs/base/browser/ui/inputbox/inputBox",
5974
+ "vs/base/browser/ui/widget",
5975
+ "vs/base/common/codicons",
5901
5976
  "vs/base/common/event",
5902
- "vs/base/common/htmlContent",
5903
- "vs/base/common/iconLabels",
5904
- "vs/base/common/idGenerator",
5905
- "vs/base/common/lifecycle",
5906
- "vs/base/common/marked/marked",
5907
- "vs/base/common/marshalling",
5908
- "vs/base/common/network",
5909
- "vs/base/common/objects",
5910
- "vs/base/common/resources",
5911
- "vs/base/common/strings",
5912
- "vs/base/common/uri"
5977
+ "vs/nls!vs/base/browser/ui/findinput/replaceInput",
5978
+ "vs/css!vs/base/browser/ui/findinput/findInput"
5913
5979
  ],
5914
5980
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel": [
5915
5981
  "require",
@@ -5950,121 +6016,55 @@
5950
6016
  "exports"
5951
6017
  ],
5952
6018
  "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
5953
- "vs/css!vs/base/browser/ui/hover/hover": [],
5954
- "vs/base/common/collections": [
5955
- "require",
5956
- "exports"
5957
- ],
5958
- "vs/editor/browser/controller/mouseHandler": [
6019
+ "vs/base/browser/markdownRenderer": [
5959
6020
  "require",
5960
6021
  "exports",
5961
6022
  "vs/base/browser/dom",
6023
+ "vs/base/browser/dompurify/dompurify",
6024
+ "vs/base/browser/event",
6025
+ "vs/base/browser/formattedTextRenderer",
5962
6026
  "vs/base/browser/mouseEvent",
6027
+ "vs/base/browser/ui/iconLabel/iconLabels",
5963
6028
  "vs/base/common/async",
6029
+ "vs/base/common/cancellation",
6030
+ "vs/base/common/errors",
6031
+ "vs/base/common/event",
6032
+ "vs/base/common/htmlContent",
6033
+ "vs/base/common/iconLabels",
6034
+ "vs/base/common/idGenerator",
5964
6035
  "vs/base/common/lifecycle",
5965
- "vs/base/common/platform",
5966
- "vs/editor/browser/controller/mouseTarget",
5967
- "vs/editor/browser/editorDom",
5968
- "vs/editor/common/config/editorZoom",
5969
- "vs/editor/common/core/position",
5970
- "vs/editor/common/core/selection",
5971
- "vs/editor/common/viewEventHandler"
5972
- ],
5973
- "vs/nls!vs/editor/browser/controller/textAreaHandler": [],
5974
- "vs/css!vs/editor/browser/controller/textAreaHandler": [],
5975
- "===anonymous90===": [
5976
- "vs/editor/browser/controller/textAreaHandler.nls",
5977
- "vs/editor/browser/controller/textAreaHandler.nls.keys"
5978
- ],
5979
- "vs/editor/browser/controller/textAreaHandler.nls": [],
5980
- "vs/editor/browser/controller/textAreaHandler.nls.keys": [],
5981
- "vs/editor/browser/view/viewLayer": [
5982
- "require",
5983
- "exports",
5984
- "vs/base/browser/fastDomNode",
5985
- "vs/editor/common/core/stringBuilder"
5986
- ],
5987
- "vs/editor/browser/view/dynamicViewOverlay": [
5988
- "require",
5989
- "exports",
5990
- "vs/editor/common/viewEventHandler"
5991
- ],
5992
- "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
5993
- "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
5994
- "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
5995
- "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
5996
- "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
5997
- "vs/editor/browser/viewParts/lines/viewLine": [
5998
- "require",
5999
- "exports",
6000
- "vs/base/browser/browser",
6001
- "vs/base/browser/fastDomNode",
6002
- "vs/base/common/platform",
6003
- "vs/editor/browser/viewParts/lines/rangeUtil",
6004
- "vs/editor/browser/view/renderingContext",
6005
- "vs/editor/common/viewLayout/lineDecorations",
6006
- "vs/editor/common/viewLayout/viewLineRenderer",
6007
- "vs/platform/theme/common/theme",
6008
- "vs/editor/common/config/editorOptions"
6009
- ],
6010
- "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
6011
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
6012
- "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
6013
- "vs/editor/common/core/rgba": [
6014
- "require",
6015
- "exports"
6016
- ],
6017
- "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory": [
6018
- "require",
6019
- "exports",
6020
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer",
6021
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6022
- "vs/editor/browser/viewParts/minimap/minimapPreBaked",
6023
- "vs/base/common/uint"
6024
- ],
6025
- "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
6026
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
6027
- "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
6028
- "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
6029
- "vs/css!vs/editor/browser/viewParts/selections/selections": [],
6030
- "vs/editor/browser/viewParts/viewCursors/viewCursor": [
6031
- "require",
6032
- "exports",
6033
- "vs/base/browser/dom",
6034
- "vs/base/browser/fastDomNode",
6036
+ "vs/base/common/marked/marked",
6037
+ "vs/base/common/marshalling",
6038
+ "vs/base/common/network",
6039
+ "vs/base/common/objects",
6040
+ "vs/base/common/resources",
6035
6041
  "vs/base/common/strings",
6036
- "vs/editor/browser/config/domFontInfo",
6037
- "vs/editor/common/config/editorOptions",
6038
- "vs/editor/common/core/position",
6039
- "vs/editor/common/core/range",
6040
- "vs/base/browser/ui/mouseCursor/mouseCursor"
6041
- ],
6042
- "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
6043
- "vs/editor/common/editorTheme": [
6044
- "require",
6045
- "exports"
6042
+ "vs/base/common/uri"
6046
6043
  ],
6047
- "vs/editor/common/cursor/oneCursor": [
6044
+ "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
6045
+ "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
6048
6046
  "require",
6049
6047
  "exports",
6050
- "vs/editor/common/cursorCommon",
6051
- "vs/editor/common/core/position",
6052
- "vs/editor/common/core/range",
6053
- "vs/editor/common/core/selection"
6048
+ "vs/base/browser/dom",
6049
+ "vs/base/browser/ui/actionbar/actionViewItems",
6050
+ "vs/base/browser/ui/dropdown/dropdown",
6051
+ "vs/base/common/event",
6052
+ "vs/css!vs/base/browser/ui/dropdown/dropdown"
6054
6053
  ],
6055
- "vs/editor/common/viewLayout/linesLayout": [
6054
+ "vs/base/common/keybindingLabels": [
6056
6055
  "require",
6057
6056
  "exports",
6058
- "vs/base/common/strings"
6057
+ "vs/nls!vs/base/common/keybindingLabels"
6059
6058
  ],
6060
- "vs/editor/common/viewModel/modelLineProjection": [
6061
- "require",
6062
- "exports",
6063
- "vs/editor/common/tokens/lineTokens",
6064
- "vs/editor/common/core/position",
6065
- "vs/editor/common/textModelEvents",
6066
- "vs/editor/common/viewModel"
6059
+ "vs/nls!vs/platform/actions/browser/menuEntryActionViewItem": [],
6060
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
6061
+ "===anonymous90===": [
6062
+ "vs/platform/actions/browser/menuEntryActionViewItem.nls",
6063
+ "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys"
6067
6064
  ],
6065
+ "vs/platform/actions/browser/menuEntryActionViewItem.nls": [],
6066
+ "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys": [],
6067
+ "vs/css!vs/base/browser/ui/hover/hover": [],
6068
6068
  "vs/base/common/uuid": [
6069
6069
  "require",
6070
6070
  "exports"
@@ -6321,6 +6321,26 @@
6321
6321
  "vs/base/common/glob",
6322
6322
  "vs/base/common/path"
6323
6323
  ],
6324
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
6325
+ "require",
6326
+ "exports",
6327
+ "vs/editor/browser/view/renderingContext"
6328
+ ],
6329
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
6330
+ "require",
6331
+ "exports",
6332
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6333
+ "vs/base/common/uint"
6334
+ ],
6335
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
6336
+ "require",
6337
+ "exports"
6338
+ ],
6339
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
6340
+ "require",
6341
+ "exports",
6342
+ "vs/base/common/functional"
6343
+ ],
6324
6344
  "vs/base/browser/ui/scrollbar/abstractScrollbar": [
6325
6345
  "require",
6326
6346
  "exports",
@@ -6438,32 +6458,6 @@
6438
6458
  ],
6439
6459
  "vs/base/browser/ui/findinput/replaceInput.nls": [],
6440
6460
  "vs/base/browser/ui/findinput/replaceInput.nls.keys": [],
6441
- "vs/base/browser/ui/dropdown/dropdown": [
6442
- "require",
6443
- "exports",
6444
- "vs/base/browser/dom",
6445
- "vs/base/browser/keyboardEvent",
6446
- "vs/base/browser/touch",
6447
- "vs/base/common/actions",
6448
- "vs/base/common/event",
6449
- "vs/css!vs/base/browser/ui/dropdown/dropdown"
6450
- ],
6451
- "vs/css!vs/base/browser/ui/dropdown/dropdown": [],
6452
- "vs/nls!vs/base/common/keybindingLabels": [],
6453
- "===anonymous100===": [
6454
- "vs/base/common/keybindingLabels.nls",
6455
- "vs/base/common/keybindingLabels.nls.keys"
6456
- ],
6457
- "vs/base/common/keybindingLabels.nls": [],
6458
- "vs/base/common/keybindingLabels.nls.keys": [],
6459
- "vs/base/browser/dompurify/dompurify": [
6460
- "require",
6461
- "exports",
6462
- "module"
6463
- ],
6464
- "vs/base/common/marked/marked": [
6465
- "exports"
6466
- ],
6467
6461
  "vs/editor/contrib/inlineCompletions/browser/ghostText": [
6468
6462
  "require",
6469
6463
  "exports",
@@ -6503,26 +6497,32 @@
6503
6497
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
6504
6498
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionToGhostText"
6505
6499
  ],
6506
- "vs/editor/browser/viewParts/lines/rangeUtil": [
6507
- "require",
6508
- "exports",
6509
- "vs/editor/browser/view/renderingContext"
6510
- ],
6511
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
6500
+ "vs/base/browser/dompurify/dompurify": [
6512
6501
  "require",
6513
6502
  "exports",
6514
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6515
- "vs/base/common/uint"
6503
+ "module"
6516
6504
  ],
6517
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
6518
- "require",
6505
+ "vs/base/common/marked/marked": [
6519
6506
  "exports"
6520
6507
  ],
6521
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
6508
+ "vs/base/browser/ui/dropdown/dropdown": [
6522
6509
  "require",
6523
6510
  "exports",
6524
- "vs/base/common/functional"
6511
+ "vs/base/browser/dom",
6512
+ "vs/base/browser/keyboardEvent",
6513
+ "vs/base/browser/touch",
6514
+ "vs/base/common/actions",
6515
+ "vs/base/common/event",
6516
+ "vs/css!vs/base/browser/ui/dropdown/dropdown"
6525
6517
  ],
6518
+ "vs/css!vs/base/browser/ui/dropdown/dropdown": [],
6519
+ "vs/nls!vs/base/common/keybindingLabels": [],
6520
+ "===anonymous100===": [
6521
+ "vs/base/common/keybindingLabels.nls",
6522
+ "vs/base/common/keybindingLabels.nls.keys"
6523
+ ],
6524
+ "vs/base/common/keybindingLabels.nls": [],
6525
+ "vs/base/common/keybindingLabels.nls.keys": [],
6526
6526
  "vs/nls!vs/platform/workspaces/common/workspaces": [],
6527
6527
  "===anonymous101===": [
6528
6528
  "vs/platform/workspaces/common/workspaces.nls",