monaco-editor-core 0.52.0-dev-20240825 → 0.52.0-dev-20240826

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dev/bundleInfo.json +1091 -1091
  2. package/dev/nls.messages.de.js +1 -1
  3. package/dev/nls.messages.es.js +1 -1
  4. package/dev/nls.messages.fr.js +1 -1
  5. package/dev/nls.messages.it.js +1 -1
  6. package/dev/nls.messages.ja.js +1 -1
  7. package/dev/nls.messages.ko.js +1 -1
  8. package/dev/nls.messages.ru.js +1 -1
  9. package/dev/nls.messages.zh-cn.js +1 -1
  10. package/dev/nls.messages.zh-tw.js +1 -1
  11. package/dev/vs/base/worker/workerMain.js +1 -1
  12. package/dev/vs/editor/editor.main.css +1 -1
  13. package/dev/vs/editor/editor.main.js +1 -1
  14. package/dev/vs/loader.js +1 -1
  15. package/min/nls.messages.de.js +1 -1
  16. package/min/nls.messages.es.js +1 -1
  17. package/min/nls.messages.fr.js +1 -1
  18. package/min/nls.messages.it.js +1 -1
  19. package/min/nls.messages.ja.js +1 -1
  20. package/min/nls.messages.ko.js +1 -1
  21. package/min/nls.messages.ru.js +1 -1
  22. package/min/nls.messages.zh-cn.js +1 -1
  23. package/min/nls.messages.zh-tw.js +1 -1
  24. package/min/vs/base/worker/workerMain.js +1 -1
  25. package/min/vs/editor/editor.main.css +1 -1
  26. package/min/vs/editor/editor.main.js +1 -1
  27. package/min/vs/loader.js +1 -1
  28. package/min-maps/nls.messages.de.js.map +1 -1
  29. package/min-maps/nls.messages.es.js.map +1 -1
  30. package/min-maps/nls.messages.fr.js.map +1 -1
  31. package/min-maps/nls.messages.it.js.map +1 -1
  32. package/min-maps/nls.messages.ja.js.map +1 -1
  33. package/min-maps/nls.messages.ko.js.map +1 -1
  34. package/min-maps/nls.messages.ru.js.map +1 -1
  35. package/min-maps/nls.messages.zh-cn.js.map +1 -1
  36. package/min-maps/nls.messages.zh-tw.js.map +1 -1
  37. package/min-maps/vs/loader.js.map +1 -1
  38. package/package.json +2 -2
@@ -1746,11 +1746,7 @@
1746
1746
  "vs/nls.messages",
1747
1747
  "vs/nls.messages"
1748
1748
  ],
1749
- "vs/base/common/cache": [
1750
- "require",
1751
- "exports"
1752
- ],
1753
- "vs/base/common/lazy": [
1749
+ "vs/editor/common/core/position": [
1754
1750
  "require",
1755
1751
  "exports"
1756
1752
  ],
@@ -1763,7 +1759,11 @@
1763
1759
  "exports",
1764
1760
  "vs/base/common/strings"
1765
1761
  ],
1766
- "vs/editor/common/core/position": [
1762
+ "vs/base/common/cache": [
1763
+ "require",
1764
+ "exports"
1765
+ ],
1766
+ "vs/base/common/lazy": [
1767
1767
  "require",
1768
1768
  "exports"
1769
1769
  ],
@@ -1791,6 +1791,26 @@
1791
1791
  "require",
1792
1792
  "exports"
1793
1793
  ],
1794
+ "vs/editor/common/model/textModelSearch": [
1795
+ "require",
1796
+ "exports",
1797
+ "vs/base/common/strings",
1798
+ "vs/editor/common/core/wordCharacterClassifier",
1799
+ "vs/editor/common/core/position",
1800
+ "vs/editor/common/core/range",
1801
+ "vs/editor/common/model"
1802
+ ],
1803
+ "vs/base/common/assert": [
1804
+ "require",
1805
+ "exports",
1806
+ "vs/base/common/errors"
1807
+ ],
1808
+ "vs/editor/common/core/wordHelper": [
1809
+ "require",
1810
+ "exports",
1811
+ "vs/base/common/iterator",
1812
+ "vs/base/common/linkedList"
1813
+ ],
1794
1814
  "vs/editor/common/diff/legacyLinesDiffComputer": [
1795
1815
  "require",
1796
1816
  "exports",
@@ -1834,12 +1854,6 @@
1834
1854
  "vs/base/common/platform",
1835
1855
  "vs/base/common/symbols"
1836
1856
  ],
1837
- "vs/editor/common/core/wordHelper": [
1838
- "require",
1839
- "exports",
1840
- "vs/base/common/iterator",
1841
- "vs/base/common/linkedList"
1842
- ],
1843
1857
  "vs/editor/common/model/mirrorTextModel": [
1844
1858
  "require",
1845
1859
  "exports",
@@ -1847,19 +1861,13 @@
1847
1861
  "vs/editor/common/core/position",
1848
1862
  "vs/editor/common/model/prefixSumComputer"
1849
1863
  ],
1850
- "vs/editor/common/model/textModelSearch": [
1864
+ "vs/base/common/arrays": [
1851
1865
  "require",
1852
- "exports",
1853
- "vs/base/common/strings",
1854
- "vs/editor/common/core/wordCharacterClassifier",
1855
- "vs/editor/common/core/position",
1856
- "vs/editor/common/core/range",
1857
- "vs/editor/common/model"
1866
+ "exports"
1858
1867
  ],
1859
- "vs/base/common/assert": [
1868
+ "vs/editor/common/core/textModelDefaults": [
1860
1869
  "require",
1861
- "exports",
1862
- "vs/base/common/errors"
1870
+ "exports"
1863
1871
  ],
1864
1872
  "vs/base/browser/window": [
1865
1873
  "require",
@@ -2096,48 +2104,6 @@
2096
2104
  "vs/editor/browser/widget/multiDiffEditor/colors"
2097
2105
  ],
2098
2106
  "vs/css!vs/editor/standalone/browser/standalone-tokens": [],
2099
- "vs/base/common/arrays": [
2100
- "require",
2101
- "exports"
2102
- ],
2103
- "vs/editor/common/core/textModelDefaults": [
2104
- "require",
2105
- "exports"
2106
- ],
2107
- "vs/editor/common/languages/languageConfigurationRegistry": [
2108
- "require",
2109
- "exports",
2110
- "vs/base/common/event",
2111
- "vs/base/common/lifecycle",
2112
- "vs/base/common/strings",
2113
- "vs/editor/common/core/wordHelper",
2114
- "vs/editor/common/languages/languageConfiguration",
2115
- "vs/editor/common/languages/supports/characterPair",
2116
- "vs/editor/common/languages/supports/electricCharacter",
2117
- "vs/editor/common/languages/supports/indentRules",
2118
- "vs/editor/common/languages/supports/onEnter",
2119
- "vs/editor/common/languages/supports/richEditBrackets",
2120
- "vs/platform/instantiation/common/instantiation",
2121
- "vs/platform/configuration/common/configuration",
2122
- "vs/editor/common/languages/language",
2123
- "vs/platform/instantiation/common/extensions",
2124
- "vs/editor/common/languages/modesRegistry",
2125
- "vs/editor/common/languages/supports/languageBracketsConfiguration"
2126
- ],
2127
- "vs/editor/standalone/common/monarch/monarchCompile": [
2128
- "require",
2129
- "exports",
2130
- "vs/editor/standalone/common/monarch/monarchCommon"
2131
- ],
2132
- "vs/editor/standalone/common/monarch/monarchLexer": [
2133
- "require",
2134
- "exports",
2135
- "vs/base/common/lifecycle",
2136
- "vs/editor/common/languages",
2137
- "vs/editor/common/languages/nullTokenize",
2138
- "vs/editor/standalone/common/monarch/monarchCommon",
2139
- "vs/platform/configuration/common/configuration"
2140
- ],
2141
2107
  "vs/editor/contrib/editorState/browser/editorState": [
2142
2108
  "require",
2143
2109
  "exports",
@@ -2187,6 +2153,40 @@
2187
2153
  "vs/nls",
2188
2154
  "vs/platform/instantiation/common/instantiation"
2189
2155
  ],
2156
+ "vs/editor/common/languages/languageConfigurationRegistry": [
2157
+ "require",
2158
+ "exports",
2159
+ "vs/base/common/event",
2160
+ "vs/base/common/lifecycle",
2161
+ "vs/base/common/strings",
2162
+ "vs/editor/common/core/wordHelper",
2163
+ "vs/editor/common/languages/languageConfiguration",
2164
+ "vs/editor/common/languages/supports/characterPair",
2165
+ "vs/editor/common/languages/supports/electricCharacter",
2166
+ "vs/editor/common/languages/supports/indentRules",
2167
+ "vs/editor/common/languages/supports/onEnter",
2168
+ "vs/editor/common/languages/supports/richEditBrackets",
2169
+ "vs/platform/instantiation/common/instantiation",
2170
+ "vs/platform/configuration/common/configuration",
2171
+ "vs/editor/common/languages/language",
2172
+ "vs/platform/instantiation/common/extensions",
2173
+ "vs/editor/common/languages/modesRegistry",
2174
+ "vs/editor/common/languages/supports/languageBracketsConfiguration"
2175
+ ],
2176
+ "vs/editor/standalone/common/monarch/monarchCompile": [
2177
+ "require",
2178
+ "exports",
2179
+ "vs/editor/standalone/common/monarch/monarchCommon"
2180
+ ],
2181
+ "vs/editor/standalone/common/monarch/monarchLexer": [
2182
+ "require",
2183
+ "exports",
2184
+ "vs/base/common/lifecycle",
2185
+ "vs/editor/common/languages",
2186
+ "vs/editor/common/languages/nullTokenize",
2187
+ "vs/editor/standalone/common/monarch/monarchCommon",
2188
+ "vs/platform/configuration/common/configuration"
2189
+ ],
2190
2190
  "vs/base/browser/browser": [
2191
2191
  "require",
2192
2192
  "exports",
@@ -2272,6 +2272,16 @@
2272
2272
  "vs/editor/common/languages/autoIndent",
2273
2273
  "vs/editor/common/languages/enterAction"
2274
2274
  ],
2275
+ "vs/base/common/htmlContent": [
2276
+ "require",
2277
+ "exports",
2278
+ "vs/base/common/errors",
2279
+ "vs/base/common/iconLabels",
2280
+ "vs/base/common/resources",
2281
+ "vs/base/common/strings",
2282
+ "vs/base/common/uri"
2283
+ ],
2284
+ "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2275
2285
  "vs/base/common/codicons": [
2276
2286
  "require",
2277
2287
  "exports",
@@ -2303,16 +2313,65 @@
2303
2313
  "vs/platform/theme/common/colorRegistry",
2304
2314
  "vs/platform/theme/common/iconRegistry"
2305
2315
  ],
2306
- "vs/base/common/htmlContent": [
2316
+ "vs/editor/common/model/textModel": [
2307
2317
  "require",
2308
2318
  "exports",
2319
+ "vs/base/common/arrays",
2320
+ "vs/base/common/color",
2309
2321
  "vs/base/common/errors",
2310
- "vs/base/common/iconLabels",
2311
- "vs/base/common/resources",
2322
+ "vs/base/common/event",
2323
+ "vs/base/common/lifecycle",
2312
2324
  "vs/base/common/strings",
2313
- "vs/base/common/uri"
2325
+ "vs/base/common/uri",
2326
+ "vs/editor/common/core/eolCounter",
2327
+ "vs/editor/common/core/indentation",
2328
+ "vs/editor/common/core/position",
2329
+ "vs/editor/common/core/range",
2330
+ "vs/editor/common/core/selection",
2331
+ "vs/editor/common/core/textModelDefaults",
2332
+ "vs/editor/common/languages/language",
2333
+ "vs/editor/common/languages/languageConfigurationRegistry",
2334
+ "vs/editor/common/model",
2335
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2336
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2337
+ "vs/editor/common/model/editStack",
2338
+ "vs/editor/common/model/guidesTextModelPart",
2339
+ "vs/editor/common/model/indentationGuesser",
2340
+ "vs/editor/common/model/intervalTree",
2341
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2342
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2343
+ "vs/editor/common/model/textModelSearch",
2344
+ "vs/editor/common/model/tokenizationTextModelPart",
2345
+ "vs/editor/common/model/tokens",
2346
+ "vs/editor/common/textModelEvents",
2347
+ "vs/platform/instantiation/common/instantiation",
2348
+ "vs/platform/undoRedo/common/undoRedo"
2314
2349
  ],
2315
- "vs/css!vs/editor/contrib/anchorSelect/browser/anchorSelect": [],
2350
+ "vs/platform/theme/common/colorRegistry": [
2351
+ "require",
2352
+ "exports",
2353
+ "vs/platform/theme/common/colorUtils",
2354
+ "vs/platform/theme/common/colors/baseColors",
2355
+ "vs/platform/theme/common/colors/chartsColors",
2356
+ "vs/platform/theme/common/colors/editorColors",
2357
+ "vs/platform/theme/common/colors/inputColors",
2358
+ "vs/platform/theme/common/colors/listColors",
2359
+ "vs/platform/theme/common/colors/menuColors",
2360
+ "vs/platform/theme/common/colors/minimapColors",
2361
+ "vs/platform/theme/common/colors/miscColors",
2362
+ "vs/platform/theme/common/colors/quickpickColors",
2363
+ "vs/platform/theme/common/colors/searchColors"
2364
+ ],
2365
+ "vs/platform/theme/common/themeService": [
2366
+ "require",
2367
+ "exports",
2368
+ "vs/base/common/event",
2369
+ "vs/base/common/lifecycle",
2370
+ "vs/platform/instantiation/common/instantiation",
2371
+ "vs/platform/registry/common/platform",
2372
+ "vs/platform/theme/common/theme"
2373
+ ],
2374
+ "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2316
2375
  "vs/editor/browser/config/domFontInfo": [
2317
2376
  "require",
2318
2377
  "exports",
@@ -2440,40 +2499,6 @@
2440
2499
  "require",
2441
2500
  "exports"
2442
2501
  ],
2443
- "vs/editor/common/model/textModel": [
2444
- "require",
2445
- "exports",
2446
- "vs/base/common/arrays",
2447
- "vs/base/common/color",
2448
- "vs/base/common/errors",
2449
- "vs/base/common/event",
2450
- "vs/base/common/lifecycle",
2451
- "vs/base/common/strings",
2452
- "vs/base/common/uri",
2453
- "vs/editor/common/core/eolCounter",
2454
- "vs/editor/common/core/indentation",
2455
- "vs/editor/common/core/position",
2456
- "vs/editor/common/core/range",
2457
- "vs/editor/common/core/selection",
2458
- "vs/editor/common/core/textModelDefaults",
2459
- "vs/editor/common/languages/language",
2460
- "vs/editor/common/languages/languageConfigurationRegistry",
2461
- "vs/editor/common/model",
2462
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl",
2463
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider",
2464
- "vs/editor/common/model/editStack",
2465
- "vs/editor/common/model/guidesTextModelPart",
2466
- "vs/editor/common/model/indentationGuesser",
2467
- "vs/editor/common/model/intervalTree",
2468
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
2469
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
2470
- "vs/editor/common/model/textModelSearch",
2471
- "vs/editor/common/model/tokenizationTextModelPart",
2472
- "vs/editor/common/model/tokens",
2473
- "vs/editor/common/textModelEvents",
2474
- "vs/platform/instantiation/common/instantiation",
2475
- "vs/platform/undoRedo/common/undoRedo"
2476
- ],
2477
2502
  "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2478
2503
  "require",
2479
2504
  "exports",
@@ -2519,30 +2544,6 @@
2519
2544
  "require",
2520
2545
  "exports"
2521
2546
  ],
2522
- "vs/platform/theme/common/colorRegistry": [
2523
- "require",
2524
- "exports",
2525
- "vs/platform/theme/common/colorUtils",
2526
- "vs/platform/theme/common/colors/baseColors",
2527
- "vs/platform/theme/common/colors/chartsColors",
2528
- "vs/platform/theme/common/colors/editorColors",
2529
- "vs/platform/theme/common/colors/inputColors",
2530
- "vs/platform/theme/common/colors/listColors",
2531
- "vs/platform/theme/common/colors/menuColors",
2532
- "vs/platform/theme/common/colors/minimapColors",
2533
- "vs/platform/theme/common/colors/miscColors",
2534
- "vs/platform/theme/common/colors/quickpickColors",
2535
- "vs/platform/theme/common/colors/searchColors"
2536
- ],
2537
- "vs/platform/theme/common/themeService": [
2538
- "require",
2539
- "exports",
2540
- "vs/base/common/event",
2541
- "vs/base/common/lifecycle",
2542
- "vs/platform/instantiation/common/instantiation",
2543
- "vs/platform/registry/common/platform",
2544
- "vs/platform/theme/common/theme"
2545
- ],
2546
2547
  "vs/editor/browser/services/markerDecorations": [
2547
2548
  "require",
2548
2549
  "exports",
@@ -2556,7 +2557,21 @@
2556
2557
  "vs/editor/common/core/range",
2557
2558
  "vs/editor/common/core/selection"
2558
2559
  ],
2559
- "vs/css!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2560
+ "vs/editor/common/commands/replaceCommand": [
2561
+ "require",
2562
+ "exports",
2563
+ "vs/editor/common/core/selection"
2564
+ ],
2565
+ "vs/editor/common/cursor/cursorMoveOperations": [
2566
+ "require",
2567
+ "exports",
2568
+ "vs/base/common/strings",
2569
+ "vs/editor/common/core/cursorColumns",
2570
+ "vs/editor/common/core/position",
2571
+ "vs/editor/common/core/range",
2572
+ "vs/editor/common/cursor/cursorAtomicMoveOperations",
2573
+ "vs/editor/common/cursorCommon"
2574
+ ],
2560
2575
  "vs/editor/browser/controller/textAreaInput": [
2561
2576
  "require",
2562
2577
  "exports",
@@ -2613,21 +2628,6 @@
2613
2628
  "exports",
2614
2629
  "vs/platform/instantiation/common/instantiation"
2615
2630
  ],
2616
- "vs/editor/common/commands/replaceCommand": [
2617
- "require",
2618
- "exports",
2619
- "vs/editor/common/core/selection"
2620
- ],
2621
- "vs/editor/common/cursor/cursorMoveOperations": [
2622
- "require",
2623
- "exports",
2624
- "vs/base/common/strings",
2625
- "vs/editor/common/core/cursorColumns",
2626
- "vs/editor/common/core/position",
2627
- "vs/editor/common/core/range",
2628
- "vs/editor/common/cursor/cursorAtomicMoveOperations",
2629
- "vs/editor/common/cursorCommon"
2630
- ],
2631
2631
  "vs/editor/common/config/editorConfigurationSchema": [
2632
2632
  "require",
2633
2633
  "exports",
@@ -2892,6 +2892,13 @@
2892
2892
  "vs/base/common/uri",
2893
2893
  "vs/platform/instantiation/common/instantiation"
2894
2894
  ],
2895
+ "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2896
+ "require",
2897
+ "exports",
2898
+ "vs/editor/common/core/range",
2899
+ "vs/editor/common/core/selection"
2900
+ ],
2901
+ "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2895
2902
  "vs/base/common/hierarchicalKind": [
2896
2903
  "require",
2897
2904
  "exports"
@@ -2916,36 +2923,6 @@
2916
2923
  "vs/nls",
2917
2924
  "vs/platform/workspace/common/workspace"
2918
2925
  ],
2919
- "vs/editor/contrib/dnd/browser/dragAndDropCommand": [
2920
- "require",
2921
- "exports",
2922
- "vs/editor/common/core/range",
2923
- "vs/editor/common/core/selection"
2924
- ],
2925
- "vs/css!vs/editor/contrib/dnd/browser/dnd": [],
2926
- "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
2927
- "require",
2928
- "exports",
2929
- "vs/base/common/arrays",
2930
- "vs/base/common/async",
2931
- "vs/base/common/dataTransfer",
2932
- "vs/base/common/hierarchicalKind",
2933
- "vs/base/common/lifecycle",
2934
- "vs/editor/browser/dnd",
2935
- "vs/editor/common/core/range",
2936
- "vs/editor/common/services/languageFeatures",
2937
- "vs/editor/common/services/treeViewsDnd",
2938
- "vs/editor/common/services/treeViewsDndService",
2939
- "vs/editor/contrib/editorState/browser/editorState",
2940
- "vs/editor/contrib/inlineProgress/browser/inlineProgress",
2941
- "vs/nls",
2942
- "vs/platform/configuration/common/configuration",
2943
- "vs/platform/contextkey/common/contextkey",
2944
- "vs/platform/dnd/browser/dnd",
2945
- "vs/platform/instantiation/common/instantiation",
2946
- "vs/editor/contrib/dropOrPasteInto/browser/edit",
2947
- "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
2948
- ],
2949
2926
  "vs/editor/contrib/find/browser/findModel": [
2950
2927
  "require",
2951
2928
  "exports",
@@ -3019,6 +2996,29 @@
3019
2996
  "vs/platform/configuration/common/configuration",
3020
2997
  "vs/base/browser/dom"
3021
2998
  ],
2999
+ "vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController": [
3000
+ "require",
3001
+ "exports",
3002
+ "vs/base/common/arrays",
3003
+ "vs/base/common/async",
3004
+ "vs/base/common/dataTransfer",
3005
+ "vs/base/common/hierarchicalKind",
3006
+ "vs/base/common/lifecycle",
3007
+ "vs/editor/browser/dnd",
3008
+ "vs/editor/common/core/range",
3009
+ "vs/editor/common/services/languageFeatures",
3010
+ "vs/editor/common/services/treeViewsDnd",
3011
+ "vs/editor/common/services/treeViewsDndService",
3012
+ "vs/editor/contrib/editorState/browser/editorState",
3013
+ "vs/editor/contrib/inlineProgress/browser/inlineProgress",
3014
+ "vs/nls",
3015
+ "vs/platform/configuration/common/configuration",
3016
+ "vs/platform/contextkey/common/contextkey",
3017
+ "vs/platform/dnd/browser/dnd",
3018
+ "vs/platform/instantiation/common/instantiation",
3019
+ "vs/editor/contrib/dropOrPasteInto/browser/edit",
3020
+ "vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
3021
+ ],
3022
3022
  "vs/editor/contrib/folding/browser/foldingModel": [
3023
3023
  "require",
3024
3024
  "exports",
@@ -3068,12 +3068,6 @@
3068
3068
  "exports",
3069
3069
  "vs/platform/instantiation/common/instantiation"
3070
3070
  ],
3071
- "vs/base/common/themables": [
3072
- "require",
3073
- "exports",
3074
- "vs/base/common/codicons"
3075
- ],
3076
- "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3077
3071
  "vs/editor/contrib/inlineCompletions/browser/controller/commands": [
3078
3072
  "require",
3079
3073
  "exports",
@@ -3149,6 +3143,123 @@
3149
3143
  "require",
3150
3144
  "exports"
3151
3145
  ],
3146
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3147
+ "require",
3148
+ "exports",
3149
+ "vs/base/common/objects",
3150
+ "vs/editor/browser/services/codeEditorService",
3151
+ "vs/editor/browser/widget/codeEditor/codeEditorWidget",
3152
+ "vs/editor/common/languages/languageConfigurationRegistry",
3153
+ "vs/editor/common/services/languageFeatures",
3154
+ "vs/platform/accessibility/common/accessibility",
3155
+ "vs/platform/commands/common/commands",
3156
+ "vs/platform/contextkey/common/contextkey",
3157
+ "vs/platform/instantiation/common/instantiation",
3158
+ "vs/platform/notification/common/notification",
3159
+ "vs/platform/theme/common/themeService"
3160
+ ],
3161
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3162
+ "require",
3163
+ "exports",
3164
+ "vs/base/common/errors",
3165
+ "vs/base/common/event",
3166
+ "vs/base/common/idGenerator",
3167
+ "vs/base/common/lifecycle",
3168
+ "vs/base/common/map",
3169
+ "vs/base/common/resources",
3170
+ "vs/base/common/strings",
3171
+ "vs/editor/common/core/range",
3172
+ "vs/nls"
3173
+ ],
3174
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3175
+ "require",
3176
+ "exports",
3177
+ "vs/base/common/event",
3178
+ "vs/base/common/lifecycle",
3179
+ "vs/base/common/resources",
3180
+ "vs/editor/browser/editorExtensions",
3181
+ "vs/editor/browser/services/codeEditorService",
3182
+ "vs/editor/common/core/range",
3183
+ "vs/nls",
3184
+ "vs/platform/contextkey/common/contextkey",
3185
+ "vs/platform/instantiation/common/extensions",
3186
+ "vs/platform/instantiation/common/instantiation",
3187
+ "vs/platform/keybinding/common/keybinding",
3188
+ "vs/platform/keybinding/common/keybindingsRegistry",
3189
+ "vs/platform/notification/common/notification"
3190
+ ],
3191
+ "vs/editor/contrib/message/browser/messageController": [
3192
+ "require",
3193
+ "exports",
3194
+ "vs/base/browser/markdownRenderer",
3195
+ "vs/base/browser/ui/aria/aria",
3196
+ "vs/base/common/event",
3197
+ "vs/base/common/htmlContent",
3198
+ "vs/base/common/lifecycle",
3199
+ "vs/editor/browser/editorExtensions",
3200
+ "vs/editor/common/core/range",
3201
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3202
+ "vs/nls",
3203
+ "vs/platform/contextkey/common/contextkey",
3204
+ "vs/platform/opener/common/opener",
3205
+ "vs/base/browser/dom",
3206
+ "vs/css!vs/editor/contrib/message/browser/messageController"
3207
+ ],
3208
+ "vs/editor/contrib/peekView/browser/peekView": [
3209
+ "require",
3210
+ "exports",
3211
+ "vs/base/browser/dom",
3212
+ "vs/base/browser/ui/actionbar/actionbar",
3213
+ "vs/base/common/actions",
3214
+ "vs/base/common/codicons",
3215
+ "vs/base/common/themables",
3216
+ "vs/base/common/color",
3217
+ "vs/base/common/event",
3218
+ "vs/base/common/objects",
3219
+ "vs/editor/browser/editorExtensions",
3220
+ "vs/editor/browser/services/codeEditorService",
3221
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3222
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3223
+ "vs/nls",
3224
+ "vs/platform/actions/browser/menuEntryActionViewItem",
3225
+ "vs/platform/contextkey/common/contextkey",
3226
+ "vs/platform/instantiation/common/extensions",
3227
+ "vs/platform/instantiation/common/instantiation",
3228
+ "vs/platform/theme/common/colorRegistry",
3229
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3230
+ ],
3231
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3232
+ "require",
3233
+ "exports",
3234
+ "vs/base/common/arrays",
3235
+ "vs/base/common/cancellation",
3236
+ "vs/base/common/errors",
3237
+ "vs/base/common/network",
3238
+ "vs/editor/browser/editorExtensions",
3239
+ "vs/editor/common/services/languageFeatures",
3240
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3241
+ ],
3242
+ "vs/platform/contextkey/common/contextkeys": [
3243
+ "require",
3244
+ "exports",
3245
+ "vs/base/common/platform",
3246
+ "vs/nls",
3247
+ "vs/platform/contextkey/common/contextkey"
3248
+ ],
3249
+ "vs/base/common/themables": [
3250
+ "require",
3251
+ "exports",
3252
+ "vs/base/common/codicons"
3253
+ ],
3254
+ "vs/css!vs/editor/contrib/inlineProgress/browser/inlineProgressWidget": [],
3255
+ "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3256
+ "require",
3257
+ "exports",
3258
+ "vs/base/common/event",
3259
+ "vs/base/common/lifecycle",
3260
+ "vs/base/common/platform"
3261
+ ],
3262
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3152
3263
  "vs/editor/contrib/hover/browser/hoverActions": [
3153
3264
  "require",
3154
3265
  "exports",
@@ -3229,48 +3340,6 @@
3229
3340
  "exports"
3230
3341
  ],
3231
3342
  "vs/css!vs/editor/contrib/hover/browser/hover": [],
3232
- "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
3233
- "require",
3234
- "exports",
3235
- "vs/base/common/event",
3236
- "vs/base/common/lifecycle",
3237
- "vs/base/common/platform"
3238
- ],
3239
- "vs/editor/contrib/peekView/browser/peekView": [
3240
- "require",
3241
- "exports",
3242
- "vs/base/browser/dom",
3243
- "vs/base/browser/ui/actionbar/actionbar",
3244
- "vs/base/common/actions",
3245
- "vs/base/common/codicons",
3246
- "vs/base/common/themables",
3247
- "vs/base/common/color",
3248
- "vs/base/common/event",
3249
- "vs/base/common/objects",
3250
- "vs/editor/browser/editorExtensions",
3251
- "vs/editor/browser/services/codeEditorService",
3252
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3253
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3254
- "vs/nls",
3255
- "vs/platform/actions/browser/menuEntryActionViewItem",
3256
- "vs/platform/contextkey/common/contextkey",
3257
- "vs/platform/instantiation/common/extensions",
3258
- "vs/platform/instantiation/common/instantiation",
3259
- "vs/platform/theme/common/colorRegistry",
3260
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3261
- ],
3262
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3263
- "require",
3264
- "exports",
3265
- "vs/base/common/arrays",
3266
- "vs/base/common/cancellation",
3267
- "vs/base/common/errors",
3268
- "vs/base/common/network",
3269
- "vs/editor/browser/editorExtensions",
3270
- "vs/editor/common/services/languageFeatures",
3271
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
3272
- ],
3273
- "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3274
3343
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3275
3344
  "require",
3276
3345
  "exports",
@@ -3326,7 +3395,49 @@
3326
3395
  "vs/platform/theme/common/themeService",
3327
3396
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3328
3397
  ],
3329
- "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3398
+ "vs/editor/common/commands/shiftCommand": [
3399
+ "require",
3400
+ "exports",
3401
+ "vs/base/common/strings",
3402
+ "vs/editor/common/core/cursorColumns",
3403
+ "vs/editor/common/core/range",
3404
+ "vs/editor/common/core/selection",
3405
+ "vs/editor/common/languages/enterAction",
3406
+ "vs/editor/common/languages/languageConfigurationRegistry"
3407
+ ],
3408
+ "vs/editor/contrib/indentation/common/indentUtils": [
3409
+ "require",
3410
+ "exports"
3411
+ ],
3412
+ "vs/editor/common/languages/autoIndent": [
3413
+ "require",
3414
+ "exports",
3415
+ "vs/base/common/strings",
3416
+ "vs/editor/common/languages/languageConfiguration",
3417
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3418
+ ],
3419
+ "vs/editor/contrib/indentation/common/indentation": [
3420
+ "require",
3421
+ "exports",
3422
+ "vs/base/common/strings",
3423
+ "vs/editor/common/commands/shiftCommand",
3424
+ "vs/editor/common/core/editOperation",
3425
+ "vs/editor/common/core/indentation",
3426
+ "vs/editor/common/core/selection",
3427
+ "vs/editor/common/languages/supports/indentationLineProcessor"
3428
+ ],
3429
+ "vs/editor/common/tokens/lineTokens": [
3430
+ "require",
3431
+ "exports",
3432
+ "vs/editor/common/encodedTokenAttributes"
3433
+ ],
3434
+ "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3435
+ "require",
3436
+ "exports",
3437
+ "vs/editor/common/core/selection"
3438
+ ],
3439
+ "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3440
+ "vs/editor/contrib/inlayHints/browser/inlayHintsController": [
3330
3441
  "require",
3331
3442
  "exports",
3332
3443
  "vs/base/browser/dom",
@@ -3383,117 +3494,31 @@
3383
3494
  "vs/platform/hover/browser/hover",
3384
3495
  "vs/platform/commands/common/commands"
3385
3496
  ],
3386
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget": [
3387
- "require",
3388
- "exports",
3389
- "vs/base/common/objects",
3390
- "vs/editor/browser/services/codeEditorService",
3391
- "vs/editor/browser/widget/codeEditor/codeEditorWidget",
3392
- "vs/editor/common/languages/languageConfigurationRegistry",
3393
- "vs/editor/common/services/languageFeatures",
3394
- "vs/platform/accessibility/common/accessibility",
3395
- "vs/platform/commands/common/commands",
3396
- "vs/platform/contextkey/common/contextkey",
3397
- "vs/platform/instantiation/common/instantiation",
3398
- "vs/platform/notification/common/notification",
3399
- "vs/platform/theme/common/themeService"
3400
- ],
3401
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3497
+ "vs/base/common/resources": [
3402
3498
  "require",
3403
3499
  "exports",
3404
- "vs/base/common/errors",
3405
- "vs/base/common/event",
3406
- "vs/base/common/idGenerator",
3407
- "vs/base/common/lifecycle",
3408
- "vs/base/common/map",
3409
- "vs/base/common/resources",
3500
+ "vs/base/common/extpath",
3501
+ "vs/base/common/network",
3502
+ "vs/base/common/path",
3503
+ "vs/base/common/platform",
3410
3504
  "vs/base/common/strings",
3411
- "vs/editor/common/core/range",
3412
- "vs/nls"
3413
- ],
3414
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3415
- "require",
3416
- "exports",
3417
- "vs/base/common/event",
3418
- "vs/base/common/lifecycle",
3419
- "vs/base/common/resources",
3420
- "vs/editor/browser/editorExtensions",
3421
- "vs/editor/browser/services/codeEditorService",
3422
- "vs/editor/common/core/range",
3423
- "vs/nls",
3424
- "vs/platform/contextkey/common/contextkey",
3425
- "vs/platform/instantiation/common/extensions",
3426
- "vs/platform/instantiation/common/instantiation",
3427
- "vs/platform/keybinding/common/keybinding",
3428
- "vs/platform/keybinding/common/keybindingsRegistry",
3429
- "vs/platform/notification/common/notification"
3505
+ "vs/base/common/uri"
3430
3506
  ],
3431
- "vs/editor/contrib/message/browser/messageController": [
3507
+ "vs/editor/contrib/links/browser/getLinks": [
3432
3508
  "require",
3433
3509
  "exports",
3434
- "vs/base/browser/markdownRenderer",
3435
- "vs/base/browser/ui/aria/aria",
3436
- "vs/base/common/event",
3437
- "vs/base/common/htmlContent",
3510
+ "vs/base/common/arrays",
3511
+ "vs/base/common/cancellation",
3512
+ "vs/base/common/errors",
3438
3513
  "vs/base/common/lifecycle",
3439
- "vs/editor/browser/editorExtensions",
3440
- "vs/editor/common/core/range",
3441
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
3442
- "vs/nls",
3443
- "vs/platform/contextkey/common/contextkey",
3444
- "vs/platform/opener/common/opener",
3445
- "vs/base/browser/dom",
3446
- "vs/css!vs/editor/contrib/message/browser/messageController"
3447
- ],
3448
- "vs/platform/contextkey/common/contextkeys": [
3449
- "require",
3450
- "exports",
3451
- "vs/base/common/platform",
3452
- "vs/nls",
3453
- "vs/platform/contextkey/common/contextkey"
3454
- ],
3455
- "vs/editor/common/commands/shiftCommand": [
3456
- "require",
3457
- "exports",
3458
- "vs/base/common/strings",
3459
- "vs/editor/common/core/cursorColumns",
3514
+ "vs/base/common/types",
3515
+ "vs/base/common/uri",
3460
3516
  "vs/editor/common/core/range",
3461
- "vs/editor/common/core/selection",
3462
- "vs/editor/common/languages/enterAction",
3463
- "vs/editor/common/languages/languageConfigurationRegistry"
3464
- ],
3465
- "vs/editor/contrib/indentation/common/indentUtils": [
3466
- "require",
3467
- "exports"
3468
- ],
3469
- "vs/editor/common/languages/autoIndent": [
3470
- "require",
3471
- "exports",
3472
- "vs/base/common/strings",
3473
- "vs/editor/common/languages/languageConfiguration",
3474
- "vs/editor/common/languages/supports/indentationLineProcessor"
3475
- ],
3476
- "vs/editor/contrib/indentation/common/indentation": [
3477
- "require",
3478
- "exports",
3479
- "vs/base/common/strings",
3480
- "vs/editor/common/commands/shiftCommand",
3481
- "vs/editor/common/core/editOperation",
3482
- "vs/editor/common/core/indentation",
3483
- "vs/editor/common/core/selection",
3484
- "vs/editor/common/languages/supports/indentationLineProcessor"
3485
- ],
3486
- "vs/editor/common/tokens/lineTokens": [
3487
- "require",
3488
- "exports",
3489
- "vs/editor/common/encodedTokenAttributes"
3490
- ],
3491
- "vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand": [
3492
- "require",
3493
- "exports",
3494
- "vs/editor/common/core/selection"
3517
+ "vs/editor/common/services/model",
3518
+ "vs/platform/commands/common/commands",
3519
+ "vs/editor/common/services/languageFeatures"
3495
3520
  ],
3496
- "vs/css!vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace": [],
3521
+ "vs/css!vs/editor/contrib/links/browser/links": [],
3497
3522
  "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3498
3523
  "require",
3499
3524
  "exports",
@@ -3532,65 +3557,39 @@
3532
3557
  "vs/editor/common/core/range"
3533
3558
  ],
3534
3559
  "vs/css!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3535
- "vs/base/common/resources": [
3536
- "require",
3537
- "exports",
3538
- "vs/base/common/extpath",
3539
- "vs/base/common/network",
3540
- "vs/base/common/path",
3541
- "vs/base/common/platform",
3542
- "vs/base/common/strings",
3543
- "vs/base/common/uri"
3544
- ],
3545
- "vs/editor/contrib/links/browser/getLinks": [
3546
- "require",
3547
- "exports",
3548
- "vs/base/common/arrays",
3549
- "vs/base/common/cancellation",
3550
- "vs/base/common/errors",
3551
- "vs/base/common/lifecycle",
3552
- "vs/base/common/types",
3553
- "vs/base/common/uri",
3554
- "vs/editor/common/core/range",
3555
- "vs/editor/common/services/model",
3556
- "vs/platform/commands/common/commands",
3557
- "vs/editor/common/services/languageFeatures"
3558
- ],
3559
- "vs/css!vs/editor/contrib/links/browser/links": [],
3560
- "vs/editor/contrib/inlineEdit/browser/commands": [
3560
+ "vs/editor/contrib/inlineEdits/browser/commands": [
3561
3561
  "require",
3562
3562
  "exports",
3563
+ "vs/base/common/codicons",
3564
+ "vs/base/common/observable",
3565
+ "vs/base/common/observableInternal/base",
3563
3566
  "vs/editor/browser/editorExtensions",
3567
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3564
3568
  "vs/editor/common/editorContextKeys",
3565
- "vs/editor/contrib/inlineEdit/browser/commandIds",
3566
- "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3569
+ "vs/editor/contrib/inlineEdits/browser/consts",
3570
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3571
+ "vs/nls",
3567
3572
  "vs/platform/actions/common/actions",
3568
3573
  "vs/platform/contextkey/common/contextkey"
3569
3574
  ],
3570
- "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3575
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3571
3576
  "require",
3572
3577
  "exports",
3573
3578
  "vs/base/common/lifecycle",
3574
3579
  "vs/base/common/observable",
3575
- "vs/editor/common/core/editOperation",
3576
- "vs/editor/common/core/position",
3577
- "vs/editor/common/core/range",
3578
- "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3579
- "vs/platform/contextkey/common/contextkey",
3580
- "vs/platform/instantiation/common/instantiation",
3581
- "vs/editor/common/languages",
3580
+ "vs/base/common/observableInternal/derived",
3581
+ "vs/editor/browser/observableCodeEditor",
3582
+ "vs/base/common/hotReloadHelpers",
3583
+ "vs/editor/common/core/selection",
3584
+ "vs/editor/common/services/languageFeatureDebounce",
3582
3585
  "vs/editor/common/services/languageFeatures",
3583
- "vs/base/common/cancellation",
3584
- "vs/editor/contrib/inlineCompletions/browser/model/ghostText",
3585
- "vs/platform/commands/common/commands",
3586
- "vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
3587
- "vs/base/browser/dom",
3586
+ "vs/editor/contrib/inlineEdits/browser/consts",
3587
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3588
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3588
3589
  "vs/platform/configuration/common/configuration",
3589
- "vs/base/common/errors",
3590
- "vs/base/common/observableInternal/derived",
3591
- "vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
3592
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3593
- "vs/editor/common/services/model"
3590
+ "vs/platform/contextkey/common/contextkey",
3591
+ "vs/platform/instantiation/common/instantiation",
3592
+ "vs/platform/observable/common/platformObservableUtils"
3594
3593
  ],
3595
3594
  "vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [
3596
3595
  "require",
@@ -3683,39 +3682,40 @@
3683
3682
  "vs/platform/instantiation/common/instantiation"
3684
3683
  ],
3685
3684
  "vs/css!vs/editor/contrib/placeholderText/browser/placeholderText": [],
3686
- "vs/editor/contrib/inlineEdits/browser/commands": [
3685
+ "vs/editor/contrib/inlineEdit/browser/commands": [
3687
3686
  "require",
3688
3687
  "exports",
3689
- "vs/base/common/codicons",
3690
- "vs/base/common/observable",
3691
- "vs/base/common/observableInternal/base",
3692
3688
  "vs/editor/browser/editorExtensions",
3693
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
3694
3689
  "vs/editor/common/editorContextKeys",
3695
- "vs/editor/contrib/inlineEdits/browser/consts",
3696
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController",
3697
- "vs/nls",
3690
+ "vs/editor/contrib/inlineEdit/browser/commandIds",
3691
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController",
3698
3692
  "vs/platform/actions/common/actions",
3699
3693
  "vs/platform/contextkey/common/contextkey"
3700
3694
  ],
3701
- "vs/editor/contrib/inlineEdits/browser/inlineEditsController": [
3695
+ "vs/editor/contrib/inlineEdit/browser/inlineEditController": [
3702
3696
  "require",
3703
3697
  "exports",
3704
3698
  "vs/base/common/lifecycle",
3705
3699
  "vs/base/common/observable",
3706
- "vs/base/common/observableInternal/derived",
3707
- "vs/editor/browser/observableCodeEditor",
3708
- "vs/base/common/hotReloadHelpers",
3709
- "vs/editor/common/core/selection",
3710
- "vs/editor/common/services/languageFeatureDebounce",
3711
- "vs/editor/common/services/languageFeatures",
3712
- "vs/editor/contrib/inlineEdits/browser/consts",
3713
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel",
3714
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget",
3715
- "vs/platform/configuration/common/configuration",
3700
+ "vs/editor/common/core/editOperation",
3701
+ "vs/editor/common/core/position",
3702
+ "vs/editor/common/core/range",
3703
+ "vs/editor/contrib/inlineEdit/browser/ghostTextWidget",
3716
3704
  "vs/platform/contextkey/common/contextkey",
3717
3705
  "vs/platform/instantiation/common/instantiation",
3718
- "vs/platform/observable/common/platformObservableUtils"
3706
+ "vs/editor/common/languages",
3707
+ "vs/editor/common/services/languageFeatures",
3708
+ "vs/base/common/cancellation",
3709
+ "vs/editor/contrib/inlineCompletions/browser/model/ghostText",
3710
+ "vs/platform/commands/common/commands",
3711
+ "vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget",
3712
+ "vs/base/browser/dom",
3713
+ "vs/platform/configuration/common/configuration",
3714
+ "vs/base/common/errors",
3715
+ "vs/base/common/observableInternal/derived",
3716
+ "vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget",
3717
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
3718
+ "vs/editor/common/services/model"
3719
3719
  ],
3720
3720
  "vs/editor/browser/services/bulkEditService": [
3721
3721
  "require",
@@ -3791,19 +3791,6 @@
3791
3791
  "require",
3792
3792
  "exports"
3793
3793
  ],
3794
- "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3795
- "require",
3796
- "exports",
3797
- "vs/base/common/linkedList",
3798
- "vs/editor/common/core/position",
3799
- "vs/editor/common/core/range"
3800
- ],
3801
- "vs/editor/contrib/smartSelect/browser/wordSelections": [
3802
- "require",
3803
- "exports",
3804
- "vs/base/common/strings",
3805
- "vs/editor/common/core/range"
3806
- ],
3807
3794
  "vs/editor/contrib/suggest/browser/suggest": [
3808
3795
  "require",
3809
3796
  "exports",
@@ -3880,14 +3867,32 @@
3880
3867
  "vs/editor/contrib/folding/browser/folding",
3881
3868
  "vs/editor/contrib/folding/browser/foldingModel"
3882
3869
  ],
3883
- "vs/base/common/keybindings": [
3870
+ "vs/editor/contrib/smartSelect/browser/bracketSelections": [
3884
3871
  "require",
3885
3872
  "exports",
3886
- "vs/base/common/errors"
3873
+ "vs/base/common/linkedList",
3874
+ "vs/editor/common/core/position",
3875
+ "vs/editor/common/core/range"
3887
3876
  ],
3888
- "vs/editor/contrib/snippet/browser/snippetParser": [
3877
+ "vs/editor/contrib/smartSelect/browser/wordSelections": [
3889
3878
  "require",
3890
- "exports"
3879
+ "exports",
3880
+ "vs/base/common/strings",
3881
+ "vs/editor/common/core/range"
3882
+ ],
3883
+ "vs/base/common/filters": [
3884
+ "require",
3885
+ "exports",
3886
+ "vs/base/common/map",
3887
+ "vs/base/common/naturalLanguage/korean",
3888
+ "vs/base/common/strings"
3889
+ ],
3890
+ "vs/editor/contrib/suggest/browser/completionModel": [
3891
+ "require",
3892
+ "exports",
3893
+ "vs/base/common/arrays",
3894
+ "vs/base/common/filters",
3895
+ "vs/base/common/strings"
3891
3896
  ],
3892
3897
  "vs/editor/contrib/suggest/browser/suggestMemory": [
3893
3898
  "require",
@@ -3902,23 +3907,6 @@
3902
3907
  "vs/platform/instantiation/common/instantiation",
3903
3908
  "vs/platform/storage/common/storage"
3904
3909
  ],
3905
- "vs/editor/contrib/suggest/browser/wordContextKey": [
3906
- "require",
3907
- "exports",
3908
- "vs/platform/contextkey/common/contextkey"
3909
- ],
3910
- "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3911
- "require",
3912
- "exports",
3913
- "vs/platform/contextkey/common/contextkey"
3914
- ],
3915
- "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3916
- "require",
3917
- "exports",
3918
- "vs/base/common/arrays",
3919
- "vs/base/common/lifecycle",
3920
- "vs/editor/common/core/characterClassifier"
3921
- ],
3922
3910
  "vs/editor/contrib/suggest/browser/suggestModel": [
3923
3911
  "require",
3924
3912
  "exports",
@@ -3945,6 +3933,39 @@
3945
3933
  "vs/editor/contrib/snippet/browser/snippetController2",
3946
3934
  "vs/platform/environment/common/environment"
3947
3935
  ],
3936
+ "vs/editor/contrib/suggest/browser/wordDistance": [
3937
+ "require",
3938
+ "exports",
3939
+ "vs/base/common/arrays",
3940
+ "vs/editor/common/core/range",
3941
+ "vs/editor/contrib/smartSelect/browser/bracketSelections"
3942
+ ],
3943
+ "vs/base/common/keybindings": [
3944
+ "require",
3945
+ "exports",
3946
+ "vs/base/common/errors"
3947
+ ],
3948
+ "vs/editor/contrib/snippet/browser/snippetParser": [
3949
+ "require",
3950
+ "exports"
3951
+ ],
3952
+ "vs/editor/contrib/suggest/browser/wordContextKey": [
3953
+ "require",
3954
+ "exports",
3955
+ "vs/platform/contextkey/common/contextkey"
3956
+ ],
3957
+ "vs/editor/contrib/suggest/browser/suggestAlternatives": [
3958
+ "require",
3959
+ "exports",
3960
+ "vs/platform/contextkey/common/contextkey"
3961
+ ],
3962
+ "vs/editor/contrib/suggest/browser/suggestCommitCharacters": [
3963
+ "require",
3964
+ "exports",
3965
+ "vs/base/common/arrays",
3966
+ "vs/base/common/lifecycle",
3967
+ "vs/editor/common/core/characterClassifier"
3968
+ ],
3948
3969
  "vs/editor/contrib/suggest/browser/suggestOvertypingCapturer": [
3949
3970
  "require",
3950
3971
  "exports",
@@ -3967,39 +3988,18 @@
3967
3988
  "vs/platform/contextkey/common/contextkey",
3968
3989
  "vs/platform/instantiation/common/instantiation",
3969
3990
  "vs/platform/storage/common/storage",
3970
- "vs/platform/theme/common/colorRegistry",
3971
- "vs/platform/theme/common/theme",
3972
- "vs/platform/theme/common/themeService",
3973
- "vs/base/browser/ui/resizable/resizable",
3974
- "vs/editor/contrib/suggest/browser/suggest",
3975
- "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3976
- "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3977
- "vs/platform/theme/browser/defaultStyles",
3978
- "vs/base/browser/ui/aria/aria",
3979
- "vs/base/browser/ui/codicons/codiconStyles",
3980
- "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3981
- "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3982
- ],
3983
- "vs/base/common/filters": [
3984
- "require",
3985
- "exports",
3986
- "vs/base/common/map",
3987
- "vs/base/common/naturalLanguage/korean",
3988
- "vs/base/common/strings"
3989
- ],
3990
- "vs/editor/contrib/suggest/browser/completionModel": [
3991
- "require",
3992
- "exports",
3993
- "vs/base/common/arrays",
3994
- "vs/base/common/filters",
3995
- "vs/base/common/strings"
3996
- ],
3997
- "vs/editor/contrib/suggest/browser/wordDistance": [
3998
- "require",
3999
- "exports",
4000
- "vs/base/common/arrays",
4001
- "vs/editor/common/core/range",
4002
- "vs/editor/contrib/smartSelect/browser/bracketSelections"
3991
+ "vs/platform/theme/common/colorRegistry",
3992
+ "vs/platform/theme/common/theme",
3993
+ "vs/platform/theme/common/themeService",
3994
+ "vs/base/browser/ui/resizable/resizable",
3995
+ "vs/editor/contrib/suggest/browser/suggest",
3996
+ "vs/editor/contrib/suggest/browser/suggestWidgetDetails",
3997
+ "vs/editor/contrib/suggest/browser/suggestWidgetRenderer",
3998
+ "vs/platform/theme/browser/defaultStyles",
3999
+ "vs/base/browser/ui/aria/aria",
4000
+ "vs/base/browser/ui/codicons/codiconStyles",
4001
+ "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
4002
+ "vs/editor/contrib/symbolIcons/browser/symbolIcons"
4003
4003
  ],
4004
4004
  "vs/editor/common/viewModel/viewModelDecorations": [
4005
4005
  "require",
@@ -4029,6 +4029,12 @@
4029
4029
  "vs/platform/instantiation/common/instantiation"
4030
4030
  ],
4031
4031
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [],
4032
+ "vs/editor/common/core/wordCharacterClassifier": [
4033
+ "require",
4034
+ "exports",
4035
+ "vs/base/common/map",
4036
+ "vs/editor/common/core/characterClassifier"
4037
+ ],
4032
4038
  "vs/base/common/map": [
4033
4039
  "require",
4034
4040
  "exports"
@@ -4048,12 +4054,6 @@
4048
4054
  "vs/base/common/lifecycle",
4049
4055
  "vs/base/common/map"
4050
4056
  ],
4051
- "vs/editor/common/core/wordCharacterClassifier": [
4052
- "require",
4053
- "exports",
4054
- "vs/base/common/map",
4055
- "vs/editor/common/core/characterClassifier"
4056
- ],
4057
4057
  "vs/base/common/observable": [
4058
4058
  "require",
4059
4059
  "exports",
@@ -4161,7 +4161,6 @@
4161
4161
  "exports",
4162
4162
  "vs/platform/instantiation/common/descriptors"
4163
4163
  ],
4164
- "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4165
4164
  "vs/base/common/iconLabels": [
4166
4165
  "require",
4167
4166
  "exports",
@@ -4194,6 +4193,7 @@
4194
4193
  "vs/platform/storage/common/storage",
4195
4194
  "vs/platform/telemetry/common/telemetry"
4196
4195
  ],
4196
+ "vs/css!vs/editor/contrib/symbolIcons/browser/symbolIcons": [],
4197
4197
  "vs/platform/list/browser/listService": [
4198
4198
  "require",
4199
4199
  "exports",
@@ -4249,12 +4249,6 @@
4249
4249
  "exports",
4250
4250
  "vs/base/common/strings"
4251
4251
  ],
4252
- "vs/platform/contextkey/common/scanner": [
4253
- "require",
4254
- "exports",
4255
- "vs/base/common/errors",
4256
- "vs/nls"
4257
- ],
4258
4252
  "vs/base/parts/storage/common/storage": [
4259
4253
  "require",
4260
4254
  "exports",
@@ -4284,6 +4278,12 @@
4284
4278
  "vs/base/common/themables",
4285
4279
  "vs/platform/theme/common/iconRegistry"
4286
4280
  ],
4281
+ "vs/platform/contextkey/common/scanner": [
4282
+ "require",
4283
+ "exports",
4284
+ "vs/base/common/errors",
4285
+ "vs/nls"
4286
+ ],
4287
4287
  "vs/base/common/process": [
4288
4288
  "require",
4289
4289
  "exports",
@@ -4297,6 +4297,19 @@
4297
4297
  "require",
4298
4298
  "exports"
4299
4299
  ],
4300
+ "vs/editor/common/diff/linesDiffComputer": [
4301
+ "require",
4302
+ "exports"
4303
+ ],
4304
+ "vs/editor/common/diff/rangeMapping": [
4305
+ "require",
4306
+ "exports",
4307
+ "vs/base/common/errors",
4308
+ "vs/editor/common/core/lineRange",
4309
+ "vs/editor/common/core/position",
4310
+ "vs/editor/common/core/range",
4311
+ "vs/editor/common/core/textEdit"
4312
+ ],
4300
4313
  "vs/editor/common/core/lineRange": [
4301
4314
  "require",
4302
4315
  "exports",
@@ -4364,19 +4377,6 @@
4364
4377
  "vs/editor/common/core/range",
4365
4378
  "vs/editor/common/diff/defaultLinesDiffComputer/utils"
4366
4379
  ],
4367
- "vs/editor/common/diff/linesDiffComputer": [
4368
- "require",
4369
- "exports"
4370
- ],
4371
- "vs/editor/common/diff/rangeMapping": [
4372
- "require",
4373
- "exports",
4374
- "vs/base/common/errors",
4375
- "vs/editor/common/core/lineRange",
4376
- "vs/editor/common/core/position",
4377
- "vs/editor/common/core/range",
4378
- "vs/editor/common/core/textEdit"
4379
- ],
4380
4380
  "vs/base/common/symbols": [
4381
4381
  "require",
4382
4382
  "exports"
@@ -4895,6 +4895,17 @@
4895
4895
  "vs/nls",
4896
4896
  "vs/platform/theme/common/colorRegistry"
4897
4897
  ],
4898
+ "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4899
+ "require",
4900
+ "exports",
4901
+ "vs/editor/browser/editorExtensions",
4902
+ "vs/platform/contextkey/common/contextkey",
4903
+ "vs/base/common/cancellation",
4904
+ "vs/base/common/linkedList",
4905
+ "vs/platform/instantiation/common/instantiation",
4906
+ "vs/platform/instantiation/common/extensions",
4907
+ "vs/nls"
4908
+ ],
4898
4909
  "vs/editor/common/languages/languageConfiguration": [
4899
4910
  "require",
4900
4911
  "exports"
@@ -4939,50 +4950,239 @@
4939
4950
  "require",
4940
4951
  "exports"
4941
4952
  ],
4942
- "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4953
+ "vs/css!vs/base/browser/ui/aria/aria": [],
4954
+ "vs/editor/common/languages/supports": [
4955
+ "require",
4956
+ "exports"
4957
+ ],
4958
+ "vs/editor/common/core/indentation": [
4959
+ "require",
4960
+ "exports",
4961
+ "vs/base/common/strings",
4962
+ "vs/editor/common/core/cursorColumns"
4963
+ ],
4964
+ "vs/editor/common/commands/surroundSelectionCommand": [
4965
+ "require",
4966
+ "exports",
4967
+ "vs/editor/common/core/range",
4968
+ "vs/editor/common/core/selection"
4969
+ ],
4970
+ "vs/editor/common/languages/enterAction": [
4971
+ "require",
4972
+ "exports",
4973
+ "vs/editor/common/languages/languageConfiguration",
4974
+ "vs/editor/common/languages/languageConfigurationRegistry",
4975
+ "vs/editor/common/languages/supports/indentationLineProcessor"
4976
+ ],
4977
+ "vs/base/common/codiconsUtil": [
4978
+ "require",
4979
+ "exports",
4980
+ "vs/base/common/types"
4981
+ ],
4982
+ "vs/base/common/codiconsLibrary": [
4983
+ "require",
4984
+ "exports",
4985
+ "vs/base/common/codiconsUtil"
4986
+ ],
4987
+ "vs/editor/common/core/eolCounter": [
4988
+ "require",
4989
+ "exports"
4990
+ ],
4991
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
4992
+ "require",
4993
+ "exports",
4994
+ "vs/base/common/arrays",
4995
+ "vs/base/common/event",
4996
+ "vs/base/common/lifecycle",
4997
+ "vs/editor/common/core/range",
4998
+ "vs/editor/common/languages/supports",
4999
+ "vs/editor/common/languages/supports/richEditBrackets",
5000
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5001
+ ],
5002
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5003
+ "require",
5004
+ "exports",
5005
+ "vs/base/common/event",
5006
+ "vs/base/common/lifecycle",
5007
+ "vs/editor/common/core/range",
5008
+ "vs/editor/common/core/editorColorRegistry",
5009
+ "vs/platform/theme/common/themeService"
5010
+ ],
5011
+ "vs/editor/common/model/editStack": [
5012
+ "require",
5013
+ "exports",
5014
+ "vs/nls",
5015
+ "vs/base/common/errors",
5016
+ "vs/editor/common/core/selection",
5017
+ "vs/base/common/uri",
5018
+ "vs/editor/common/core/textChange",
5019
+ "vs/base/common/buffer",
5020
+ "vs/base/common/resources"
5021
+ ],
5022
+ "vs/editor/common/model/guidesTextModelPart": [
5023
+ "require",
5024
+ "exports",
5025
+ "vs/base/common/arraysFind",
5026
+ "vs/base/common/strings",
5027
+ "vs/editor/common/core/cursorColumns",
5028
+ "vs/editor/common/core/range",
5029
+ "vs/editor/common/model/textModelPart",
5030
+ "vs/editor/common/model/utils",
5031
+ "vs/editor/common/textModelGuides",
5032
+ "vs/base/common/errors"
5033
+ ],
5034
+ "vs/editor/common/model/indentationGuesser": [
5035
+ "require",
5036
+ "exports"
5037
+ ],
5038
+ "vs/editor/common/model/intervalTree": [
5039
+ "require",
5040
+ "exports"
5041
+ ],
5042
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5043
+ "require",
5044
+ "exports",
5045
+ "vs/base/common/event",
5046
+ "vs/base/common/strings",
5047
+ "vs/editor/common/core/range",
5048
+ "vs/editor/common/model",
5049
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5050
+ "vs/editor/common/core/eolCounter",
5051
+ "vs/editor/common/core/textChange",
5052
+ "vs/base/common/lifecycle"
5053
+ ],
5054
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5055
+ "require",
5056
+ "exports",
5057
+ "vs/base/common/strings",
5058
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5059
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5060
+ ],
5061
+ "vs/editor/common/model/tokenizationTextModelPart": [
5062
+ "require",
5063
+ "exports",
5064
+ "vs/base/common/errors",
5065
+ "vs/base/common/event",
5066
+ "vs/base/common/lifecycle",
5067
+ "vs/editor/common/core/eolCounter",
5068
+ "vs/editor/common/core/lineRange",
5069
+ "vs/editor/common/core/position",
5070
+ "vs/editor/common/core/wordHelper",
5071
+ "vs/editor/common/languages",
5072
+ "vs/editor/common/languages/language",
5073
+ "vs/editor/common/languages/languageConfigurationRegistry",
5074
+ "vs/editor/common/model/textModelPart",
5075
+ "vs/editor/common/model/textModelTokens",
5076
+ "vs/editor/common/model/tokens",
5077
+ "vs/editor/common/model/treeSitterTokens",
5078
+ "vs/editor/common/services/treeSitterParserService",
5079
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5080
+ "vs/editor/common/tokens/contiguousTokensStore",
5081
+ "vs/editor/common/tokens/sparseTokensStore"
5082
+ ],
5083
+ "vs/editor/common/model/tokens": [
5084
+ "require",
5085
+ "exports",
5086
+ "vs/base/common/arrays",
5087
+ "vs/base/common/async",
5088
+ "vs/base/common/event",
5089
+ "vs/base/common/lifecycle",
5090
+ "vs/editor/common/core/lineRange"
5091
+ ],
5092
+ "vs/editor/common/textModelEvents": [
5093
+ "require",
5094
+ "exports"
5095
+ ],
5096
+ "vs/platform/undoRedo/common/undoRedo": [
5097
+ "require",
5098
+ "exports",
5099
+ "vs/platform/instantiation/common/instantiation"
5100
+ ],
5101
+ "vs/platform/theme/common/colors/baseColors": [
5102
+ "require",
5103
+ "exports",
5104
+ "vs/nls",
5105
+ "vs/base/common/color",
5106
+ "vs/platform/theme/common/colorUtils"
5107
+ ],
5108
+ "vs/platform/theme/common/colors/chartsColors": [
5109
+ "require",
5110
+ "exports",
5111
+ "vs/nls",
5112
+ "vs/platform/theme/common/colorUtils",
5113
+ "vs/platform/theme/common/colors/baseColors",
5114
+ "vs/platform/theme/common/colors/editorColors",
5115
+ "vs/platform/theme/common/colors/minimapColors"
5116
+ ],
5117
+ "vs/platform/theme/common/colors/editorColors": [
5118
+ "require",
5119
+ "exports",
5120
+ "vs/nls",
5121
+ "vs/base/common/color",
5122
+ "vs/platform/theme/common/colorUtils",
5123
+ "vs/platform/theme/common/colors/baseColors",
5124
+ "vs/platform/theme/common/colors/miscColors"
5125
+ ],
5126
+ "vs/platform/theme/common/colors/inputColors": [
5127
+ "require",
5128
+ "exports",
5129
+ "vs/nls",
5130
+ "vs/base/common/color",
5131
+ "vs/platform/theme/common/colorUtils",
5132
+ "vs/platform/theme/common/colors/baseColors",
5133
+ "vs/platform/theme/common/colors/editorColors"
5134
+ ],
5135
+ "vs/platform/theme/common/colors/listColors": [
4943
5136
  "require",
4944
5137
  "exports",
4945
- "vs/editor/browser/editorExtensions",
4946
- "vs/platform/contextkey/common/contextkey",
4947
- "vs/base/common/cancellation",
4948
- "vs/base/common/linkedList",
4949
- "vs/platform/instantiation/common/instantiation",
4950
- "vs/platform/instantiation/common/extensions",
4951
- "vs/nls"
4952
- ],
4953
- "vs/css!vs/base/browser/ui/aria/aria": [],
4954
- "vs/editor/common/languages/supports": [
4955
- "require",
4956
- "exports"
5138
+ "vs/nls",
5139
+ "vs/base/common/color",
5140
+ "vs/platform/theme/common/colorUtils",
5141
+ "vs/platform/theme/common/colors/baseColors",
5142
+ "vs/platform/theme/common/colors/editorColors"
4957
5143
  ],
4958
- "vs/editor/common/core/indentation": [
5144
+ "vs/platform/theme/common/colors/menuColors": [
4959
5145
  "require",
4960
5146
  "exports",
4961
- "vs/base/common/strings",
4962
- "vs/editor/common/core/cursorColumns"
5147
+ "vs/nls",
5148
+ "vs/platform/theme/common/colorUtils",
5149
+ "vs/platform/theme/common/colors/baseColors",
5150
+ "vs/platform/theme/common/colors/inputColors",
5151
+ "vs/platform/theme/common/colors/listColors"
4963
5152
  ],
4964
- "vs/editor/common/commands/surroundSelectionCommand": [
5153
+ "vs/platform/theme/common/colors/minimapColors": [
4965
5154
  "require",
4966
5155
  "exports",
4967
- "vs/editor/common/core/range",
4968
- "vs/editor/common/core/selection"
5156
+ "vs/nls",
5157
+ "vs/base/common/color",
5158
+ "vs/platform/theme/common/colorUtils",
5159
+ "vs/platform/theme/common/colors/editorColors",
5160
+ "vs/platform/theme/common/colors/miscColors"
4969
5161
  ],
4970
- "vs/editor/common/languages/enterAction": [
5162
+ "vs/platform/theme/common/colors/miscColors": [
4971
5163
  "require",
4972
5164
  "exports",
4973
- "vs/editor/common/languages/languageConfiguration",
4974
- "vs/editor/common/languages/languageConfigurationRegistry",
4975
- "vs/editor/common/languages/supports/indentationLineProcessor"
5165
+ "vs/nls",
5166
+ "vs/base/common/color",
5167
+ "vs/platform/theme/common/colorUtils",
5168
+ "vs/platform/theme/common/colors/baseColors"
4976
5169
  ],
4977
- "vs/base/common/codiconsUtil": [
5170
+ "vs/platform/theme/common/colors/quickpickColors": [
4978
5171
  "require",
4979
5172
  "exports",
4980
- "vs/base/common/types"
5173
+ "vs/nls",
5174
+ "vs/base/common/color",
5175
+ "vs/platform/theme/common/colorUtils",
5176
+ "vs/platform/theme/common/colors/editorColors",
5177
+ "vs/platform/theme/common/colors/listColors"
4981
5178
  ],
4982
- "vs/base/common/codiconsLibrary": [
5179
+ "vs/platform/theme/common/colors/searchColors": [
4983
5180
  "require",
4984
5181
  "exports",
4985
- "vs/base/common/codiconsUtil"
5182
+ "vs/nls",
5183
+ "vs/platform/theme/common/colorUtils",
5184
+ "vs/platform/theme/common/colors/baseColors",
5185
+ "vs/platform/theme/common/colors/editorColors"
4986
5186
  ],
4987
5187
  "vs/base/browser/fastDomNode": [
4988
5188
  "require",
@@ -5329,120 +5529,6 @@
5329
5529
  "vs/editor/common/core/position",
5330
5530
  "vs/editor/common/model"
5331
5531
  ],
5332
- "vs/editor/common/textModelEvents": [
5333
- "require",
5334
- "exports"
5335
- ],
5336
- "vs/editor/common/core/eolCounter": [
5337
- "require",
5338
- "exports"
5339
- ],
5340
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
5341
- "require",
5342
- "exports",
5343
- "vs/base/common/arrays",
5344
- "vs/base/common/event",
5345
- "vs/base/common/lifecycle",
5346
- "vs/editor/common/core/range",
5347
- "vs/editor/common/languages/supports",
5348
- "vs/editor/common/languages/supports/richEditBrackets",
5349
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree"
5350
- ],
5351
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
5352
- "require",
5353
- "exports",
5354
- "vs/base/common/event",
5355
- "vs/base/common/lifecycle",
5356
- "vs/editor/common/core/range",
5357
- "vs/editor/common/core/editorColorRegistry",
5358
- "vs/platform/theme/common/themeService"
5359
- ],
5360
- "vs/editor/common/model/editStack": [
5361
- "require",
5362
- "exports",
5363
- "vs/nls",
5364
- "vs/base/common/errors",
5365
- "vs/editor/common/core/selection",
5366
- "vs/base/common/uri",
5367
- "vs/editor/common/core/textChange",
5368
- "vs/base/common/buffer",
5369
- "vs/base/common/resources"
5370
- ],
5371
- "vs/editor/common/model/guidesTextModelPart": [
5372
- "require",
5373
- "exports",
5374
- "vs/base/common/arraysFind",
5375
- "vs/base/common/strings",
5376
- "vs/editor/common/core/cursorColumns",
5377
- "vs/editor/common/core/range",
5378
- "vs/editor/common/model/textModelPart",
5379
- "vs/editor/common/model/utils",
5380
- "vs/editor/common/textModelGuides",
5381
- "vs/base/common/errors"
5382
- ],
5383
- "vs/editor/common/model/indentationGuesser": [
5384
- "require",
5385
- "exports"
5386
- ],
5387
- "vs/editor/common/model/intervalTree": [
5388
- "require",
5389
- "exports"
5390
- ],
5391
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
5392
- "require",
5393
- "exports",
5394
- "vs/base/common/event",
5395
- "vs/base/common/strings",
5396
- "vs/editor/common/core/range",
5397
- "vs/editor/common/model",
5398
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5399
- "vs/editor/common/core/eolCounter",
5400
- "vs/editor/common/core/textChange",
5401
- "vs/base/common/lifecycle"
5402
- ],
5403
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
5404
- "require",
5405
- "exports",
5406
- "vs/base/common/strings",
5407
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
5408
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
5409
- ],
5410
- "vs/editor/common/model/tokenizationTextModelPart": [
5411
- "require",
5412
- "exports",
5413
- "vs/base/common/errors",
5414
- "vs/base/common/event",
5415
- "vs/base/common/lifecycle",
5416
- "vs/editor/common/core/eolCounter",
5417
- "vs/editor/common/core/lineRange",
5418
- "vs/editor/common/core/position",
5419
- "vs/editor/common/core/wordHelper",
5420
- "vs/editor/common/languages",
5421
- "vs/editor/common/languages/language",
5422
- "vs/editor/common/languages/languageConfigurationRegistry",
5423
- "vs/editor/common/model/textModelPart",
5424
- "vs/editor/common/model/textModelTokens",
5425
- "vs/editor/common/model/tokens",
5426
- "vs/editor/common/model/treeSitterTokens",
5427
- "vs/editor/common/services/treeSitterParserService",
5428
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
5429
- "vs/editor/common/tokens/contiguousTokensStore",
5430
- "vs/editor/common/tokens/sparseTokensStore"
5431
- ],
5432
- "vs/editor/common/model/tokens": [
5433
- "require",
5434
- "exports",
5435
- "vs/base/common/arrays",
5436
- "vs/base/common/async",
5437
- "vs/base/common/event",
5438
- "vs/base/common/lifecycle",
5439
- "vs/editor/common/core/lineRange"
5440
- ],
5441
- "vs/platform/undoRedo/common/undoRedo": [
5442
- "require",
5443
- "exports",
5444
- "vs/platform/instantiation/common/instantiation"
5445
- ],
5446
5532
  "vs/editor/common/cursor/cursor": [
5447
5533
  "require",
5448
5534
  "exports",
@@ -5504,103 +5590,22 @@
5504
5590
  "vs/editor/common/core/position",
5505
5591
  "vs/editor/common/core/range",
5506
5592
  "vs/editor/common/textModelGuides",
5507
- "vs/editor/common/model/textModel",
5508
- "vs/editor/common/textModelEvents",
5509
- "vs/editor/common/viewEvents",
5510
- "vs/editor/common/viewModel/modelLineProjection",
5511
- "vs/editor/common/model/prefixSumComputer",
5512
- "vs/editor/common/viewModel"
5513
- ],
5514
- "vs/editor/common/viewModel/glyphLanesModel": [
5515
- "require",
5516
- "exports",
5517
- "vs/editor/common/model"
5518
- ],
5519
- "vs/platform/theme/common/colors/baseColors": [
5520
- "require",
5521
- "exports",
5522
- "vs/nls",
5523
- "vs/base/common/color",
5524
- "vs/platform/theme/common/colorUtils"
5525
- ],
5526
- "vs/platform/theme/common/colors/chartsColors": [
5527
- "require",
5528
- "exports",
5529
- "vs/nls",
5530
- "vs/platform/theme/common/colorUtils",
5531
- "vs/platform/theme/common/colors/baseColors",
5532
- "vs/platform/theme/common/colors/editorColors",
5533
- "vs/platform/theme/common/colors/minimapColors"
5534
- ],
5535
- "vs/platform/theme/common/colors/editorColors": [
5536
- "require",
5537
- "exports",
5538
- "vs/nls",
5539
- "vs/base/common/color",
5540
- "vs/platform/theme/common/colorUtils",
5541
- "vs/platform/theme/common/colors/baseColors",
5542
- "vs/platform/theme/common/colors/miscColors"
5543
- ],
5544
- "vs/platform/theme/common/colors/inputColors": [
5545
- "require",
5546
- "exports",
5547
- "vs/nls",
5548
- "vs/base/common/color",
5549
- "vs/platform/theme/common/colorUtils",
5550
- "vs/platform/theme/common/colors/baseColors",
5551
- "vs/platform/theme/common/colors/editorColors"
5552
- ],
5553
- "vs/platform/theme/common/colors/listColors": [
5554
- "require",
5555
- "exports",
5556
- "vs/nls",
5557
- "vs/base/common/color",
5558
- "vs/platform/theme/common/colorUtils",
5559
- "vs/platform/theme/common/colors/baseColors",
5560
- "vs/platform/theme/common/colors/editorColors"
5561
- ],
5562
- "vs/platform/theme/common/colors/menuColors": [
5563
- "require",
5564
- "exports",
5565
- "vs/nls",
5566
- "vs/platform/theme/common/colorUtils",
5567
- "vs/platform/theme/common/colors/baseColors",
5568
- "vs/platform/theme/common/colors/inputColors",
5569
- "vs/platform/theme/common/colors/listColors"
5570
- ],
5571
- "vs/platform/theme/common/colors/minimapColors": [
5572
- "require",
5573
- "exports",
5574
- "vs/nls",
5575
- "vs/base/common/color",
5576
- "vs/platform/theme/common/colorUtils",
5577
- "vs/platform/theme/common/colors/editorColors",
5578
- "vs/platform/theme/common/colors/miscColors"
5579
- ],
5580
- "vs/platform/theme/common/colors/miscColors": [
5581
- "require",
5582
- "exports",
5583
- "vs/nls",
5584
- "vs/base/common/color",
5585
- "vs/platform/theme/common/colorUtils",
5586
- "vs/platform/theme/common/colors/baseColors"
5593
+ "vs/editor/common/model/textModel",
5594
+ "vs/editor/common/textModelEvents",
5595
+ "vs/editor/common/viewEvents",
5596
+ "vs/editor/common/viewModel/modelLineProjection",
5597
+ "vs/editor/common/model/prefixSumComputer",
5598
+ "vs/editor/common/viewModel"
5587
5599
  ],
5588
- "vs/platform/theme/common/colors/quickpickColors": [
5600
+ "vs/editor/common/viewModel/glyphLanesModel": [
5589
5601
  "require",
5590
5602
  "exports",
5591
- "vs/nls",
5592
- "vs/base/common/color",
5593
- "vs/platform/theme/common/colorUtils",
5594
- "vs/platform/theme/common/colors/editorColors",
5595
- "vs/platform/theme/common/colors/listColors"
5603
+ "vs/editor/common/model"
5596
5604
  ],
5597
- "vs/platform/theme/common/colors/searchColors": [
5605
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5598
5606
  "require",
5599
5607
  "exports",
5600
- "vs/nls",
5601
- "vs/platform/theme/common/colorUtils",
5602
- "vs/platform/theme/common/colors/baseColors",
5603
- "vs/platform/theme/common/colors/editorColors"
5608
+ "vs/editor/common/core/cursorColumns"
5604
5609
  ],
5605
5610
  "vs/base/browser/event": [
5606
5611
  "require",
@@ -5659,11 +5664,6 @@
5659
5664
  "vs/platform/notification/common/notification",
5660
5665
  "vs/css!vs/editor/contrib/dropOrPasteInto/browser/postEditWidget"
5661
5666
  ],
5662
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
5663
- "require",
5664
- "exports",
5665
- "vs/editor/common/core/cursorColumns"
5666
- ],
5667
5667
  "vs/editor/common/config/diffEditor": [
5668
5668
  "require",
5669
5669
  "exports"
@@ -5749,12 +5749,6 @@
5749
5749
  "vs/platform/theme/common/colorRegistry",
5750
5750
  "vs/css!vs/platform/actionWidget/browser/actionWidget"
5751
5751
  ],
5752
- "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5753
- "require",
5754
- "exports",
5755
- "vs/base/common/event",
5756
- "vs/platform/registry/common/platform"
5757
- ],
5758
5752
  "vs/base/browser/touch": [
5759
5753
  "require",
5760
5754
  "exports",
@@ -5771,6 +5765,12 @@
5771
5765
  "exports"
5772
5766
  ],
5773
5767
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
5768
+ "vs/platform/jsonschemas/common/jsonContributionRegistry": [
5769
+ "require",
5770
+ "exports",
5771
+ "vs/base/common/event",
5772
+ "vs/platform/registry/common/platform"
5773
+ ],
5774
5774
  "vs/editor/browser/editorDom": [
5775
5775
  "require",
5776
5776
  "exports",
@@ -5922,21 +5922,24 @@
5922
5922
  "exports",
5923
5923
  "vs/base/common/strings"
5924
5924
  ],
5925
- "vs/editor/common/services/treeViewsDnd": [
5925
+ "vs/editor/contrib/find/browser/findDecorations": [
5926
5926
  "require",
5927
- "exports"
5927
+ "exports",
5928
+ "vs/editor/common/core/range",
5929
+ "vs/editor/common/model",
5930
+ "vs/editor/common/model/textModel",
5931
+ "vs/platform/theme/common/colorRegistry",
5932
+ "vs/platform/theme/common/themeService"
5928
5933
  ],
5929
- "vs/editor/common/services/treeViewsDndService": [
5934
+ "vs/editor/contrib/find/browser/replaceAllCommand": [
5930
5935
  "require",
5931
5936
  "exports",
5932
- "vs/platform/instantiation/common/extensions",
5933
- "vs/platform/instantiation/common/instantiation",
5934
- "vs/editor/common/services/treeViewsDnd"
5937
+ "vs/editor/common/core/range"
5935
5938
  ],
5936
- "vs/platform/dnd/browser/dnd": [
5939
+ "vs/editor/contrib/find/browser/replacePattern": [
5937
5940
  "require",
5938
5941
  "exports",
5939
- "vs/platform/registry/common/platform"
5942
+ "vs/base/common/search"
5940
5943
  ],
5941
5944
  "vs/base/browser/ui/findinput/findInputToggles": [
5942
5945
  "require",
@@ -5956,25 +5959,6 @@
5956
5959
  "vs/base/common/lifecycle"
5957
5960
  ],
5958
5961
  "vs/css!vs/editor/contrib/find/browser/findOptionsWidget": [],
5959
- "vs/editor/contrib/find/browser/findDecorations": [
5960
- "require",
5961
- "exports",
5962
- "vs/editor/common/core/range",
5963
- "vs/editor/common/model",
5964
- "vs/editor/common/model/textModel",
5965
- "vs/platform/theme/common/colorRegistry",
5966
- "vs/platform/theme/common/themeService"
5967
- ],
5968
- "vs/editor/contrib/find/browser/replaceAllCommand": [
5969
- "require",
5970
- "exports",
5971
- "vs/editor/common/core/range"
5972
- ],
5973
- "vs/editor/contrib/find/browser/replacePattern": [
5974
- "require",
5975
- "exports",
5976
- "vs/base/common/search"
5977
- ],
5978
5962
  "vs/base/browser/ui/toggle/toggle": [
5979
5963
  "require",
5980
5964
  "exports",
@@ -6020,6 +6004,22 @@
6020
6004
  "vs/base/common/color"
6021
6005
  ],
6022
6006
  "vs/css!vs/editor/contrib/find/browser/findWidget": [],
6007
+ "vs/editor/common/services/treeViewsDnd": [
6008
+ "require",
6009
+ "exports"
6010
+ ],
6011
+ "vs/editor/common/services/treeViewsDndService": [
6012
+ "require",
6013
+ "exports",
6014
+ "vs/platform/instantiation/common/extensions",
6015
+ "vs/platform/instantiation/common/instantiation",
6016
+ "vs/editor/common/services/treeViewsDnd"
6017
+ ],
6018
+ "vs/platform/dnd/browser/dnd": [
6019
+ "require",
6020
+ "exports",
6021
+ "vs/platform/registry/common/platform"
6022
+ ],
6023
6023
  "vs/base/common/observableInternal/base": [
6024
6024
  "require",
6025
6025
  "exports",
@@ -6159,38 +6159,36 @@
6159
6159
  "vs/editor/contrib/snippet/browser/snippetSession",
6160
6160
  "vs/editor/contrib/suggest/browser/suggestController"
6161
6161
  ],
6162
- "vs/base/browser/ui/hover/hoverWidget": [
6163
- "require",
6164
- "exports",
6165
- "vs/base/browser/dom",
6166
- "vs/base/browser/keyboardEvent",
6167
- "vs/base/browser/ui/scrollbar/scrollableElement",
6168
- "vs/base/common/lifecycle",
6169
- "vs/nls",
6170
- "vs/css!vs/base/browser/ui/hover/hoverWidget"
6171
- ],
6172
- "vs/editor/contrib/hover/browser/getHover": [
6162
+ "vs/base/common/idGenerator": [
6173
6163
  "require",
6174
- "exports",
6175
- "vs/base/common/async",
6176
- "vs/base/common/cancellation",
6177
- "vs/base/common/errors",
6178
- "vs/editor/browser/editorExtensions",
6179
- "vs/editor/common/services/languageFeatures"
6164
+ "exports"
6180
6165
  ],
6181
- "vs/editor/contrib/hover/browser/marginHoverWidget": [
6166
+ "vs/base/browser/markdownRenderer": [
6182
6167
  "require",
6183
6168
  "exports",
6184
6169
  "vs/base/browser/dom",
6170
+ "vs/base/browser/dompurify/dompurify",
6171
+ "vs/base/browser/event",
6172
+ "vs/base/browser/formattedTextRenderer",
6173
+ "vs/base/browser/keyboardEvent",
6174
+ "vs/base/browser/mouseEvent",
6175
+ "vs/base/browser/ui/iconLabel/iconLabels",
6176
+ "vs/base/common/errors",
6177
+ "vs/base/common/event",
6178
+ "vs/base/common/htmlContent",
6179
+ "vs/base/common/iconLabels",
6180
+ "vs/base/common/idGenerator",
6181
+ "vs/base/common/lazy",
6185
6182
  "vs/base/common/lifecycle",
6186
- "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6187
- "vs/editor/common/languages/language",
6188
- "vs/editor/contrib/hover/browser/hoverOperation",
6189
- "vs/platform/opener/common/opener",
6190
- "vs/base/browser/ui/hover/hoverWidget",
6191
- "vs/editor/contrib/hover/browser/marginHoverComputer",
6192
- "vs/editor/contrib/hover/browser/hoverUtils"
6183
+ "vs/base/common/marked/marked",
6184
+ "vs/base/common/marshalling",
6185
+ "vs/base/common/network",
6186
+ "vs/base/common/objects",
6187
+ "vs/base/common/resources",
6188
+ "vs/base/common/strings",
6189
+ "vs/base/common/uri"
6193
6190
  ],
6191
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
6194
6192
  "vs/base/browser/ui/actionbar/actionbar": [
6195
6193
  "require",
6196
6194
  "exports",
@@ -6247,6 +6245,38 @@
6247
6245
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
6248
6246
  ],
6249
6247
  "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
6248
+ "vs/base/browser/ui/hover/hoverWidget": [
6249
+ "require",
6250
+ "exports",
6251
+ "vs/base/browser/dom",
6252
+ "vs/base/browser/keyboardEvent",
6253
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6254
+ "vs/base/common/lifecycle",
6255
+ "vs/nls",
6256
+ "vs/css!vs/base/browser/ui/hover/hoverWidget"
6257
+ ],
6258
+ "vs/editor/contrib/hover/browser/getHover": [
6259
+ "require",
6260
+ "exports",
6261
+ "vs/base/common/async",
6262
+ "vs/base/common/cancellation",
6263
+ "vs/base/common/errors",
6264
+ "vs/editor/browser/editorExtensions",
6265
+ "vs/editor/common/services/languageFeatures"
6266
+ ],
6267
+ "vs/editor/contrib/hover/browser/marginHoverWidget": [
6268
+ "require",
6269
+ "exports",
6270
+ "vs/base/browser/dom",
6271
+ "vs/base/common/lifecycle",
6272
+ "vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer",
6273
+ "vs/editor/common/languages/language",
6274
+ "vs/editor/contrib/hover/browser/hoverOperation",
6275
+ "vs/platform/opener/common/opener",
6276
+ "vs/base/browser/ui/hover/hoverWidget",
6277
+ "vs/editor/contrib/hover/browser/marginHoverComputer",
6278
+ "vs/editor/contrib/hover/browser/hoverUtils"
6279
+ ],
6250
6280
  "vs/base/browser/ui/scrollbar/scrollableElement": [
6251
6281
  "require",
6252
6282
  "exports",
@@ -6273,6 +6303,13 @@
6273
6303
  "vs/css!vs/platform/severityIcon/browser/media/severityIcon"
6274
6304
  ],
6275
6305
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
6306
+ "vs/editor/common/languages/supports/indentationLineProcessor": [
6307
+ "require",
6308
+ "exports",
6309
+ "vs/base/common/strings",
6310
+ "vs/editor/common/languages/supports",
6311
+ "vs/editor/common/tokens/lineTokens"
6312
+ ],
6276
6313
  "vs/editor/contrib/inlayHints/browser/inlayHints": [
6277
6314
  "require",
6278
6315
  "exports",
@@ -6301,49 +6338,76 @@
6301
6338
  "vs/platform/instantiation/common/instantiation",
6302
6339
  "vs/platform/notification/common/notification"
6303
6340
  ],
6304
- "vs/base/common/idGenerator": [
6341
+ "vs/base/common/extpath": [
6305
6342
  "require",
6306
- "exports"
6343
+ "exports",
6344
+ "vs/base/common/path",
6345
+ "vs/base/common/platform",
6346
+ "vs/base/common/strings"
6307
6347
  ],
6308
- "vs/base/browser/markdownRenderer": [
6348
+ "vs/editor/contrib/inlineEdits/browser/consts": [
6309
6349
  "require",
6310
6350
  "exports",
6311
- "vs/base/browser/dom",
6312
- "vs/base/browser/dompurify/dompurify",
6313
- "vs/base/browser/event",
6314
- "vs/base/browser/formattedTextRenderer",
6315
- "vs/base/browser/keyboardEvent",
6316
- "vs/base/browser/mouseEvent",
6317
- "vs/base/browser/ui/iconLabel/iconLabels",
6351
+ "vs/nls",
6352
+ "vs/platform/contextkey/common/contextkey"
6353
+ ],
6354
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6355
+ "require",
6356
+ "exports",
6357
+ "vs/base/common/async",
6358
+ "vs/base/common/cancellation",
6359
+ "vs/base/common/equals",
6318
6360
  "vs/base/common/errors",
6319
- "vs/base/common/event",
6320
- "vs/base/common/htmlContent",
6321
- "vs/base/common/iconLabels",
6322
- "vs/base/common/idGenerator",
6323
- "vs/base/common/lazy",
6324
6361
  "vs/base/common/lifecycle",
6325
- "vs/base/common/marked/marked",
6326
- "vs/base/common/marshalling",
6327
- "vs/base/common/network",
6328
- "vs/base/common/objects",
6329
- "vs/base/common/resources",
6330
- "vs/base/common/strings",
6331
- "vs/base/common/uri"
6362
+ "vs/base/common/observable",
6363
+ "vs/base/common/observableInternal/derived",
6364
+ "vs/base/common/uri",
6365
+ "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6366
+ "vs/editor/common/core/lineRange",
6367
+ "vs/editor/common/languages",
6368
+ "vs/editor/common/services/languageFeatures",
6369
+ "vs/editor/common/services/model",
6370
+ "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
6371
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6332
6372
  ],
6333
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
6334
- "vs/editor/common/languages/supports/indentationLineProcessor": [
6373
+ "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6374
+ "require",
6375
+ "exports",
6376
+ "vs/base/browser/dom",
6377
+ "vs/base/browser/fonts",
6378
+ "vs/base/common/lifecycle",
6379
+ "vs/base/common/observable",
6380
+ "vs/base/common/observableInternal/derived",
6381
+ "vs/editor/browser/editorExtensions",
6382
+ "vs/editor/browser/observableCodeEditor",
6383
+ "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6384
+ "vs/editor/browser/widget/diffEditor/registrations.contribution",
6385
+ "vs/editor/browser/widget/diffEditor/utils",
6386
+ "vs/editor/common/languages/modesRegistry",
6387
+ "vs/editor/common/model/textModel",
6388
+ "vs/editor/contrib/contextmenu/browser/contextmenu",
6389
+ "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6390
+ "vs/editor/contrib/suggest/browser/suggestController",
6391
+ "vs/platform/instantiation/common/instantiation",
6392
+ "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6393
+ ],
6394
+ "vs/platform/observable/common/platformObservableUtils": [
6395
+ "require",
6396
+ "exports",
6397
+ "vs/base/common/observable",
6398
+ "vs/base/common/observableInternal/utils"
6399
+ ],
6400
+ "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6401
+ "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6402
+ "vs/base/common/equals": [
6335
6403
  "require",
6336
6404
  "exports",
6337
- "vs/base/common/strings",
6338
- "vs/editor/common/languages/supports",
6339
- "vs/editor/common/tokens/lineTokens"
6405
+ "vs/base/common/arrays"
6340
6406
  ],
6341
- "vs/base/common/extpath": [
6407
+ "vs/base/common/hotReload": [
6342
6408
  "require",
6343
6409
  "exports",
6344
- "vs/base/common/path",
6345
- "vs/base/common/platform",
6346
- "vs/base/common/strings"
6410
+ "vs/base/common/process"
6347
6411
  ],
6348
6412
  "vs/editor/contrib/inlineEdit/browser/commandIds": [
6349
6413
  "require",
@@ -6427,70 +6491,6 @@
6427
6491
  "vs/editor/common/services/editorWorker",
6428
6492
  "vs/platform/telemetry/common/telemetry"
6429
6493
  ],
6430
- "vs/css!vs/editor/contrib/wordHighlighter/browser/highlightDecorations": [],
6431
- "vs/css!vs/editor/contrib/parameterHints/browser/parameterHints": [],
6432
- "vs/base/common/equals": [
6433
- "require",
6434
- "exports",
6435
- "vs/base/common/arrays"
6436
- ],
6437
- "vs/base/common/hotReload": [
6438
- "require",
6439
- "exports",
6440
- "vs/base/common/process"
6441
- ],
6442
- "vs/editor/contrib/inlineEdits/browser/consts": [
6443
- "require",
6444
- "exports",
6445
- "vs/nls",
6446
- "vs/platform/contextkey/common/contextkey"
6447
- ],
6448
- "vs/editor/contrib/inlineEdits/browser/inlineEditsModel": [
6449
- "require",
6450
- "exports",
6451
- "vs/base/common/async",
6452
- "vs/base/common/cancellation",
6453
- "vs/base/common/equals",
6454
- "vs/base/common/errors",
6455
- "vs/base/common/lifecycle",
6456
- "vs/base/common/observable",
6457
- "vs/base/common/observableInternal/derived",
6458
- "vs/base/common/uri",
6459
- "vs/editor/browser/widget/diffEditor/diffProviderFactoryService",
6460
- "vs/editor/common/core/lineRange",
6461
- "vs/editor/common/languages",
6462
- "vs/editor/common/services/languageFeatures",
6463
- "vs/editor/common/services/model",
6464
- "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions",
6465
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6466
- ],
6467
- "vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [
6468
- "require",
6469
- "exports",
6470
- "vs/base/browser/dom",
6471
- "vs/base/browser/fonts",
6472
- "vs/base/common/lifecycle",
6473
- "vs/base/common/observable",
6474
- "vs/base/common/observableInternal/derived",
6475
- "vs/editor/browser/editorExtensions",
6476
- "vs/editor/browser/observableCodeEditor",
6477
- "vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget",
6478
- "vs/editor/browser/widget/diffEditor/registrations.contribution",
6479
- "vs/editor/browser/widget/diffEditor/utils",
6480
- "vs/editor/common/languages/modesRegistry",
6481
- "vs/editor/common/model/textModel",
6482
- "vs/editor/contrib/contextmenu/browser/contextmenu",
6483
- "vs/editor/contrib/placeholderText/browser/placeholderTextContribution",
6484
- "vs/editor/contrib/suggest/browser/suggestController",
6485
- "vs/platform/instantiation/common/instantiation",
6486
- "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget"
6487
- ],
6488
- "vs/platform/observable/common/platformObservableUtils": [
6489
- "require",
6490
- "exports",
6491
- "vs/base/common/observable",
6492
- "vs/base/common/observableInternal/utils"
6493
- ],
6494
6494
  "vs/base/browser/ui/list/listWidget": [
6495
6495
  "require",
6496
6496
  "exports",
@@ -6530,11 +6530,6 @@
6530
6530
  "vs/base/common/buffer",
6531
6531
  "vs/base/common/platform"
6532
6532
  ],
6533
- "vs/platform/action/common/actionCommonCategories": [
6534
- "require",
6535
- "exports",
6536
- "vs/nls"
6537
- ],
6538
6533
  "vs/editor/contrib/snippet/browser/snippetVariables": [
6539
6534
  "require",
6540
6535
  "exports",
@@ -6549,6 +6544,11 @@
6549
6544
  "vs/platform/workspace/common/workspace"
6550
6545
  ],
6551
6546
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession": [],
6547
+ "vs/platform/action/common/actionCommonCategories": [
6548
+ "require",
6549
+ "exports",
6550
+ "vs/nls"
6551
+ ],
6552
6552
  "vs/editor/contrib/stickyScroll/browser/stickyScrollWidget": [
6553
6553
  "require",
6554
6554
  "exports",
@@ -6582,6 +6582,10 @@
6582
6582
  "require",
6583
6583
  "exports"
6584
6584
  ],
6585
+ "vs/base/common/naturalLanguage/korean": [
6586
+ "require",
6587
+ "exports"
6588
+ ],
6585
6589
  "vs/editor/contrib/suggest/browser/suggestWidgetStatus": [
6586
6590
  "require",
6587
6591
  "exports",
@@ -6638,10 +6642,6 @@
6638
6642
  "vs/editor/contrib/suggest/browser/suggestWidgetDetails"
6639
6643
  ],
6640
6644
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest": [],
6641
- "vs/base/common/naturalLanguage/korean": [
6642
- "require",
6643
- "exports"
6644
- ],
6645
6645
  "vs/platform/opener/browser/link": [
6646
6646
  "require",
6647
6647
  "exports",
@@ -6723,6 +6723,41 @@
6723
6723
  "vs/base/common/lifecycle",
6724
6724
  "vs/base/common/types"
6725
6725
  ],
6726
+ "vs/base/browser/ui/splitview/splitview": [
6727
+ "require",
6728
+ "exports",
6729
+ "vs/base/browser/dom",
6730
+ "vs/base/browser/event",
6731
+ "vs/base/browser/ui/sash/sash",
6732
+ "vs/base/browser/ui/scrollbar/scrollableElement",
6733
+ "vs/base/common/arrays",
6734
+ "vs/base/common/color",
6735
+ "vs/base/common/event",
6736
+ "vs/base/common/lifecycle",
6737
+ "vs/base/common/numbers",
6738
+ "vs/base/common/scrollable",
6739
+ "vs/base/common/types",
6740
+ "vs/css!vs/base/browser/ui/splitview/splitview"
6741
+ ],
6742
+ "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6743
+ "require",
6744
+ "exports",
6745
+ "vs/base/browser/dom",
6746
+ "vs/base/browser/ui/countBadge/countBadge",
6747
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6748
+ "vs/base/browser/ui/iconLabel/iconLabel",
6749
+ "vs/base/common/filters",
6750
+ "vs/base/common/lifecycle",
6751
+ "vs/base/common/resources",
6752
+ "vs/editor/common/services/resolverService",
6753
+ "vs/nls",
6754
+ "vs/platform/instantiation/common/instantiation",
6755
+ "vs/platform/keybinding/common/keybinding",
6756
+ "vs/platform/label/common/label",
6757
+ "vs/platform/theme/browser/defaultStyles",
6758
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6759
+ ],
6760
+ "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6726
6761
  "vs/base/browser/ui/list/listPaging": [
6727
6762
  "require",
6728
6763
  "exports",
@@ -6808,51 +6843,12 @@
6808
6843
  "vs/base/common/decorators",
6809
6844
  "vs/base/common/iterator"
6810
6845
  ],
6811
- "vs/base/browser/ui/splitview/splitview": [
6812
- "require",
6813
- "exports",
6814
- "vs/base/browser/dom",
6815
- "vs/base/browser/event",
6816
- "vs/base/browser/ui/sash/sash",
6817
- "vs/base/browser/ui/scrollbar/scrollableElement",
6818
- "vs/base/common/arrays",
6819
- "vs/base/common/color",
6820
- "vs/base/common/event",
6821
- "vs/base/common/lifecycle",
6822
- "vs/base/common/numbers",
6823
- "vs/base/common/scrollable",
6824
- "vs/base/common/types",
6825
- "vs/css!vs/base/browser/ui/splitview/splitview"
6826
- ],
6827
- "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree": [
6828
- "require",
6829
- "exports",
6830
- "vs/base/browser/dom",
6831
- "vs/base/browser/ui/countBadge/countBadge",
6832
- "vs/base/browser/ui/highlightedlabel/highlightedLabel",
6833
- "vs/base/browser/ui/iconLabel/iconLabel",
6834
- "vs/base/common/filters",
6835
- "vs/base/common/lifecycle",
6836
- "vs/base/common/resources",
6837
- "vs/editor/common/services/resolverService",
6838
- "vs/nls",
6839
- "vs/platform/instantiation/common/instantiation",
6840
- "vs/platform/keybinding/common/keybinding",
6841
- "vs/platform/label/common/label",
6842
- "vs/platform/theme/browser/defaultStyles",
6843
- "vs/editor/contrib/gotoSymbol/browser/referencesModel"
6844
- ],
6845
- "vs/css!vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget": [],
6846
6846
  "vs/base/common/marshalling": [
6847
6847
  "require",
6848
6848
  "exports",
6849
6849
  "vs/base/common/buffer",
6850
6850
  "vs/base/common/uri"
6851
6851
  ],
6852
- "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6853
- "require",
6854
- "exports"
6855
- ],
6856
6852
  "vs/editor/common/core/textEdit": [
6857
6853
  "require",
6858
6854
  "exports",
@@ -6863,6 +6859,10 @@
6863
6859
  "vs/editor/common/core/range",
6864
6860
  "vs/editor/common/core/textLength"
6865
6861
  ],
6862
+ "vs/editor/common/diff/defaultLinesDiffComputer/utils": [
6863
+ "require",
6864
+ "exports"
6865
+ ],
6866
6866
  "vs/base/browser/defaultWorkerFactory": [
6867
6867
  "require",
6868
6868
  "exports",
@@ -7247,10 +7247,96 @@
7247
7247
  "vs/platform/keybinding/common/keybinding",
7248
7248
  "vs/platform/telemetry/common/telemetry"
7249
7249
  ],
7250
- "vs/editor/browser/widget/multiDiffEditor/utils": [
7250
+ "vs/editor/browser/widget/multiDiffEditor/utils": [
7251
+ "require",
7252
+ "exports",
7253
+ "vs/base/common/actions"
7254
+ ],
7255
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7256
+ "require",
7257
+ "exports",
7258
+ "vs/base/common/event",
7259
+ "vs/base/common/lifecycle",
7260
+ "vs/editor/common/textModelBracketPairs",
7261
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7262
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7263
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7264
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7265
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7266
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7267
+ "vs/base/common/arrays",
7268
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7269
+ ],
7270
+ "vs/editor/common/core/textChange": [
7271
+ "require",
7272
+ "exports",
7273
+ "vs/base/common/buffer",
7274
+ "vs/editor/common/core/stringBuilder"
7275
+ ],
7276
+ "vs/base/common/buffer": [
7277
+ "require",
7278
+ "exports",
7279
+ "vs/base/common/lazy"
7280
+ ],
7281
+ "vs/editor/common/model/textModelPart": [
7282
+ "require",
7283
+ "exports",
7284
+ "vs/base/common/lifecycle"
7285
+ ],
7286
+ "vs/editor/common/textModelGuides": [
7287
+ "require",
7288
+ "exports"
7289
+ ],
7290
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7291
+ "require",
7292
+ "exports",
7293
+ "vs/editor/common/core/position",
7294
+ "vs/editor/common/core/range",
7295
+ "vs/editor/common/model",
7296
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7297
+ "vs/editor/common/model/textModelSearch"
7298
+ ],
7299
+ "vs/editor/common/model/textModelTokens": [
7300
+ "require",
7301
+ "exports",
7302
+ "vs/base/common/async",
7303
+ "vs/base/common/errors",
7304
+ "vs/base/common/platform",
7305
+ "vs/base/common/stopwatch",
7306
+ "vs/editor/common/core/eolCounter",
7307
+ "vs/editor/common/core/lineRange",
7308
+ "vs/editor/common/core/offsetRange",
7309
+ "vs/editor/common/languages/nullTokenize",
7310
+ "vs/editor/common/model/fixedArray",
7311
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7312
+ "vs/editor/common/tokens/lineTokens"
7313
+ ],
7314
+ "vs/editor/common/model/treeSitterTokens": [
7315
+ "require",
7316
+ "exports",
7317
+ "vs/editor/common/languages",
7318
+ "vs/editor/common/tokens/lineTokens",
7319
+ "vs/editor/common/model/tokens"
7320
+ ],
7321
+ "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7322
+ "require",
7323
+ "exports",
7324
+ "vs/editor/common/tokens/contiguousMultilineTokens"
7325
+ ],
7326
+ "vs/editor/common/tokens/contiguousTokensStore": [
7327
+ "require",
7328
+ "exports",
7329
+ "vs/base/common/arrays",
7330
+ "vs/editor/common/core/position",
7331
+ "vs/editor/common/tokens/contiguousTokensEditing",
7332
+ "vs/editor/common/tokens/lineTokens",
7333
+ "vs/editor/common/encodedTokenAttributes"
7334
+ ],
7335
+ "vs/editor/common/tokens/sparseTokensStore": [
7251
7336
  "require",
7252
7337
  "exports",
7253
- "vs/base/common/actions"
7338
+ "vs/base/common/arrays",
7339
+ "vs/editor/common/tokens/lineTokens"
7254
7340
  ],
7255
7341
  "vs/editor/browser/viewParts/lines/viewLine": [
7256
7342
  "require",
@@ -7303,10 +7389,6 @@
7303
7389
  "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
7304
7390
  "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
7305
7391
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
7306
- "vs/editor/common/textModelGuides": [
7307
- "require",
7308
- "exports"
7309
- ],
7310
7392
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
7311
7393
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
7312
7394
  "vs/editor/browser/viewParts/lines/domReadingContext": [
@@ -7346,8 +7428,8 @@
7346
7428
  "require",
7347
7429
  "exports"
7348
7430
  ],
7349
- "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7350
7431
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
7432
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
7351
7433
  "vs/css!vs/editor/browser/viewParts/selections/selections": [],
7352
7434
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
7353
7435
  "require",
@@ -7367,88 +7449,6 @@
7367
7449
  "require",
7368
7450
  "exports"
7369
7451
  ],
7370
- "vs/base/common/buffer": [
7371
- "require",
7372
- "exports",
7373
- "vs/base/common/lazy"
7374
- ],
7375
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
7376
- "require",
7377
- "exports",
7378
- "vs/base/common/event",
7379
- "vs/base/common/lifecycle",
7380
- "vs/editor/common/textModelBracketPairs",
7381
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper",
7382
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets",
7383
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
7384
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser",
7385
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet",
7386
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer",
7387
- "vs/base/common/arrays",
7388
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos"
7389
- ],
7390
- "vs/editor/common/core/textChange": [
7391
- "require",
7392
- "exports",
7393
- "vs/base/common/buffer",
7394
- "vs/editor/common/core/stringBuilder"
7395
- ],
7396
- "vs/editor/common/model/textModelPart": [
7397
- "require",
7398
- "exports",
7399
- "vs/base/common/lifecycle"
7400
- ],
7401
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
7402
- "require",
7403
- "exports",
7404
- "vs/editor/common/core/position",
7405
- "vs/editor/common/core/range",
7406
- "vs/editor/common/model",
7407
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
7408
- "vs/editor/common/model/textModelSearch"
7409
- ],
7410
- "vs/editor/common/model/textModelTokens": [
7411
- "require",
7412
- "exports",
7413
- "vs/base/common/async",
7414
- "vs/base/common/errors",
7415
- "vs/base/common/platform",
7416
- "vs/base/common/stopwatch",
7417
- "vs/editor/common/core/eolCounter",
7418
- "vs/editor/common/core/lineRange",
7419
- "vs/editor/common/core/offsetRange",
7420
- "vs/editor/common/languages/nullTokenize",
7421
- "vs/editor/common/model/fixedArray",
7422
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder",
7423
- "vs/editor/common/tokens/lineTokens"
7424
- ],
7425
- "vs/editor/common/model/treeSitterTokens": [
7426
- "require",
7427
- "exports",
7428
- "vs/editor/common/languages",
7429
- "vs/editor/common/tokens/lineTokens",
7430
- "vs/editor/common/model/tokens"
7431
- ],
7432
- "vs/editor/common/tokens/contiguousMultilineTokensBuilder": [
7433
- "require",
7434
- "exports",
7435
- "vs/editor/common/tokens/contiguousMultilineTokens"
7436
- ],
7437
- "vs/editor/common/tokens/contiguousTokensStore": [
7438
- "require",
7439
- "exports",
7440
- "vs/base/common/arrays",
7441
- "vs/editor/common/core/position",
7442
- "vs/editor/common/tokens/contiguousTokensEditing",
7443
- "vs/editor/common/tokens/lineTokens",
7444
- "vs/editor/common/encodedTokenAttributes"
7445
- ],
7446
- "vs/editor/common/tokens/sparseTokensStore": [
7447
- "require",
7448
- "exports",
7449
- "vs/base/common/arrays",
7450
- "vs/editor/common/tokens/lineTokens"
7451
- ],
7452
7452
  "vs/editor/common/cursor/cursorCollection": [
7453
7453
  "require",
7454
7454
  "exports",
@@ -7664,13 +7664,13 @@
7664
7664
  "vs/editor/common/core/textEdit",
7665
7665
  "vs/editor/contrib/inlineCompletions/browser/model/ghostText"
7666
7666
  ],
7667
- "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7668
- "vs/editor/contrib/hover/browser/marginHoverComputer": [
7667
+ "vs/base/browser/formattedTextRenderer": [
7669
7668
  "require",
7670
7669
  "exports",
7671
- "vs/base/common/arrays",
7672
- "vs/base/common/htmlContent",
7673
- "vs/editor/common/model"
7670
+ "vs/base/browser/dom"
7671
+ ],
7672
+ "vs/base/common/marked/marked": [
7673
+ "exports"
7674
7674
  ],
7675
7675
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
7676
7676
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
@@ -7690,7 +7690,14 @@
7690
7690
  "vs/nls"
7691
7691
  ],
7692
7692
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
7693
- "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7693
+ "vs/css!vs/base/browser/ui/hover/hoverWidget": [],
7694
+ "vs/editor/contrib/hover/browser/marginHoverComputer": [
7695
+ "require",
7696
+ "exports",
7697
+ "vs/base/common/arrays",
7698
+ "vs/base/common/htmlContent",
7699
+ "vs/editor/common/model"
7700
+ ],
7694
7701
  "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
7695
7702
  "require",
7696
7703
  "exports",
@@ -7710,17 +7717,7 @@
7710
7717
  "vs/base/common/codicons"
7711
7718
  ],
7712
7719
  "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
7713
- "vs/base/browser/formattedTextRenderer": [
7714
- "require",
7715
- "exports",
7716
- "vs/base/browser/dom"
7717
- ],
7718
- "vs/base/common/marked/marked": [
7719
- "exports"
7720
- ],
7721
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7722
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7723
- "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7720
+ "vs/css!vs/platform/severityIcon/browser/media/severityIcon": [],
7724
7721
  "vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions": [
7725
7722
  "require",
7726
7723
  "exports",
@@ -7737,6 +7734,9 @@
7737
7734
  "vs/editor/contrib/snippet/browser/snippetParser"
7738
7735
  ],
7739
7736
  "vs/css!vs/editor/contrib/inlineEdits/browser/inlineEditsWidget": [],
7737
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEdit": [],
7738
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget": [],
7739
+ "vs/css!vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget": [],
7740
7740
  "vs/base/browser/ui/list/splice": [
7741
7741
  "require",
7742
7742
  "exports"
@@ -7823,38 +7823,25 @@
7823
7823
  "exports",
7824
7824
  "vs/base/common/observableInternal/base"
7825
7825
  ],
7826
- "vs/css!vs/base/browser/ui/table/table": [],
7827
- "vs/base/browser/ui/tree/objectTreeModel": [
7828
- "require",
7829
- "exports",
7830
- "vs/base/browser/ui/tree/indexTreeModel",
7831
- "vs/base/browser/ui/tree/tree",
7832
- "vs/base/common/iterator"
7833
- ],
7834
- "vs/base/browser/ui/tree/indexTreeModel": [
7826
+ "vs/base/browser/ui/countBadge/countBadge": [
7835
7827
  "require",
7836
7828
  "exports",
7837
- "vs/base/browser/ui/tree/tree",
7838
- "vs/base/common/arrays",
7839
- "vs/base/common/async",
7840
- "vs/base/common/symbols",
7841
- "vs/base/common/diff/diff",
7842
- "vs/base/common/event",
7843
- "vs/base/common/iterator"
7844
- ],
7845
- "vs/base/browser/ui/tree/tree": [
7846
- "require",
7847
- "exports"
7829
+ "vs/base/browser/dom",
7830
+ "vs/base/common/strings",
7831
+ "vs/css!vs/base/browser/ui/countBadge/countBadge"
7848
7832
  ],
7849
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7833
+ "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7850
7834
  "require",
7851
7835
  "exports",
7852
- "vs/base/browser/ui/tree/objectTreeModel",
7853
- "vs/base/browser/ui/tree/tree",
7854
- "vs/base/common/arrays",
7855
- "vs/base/common/event",
7856
- "vs/base/common/iterator"
7836
+ "vs/base/browser/dom",
7837
+ "vs/base/browser/ui/hover/hoverDelegate2",
7838
+ "vs/base/browser/ui/hover/hoverDelegateFactory",
7839
+ "vs/base/browser/ui/iconLabel/iconLabels",
7840
+ "vs/base/common/lifecycle",
7841
+ "vs/base/common/objects"
7857
7842
  ],
7843
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
7844
+ "vs/css!vs/base/browser/ui/table/table": [],
7858
7845
  "vs/base/browser/ui/inputbox/inputBox": [
7859
7846
  "require",
7860
7847
  "exports",
@@ -7873,25 +7860,38 @@
7873
7860
  "vs/nls",
7874
7861
  "vs/css!vs/base/browser/ui/inputbox/inputBox"
7875
7862
  ],
7863
+ "vs/base/browser/ui/tree/indexTreeModel": [
7864
+ "require",
7865
+ "exports",
7866
+ "vs/base/browser/ui/tree/tree",
7867
+ "vs/base/common/arrays",
7868
+ "vs/base/common/async",
7869
+ "vs/base/common/symbols",
7870
+ "vs/base/common/diff/diff",
7871
+ "vs/base/common/event",
7872
+ "vs/base/common/iterator"
7873
+ ],
7874
+ "vs/base/browser/ui/tree/tree": [
7875
+ "require",
7876
+ "exports"
7877
+ ],
7876
7878
  "vs/css!vs/base/browser/ui/tree/media/tree": [],
7877
- "vs/base/browser/ui/countBadge/countBadge": [
7879
+ "vs/base/browser/ui/tree/objectTreeModel": [
7878
7880
  "require",
7879
7881
  "exports",
7880
- "vs/base/browser/dom",
7881
- "vs/base/common/strings",
7882
- "vs/css!vs/base/browser/ui/countBadge/countBadge"
7882
+ "vs/base/browser/ui/tree/indexTreeModel",
7883
+ "vs/base/browser/ui/tree/tree",
7884
+ "vs/base/common/iterator"
7883
7885
  ],
7884
- "vs/base/browser/ui/highlightedlabel/highlightedLabel": [
7886
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
7885
7887
  "require",
7886
7888
  "exports",
7887
- "vs/base/browser/dom",
7888
- "vs/base/browser/ui/hover/hoverDelegate2",
7889
- "vs/base/browser/ui/hover/hoverDelegateFactory",
7890
- "vs/base/browser/ui/iconLabel/iconLabels",
7891
- "vs/base/common/lifecycle",
7892
- "vs/base/common/objects"
7889
+ "vs/base/browser/ui/tree/objectTreeModel",
7890
+ "vs/base/browser/ui/tree/tree",
7891
+ "vs/base/common/arrays",
7892
+ "vs/base/common/event",
7893
+ "vs/base/common/iterator"
7893
7894
  ],
7894
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
7895
7895
  "vs/editor/common/core/positionToOffset": [
7896
7896
  "require",
7897
7897
  "exports",
@@ -8064,27 +8064,6 @@
8064
8064
  "vs/base/browser/ui/hover/hoverDelegateFactory",
8065
8065
  "vs/css!vs/base/browser/ui/toolbar/toolbar"
8066
8066
  ],
8067
- "vs/editor/browser/viewParts/lines/rangeUtil": [
8068
- "require",
8069
- "exports",
8070
- "vs/editor/browser/view/renderingContext"
8071
- ],
8072
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8073
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8074
- "require",
8075
- "exports",
8076
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8077
- "vs/base/common/uint"
8078
- ],
8079
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8080
- "require",
8081
- "exports"
8082
- ],
8083
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8084
- "require",
8085
- "exports",
8086
- "vs/base/common/functional"
8087
- ],
8088
8067
  "vs/editor/common/textModelBracketPairs": [
8089
8068
  "require",
8090
8069
  "exports"
@@ -8128,15 +8107,15 @@
8128
8107
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length",
8129
8108
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet"
8130
8109
  ],
8131
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
8132
- "require",
8133
- "exports"
8134
- ],
8135
8110
  "vs/editor/common/model/fixedArray": [
8136
8111
  "require",
8137
8112
  "exports",
8138
8113
  "vs/base/common/arrays"
8139
8114
  ],
8115
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
8116
+ "require",
8117
+ "exports"
8118
+ ],
8140
8119
  "vs/editor/common/tokens/contiguousMultilineTokens": [
8141
8120
  "require",
8142
8121
  "exports"
@@ -8146,6 +8125,27 @@
8146
8125
  "exports",
8147
8126
  "vs/editor/common/tokens/lineTokens"
8148
8127
  ],
8128
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
8129
+ "require",
8130
+ "exports",
8131
+ "vs/editor/browser/view/renderingContext"
8132
+ ],
8133
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
8134
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
8135
+ "require",
8136
+ "exports",
8137
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
8138
+ "vs/base/common/uint"
8139
+ ],
8140
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
8141
+ "require",
8142
+ "exports"
8143
+ ],
8144
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
8145
+ "require",
8146
+ "exports",
8147
+ "vs/base/common/functional"
8148
+ ],
8149
8149
  "vs/editor/common/cursor/oneCursor": [
8150
8150
  "require",
8151
8151
  "exports",
@@ -8216,13 +8216,13 @@
8216
8216
  "vs/base/browser/dom"
8217
8217
  ],
8218
8218
  "vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
8219
+ "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8219
8220
  "vs/base/common/history": [
8220
8221
  "require",
8221
8222
  "exports",
8222
8223
  "vs/base/common/navigator"
8223
8224
  ],
8224
8225
  "vs/css!vs/base/browser/ui/inputbox/inputBox": [],
8225
- "vs/css!vs/base/browser/ui/countBadge/countBadge": [],
8226
8226
  "vs/platform/quickinput/browser/quickInputUtils": [
8227
8227
  "require",
8228
8228
  "exports",