monaco-editor-core 0.29.0 → 0.29.1

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 (45) hide show
  1. package/ThirdPartyNotices.txt +63 -63
  2. package/dev/bundleInfo.json +951 -951
  3. package/dev/nls.metadata.json +382 -382
  4. package/dev/vs/base/worker/workerMain.js +1 -1
  5. package/dev/vs/editor/editor.main.css +1 -1
  6. package/dev/vs/editor/editor.main.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  16. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  17. package/dev/vs/loader.js +1 -1
  18. package/esm/vs/editor/editor.api.d.ts +793 -797
  19. package/min/vs/base/worker/workerMain.js +1 -1
  20. package/min/vs/editor/editor.main.css +1 -1
  21. package/min/vs/editor/editor.main.js +1 -1
  22. package/min/vs/editor/editor.main.nls.de.js +1 -1
  23. package/min/vs/editor/editor.main.nls.es.js +1 -1
  24. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  25. package/min/vs/editor/editor.main.nls.it.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  27. package/min/vs/editor/editor.main.nls.js +1 -1
  28. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  29. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  30. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  31. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  32. package/min/vs/loader.js +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  41. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  42. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  43. package/min-maps/vs/loader.js.map +1 -1
  44. package/package.json +1 -1
  45. package/version.txt +1 -1
@@ -246,30 +246,16 @@
246
246
  "vs/editor/standalone/common/standaloneThemeService",
247
247
  "vs/editor/common/standaloneStrings"
248
248
  ],
249
- "vs/base/common/errors": [
250
- "require",
251
- "exports"
252
- ],
253
- "vs/base/common/lifecycle": [
249
+ "vs/base/common/diff/diff": [
254
250
  "require",
255
251
  "exports",
256
- "vs/base/common/functional",
257
- "vs/base/common/iterator"
252
+ "vs/base/common/diff/diffChange",
253
+ "vs/base/common/hash"
258
254
  ],
259
255
  "vs/base/common/platform": [
260
256
  "require",
261
257
  "exports"
262
258
  ],
263
- "vs/base/common/types": [
264
- "require",
265
- "exports"
266
- ],
267
- "vs/base/common/diff/diff": [
268
- "require",
269
- "exports",
270
- "vs/base/common/diff/diffChange",
271
- "vs/base/common/hash"
272
- ],
273
259
  "vs/base/common/uri": [
274
260
  "require",
275
261
  "exports",
@@ -324,11 +310,25 @@
324
310
  "vs/editor/common/core/token",
325
311
  "vs/editor/common/standalone/standaloneEnums"
326
312
  ],
313
+ "vs/base/common/types": [
314
+ "require",
315
+ "exports"
316
+ ],
327
317
  "vs/base/common/stopwatch": [
328
318
  "require",
329
319
  "exports",
330
320
  "vs/base/common/platform"
331
321
  ],
322
+ "vs/base/common/errors": [
323
+ "require",
324
+ "exports"
325
+ ],
326
+ "vs/base/common/lifecycle": [
327
+ "require",
328
+ "exports",
329
+ "vs/base/common/functional",
330
+ "vs/base/common/iterator"
331
+ ],
332
332
  "vs/editor/common/config/editorOptions": [
333
333
  "require",
334
334
  "exports",
@@ -1402,36 +1402,26 @@
1402
1402
  "vs/platform/quickinput/common/quickInput",
1403
1403
  "vs/platform/registry/common/platform"
1404
1404
  ],
1405
- "vs/editor/browser/services/codeEditorService": [
1406
- "require",
1407
- "exports",
1408
- "vs/platform/instantiation/common/instantiation"
1409
- ],
1410
- "vs/editor/contrib/quickAccess/commandsQuickAccess": [
1411
- "require",
1412
- "exports",
1413
- "vs/base/common/iconLabels",
1414
- "vs/platform/quickinput/browser/commandsQuickAccess"
1415
- ],
1416
- "vs/platform/commands/common/commands": [
1405
+ "vs/editor/contrib/quickAccess/gotoLineQuickAccess": [
1417
1406
  "require",
1418
1407
  "exports",
1419
- "vs/base/common/event",
1420
- "vs/base/common/iterator",
1421
1408
  "vs/base/common/lifecycle",
1422
- "vs/base/common/linkedList",
1423
- "vs/base/common/types",
1424
- "vs/platform/instantiation/common/instantiation"
1409
+ "vs/editor/browser/editorBrowser",
1410
+ "vs/editor/contrib/quickAccess/editorNavigationQuickAccess",
1411
+ "vs/nls!vs/editor/contrib/quickAccess/gotoLineQuickAccess"
1425
1412
  ],
1426
- "vs/platform/telemetry/common/telemetry": [
1413
+ "vs/editor/browser/services/codeEditorService": [
1427
1414
  "require",
1428
1415
  "exports",
1429
1416
  "vs/platform/instantiation/common/instantiation"
1430
1417
  ],
1431
- "vs/platform/dialogs/common/dialogs": [
1418
+ "vs/base/common/event": [
1432
1419
  "require",
1433
1420
  "exports",
1434
- "vs/platform/instantiation/common/instantiation"
1421
+ "vs/base/common/errors",
1422
+ "vs/base/common/lifecycle",
1423
+ "vs/base/common/linkedList",
1424
+ "vs/base/common/stopwatch"
1435
1425
  ],
1436
1426
  "vs/platform/quickinput/common/quickInput": [
1437
1427
  "require",
@@ -1439,22 +1429,6 @@
1439
1429
  "vs/platform/instantiation/common/instantiation",
1440
1430
  "vs/base/parts/quickinput/common/quickInput"
1441
1431
  ],
1442
- "vs/editor/contrib/quickAccess/gotoLineQuickAccess": [
1443
- "require",
1444
- "exports",
1445
- "vs/base/common/lifecycle",
1446
- "vs/editor/browser/editorBrowser",
1447
- "vs/editor/contrib/quickAccess/editorNavigationQuickAccess",
1448
- "vs/nls!vs/editor/contrib/quickAccess/gotoLineQuickAccess"
1449
- ],
1450
- "vs/base/common/event": [
1451
- "require",
1452
- "exports",
1453
- "vs/base/common/errors",
1454
- "vs/base/common/lifecycle",
1455
- "vs/base/common/linkedList",
1456
- "vs/base/common/stopwatch"
1457
- ],
1458
1432
  "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [
1459
1433
  "require",
1460
1434
  "exports",
@@ -1477,6 +1451,32 @@
1477
1451
  "vs/platform/theme/common/colorRegistry",
1478
1452
  "vs/platform/theme/common/themeService"
1479
1453
  ],
1454
+ "vs/editor/contrib/quickAccess/commandsQuickAccess": [
1455
+ "require",
1456
+ "exports",
1457
+ "vs/base/common/iconLabels",
1458
+ "vs/platform/quickinput/browser/commandsQuickAccess"
1459
+ ],
1460
+ "vs/platform/commands/common/commands": [
1461
+ "require",
1462
+ "exports",
1463
+ "vs/base/common/event",
1464
+ "vs/base/common/iterator",
1465
+ "vs/base/common/lifecycle",
1466
+ "vs/base/common/linkedList",
1467
+ "vs/base/common/types",
1468
+ "vs/platform/instantiation/common/instantiation"
1469
+ ],
1470
+ "vs/platform/telemetry/common/telemetry": [
1471
+ "require",
1472
+ "exports",
1473
+ "vs/platform/instantiation/common/instantiation"
1474
+ ],
1475
+ "vs/platform/dialogs/common/dialogs": [
1476
+ "require",
1477
+ "exports",
1478
+ "vs/platform/instantiation/common/instantiation"
1479
+ ],
1480
1480
  "vs/editor/contrib/gotoSymbol/peek/referencesController": [
1481
1481
  "require",
1482
1482
  "exports",
@@ -1522,13 +1522,10 @@
1522
1522
  "vs/base/parts/storage/common/storage",
1523
1523
  "vs/platform/instantiation/common/instantiation"
1524
1524
  ],
1525
- "vs/base/common/functional": [
1526
- "require",
1527
- "exports"
1528
- ],
1529
- "vs/base/common/iterator": [
1525
+ "vs/base/common/path": [
1530
1526
  "require",
1531
- "exports"
1527
+ "exports",
1528
+ "vs/base/common/process"
1532
1529
  ],
1533
1530
  "vs/base/common/diff/diffChange": [
1534
1531
  "require",
@@ -1539,11 +1536,6 @@
1539
1536
  "exports",
1540
1537
  "vs/base/common/strings"
1541
1538
  ],
1542
- "vs/base/common/path": [
1543
- "require",
1544
- "exports",
1545
- "vs/base/common/process"
1546
- ],
1547
1539
  "vs/editor/common/viewModel/prefixSumComputer": [
1548
1540
  "require",
1549
1541
  "exports",
@@ -1578,6 +1570,114 @@
1578
1570
  "require",
1579
1571
  "exports"
1580
1572
  ],
1573
+ "vs/base/common/functional": [
1574
+ "require",
1575
+ "exports"
1576
+ ],
1577
+ "vs/base/common/iterator": [
1578
+ "require",
1579
+ "exports"
1580
+ ],
1581
+ "vs/editor/common/modes/languageConfigurationRegistry": [
1582
+ "require",
1583
+ "exports",
1584
+ "vs/base/common/event",
1585
+ "vs/base/common/lifecycle",
1586
+ "vs/base/common/strings",
1587
+ "vs/editor/common/model/wordHelper",
1588
+ "vs/editor/common/modes/languageConfiguration",
1589
+ "vs/editor/common/modes/supports",
1590
+ "vs/editor/common/modes/supports/characterPair",
1591
+ "vs/editor/common/modes/supports/electricCharacter",
1592
+ "vs/editor/common/modes/supports/indentRules",
1593
+ "vs/editor/common/modes/supports/onEnter",
1594
+ "vs/editor/common/modes/supports/richEditBrackets"
1595
+ ],
1596
+ "vs/editor/common/modes/modesRegistry": [
1597
+ "require",
1598
+ "exports",
1599
+ "vs/nls!vs/editor/common/modes/modesRegistry",
1600
+ "vs/base/common/event",
1601
+ "vs/editor/common/modes",
1602
+ "vs/editor/common/modes/languageConfigurationRegistry",
1603
+ "vs/platform/registry/common/platform",
1604
+ "vs/base/common/mime"
1605
+ ],
1606
+ "vs/editor/standalone/browser/standaloneServices": [
1607
+ "require",
1608
+ "exports",
1609
+ "vs/base/common/lifecycle",
1610
+ "vs/editor/browser/services/bulkEditService",
1611
+ "vs/editor/browser/services/codeEditorService",
1612
+ "vs/editor/common/services/editorWorkerService",
1613
+ "vs/editor/common/services/editorWorkerServiceImpl",
1614
+ "vs/editor/common/services/modeService",
1615
+ "vs/editor/common/services/modeServiceImpl",
1616
+ "vs/editor/common/services/modelService",
1617
+ "vs/editor/common/services/modelServiceImpl",
1618
+ "vs/editor/common/services/textResourceConfigurationService",
1619
+ "vs/editor/standalone/browser/simpleServices",
1620
+ "vs/editor/standalone/browser/standaloneCodeServiceImpl",
1621
+ "vs/editor/standalone/browser/standaloneThemeServiceImpl",
1622
+ "vs/editor/standalone/common/standaloneThemeService",
1623
+ "vs/platform/actions/common/actions",
1624
+ "vs/platform/commands/common/commands",
1625
+ "vs/platform/configuration/common/configuration",
1626
+ "vs/platform/contextkey/browser/contextKeyService",
1627
+ "vs/platform/contextkey/common/contextkey",
1628
+ "vs/platform/contextview/browser/contextMenuService",
1629
+ "vs/platform/contextview/browser/contextView",
1630
+ "vs/platform/contextview/browser/contextViewService",
1631
+ "vs/platform/dialogs/common/dialogs",
1632
+ "vs/platform/instantiation/common/instantiation",
1633
+ "vs/platform/instantiation/common/instantiationService",
1634
+ "vs/platform/instantiation/common/serviceCollection",
1635
+ "vs/platform/keybinding/common/keybinding",
1636
+ "vs/platform/label/common/label",
1637
+ "vs/platform/list/browser/listService",
1638
+ "vs/platform/log/common/log",
1639
+ "vs/platform/markers/common/markerService",
1640
+ "vs/platform/markers/common/markers",
1641
+ "vs/platform/notification/common/notification",
1642
+ "vs/platform/progress/common/progress",
1643
+ "vs/platform/storage/common/storage",
1644
+ "vs/platform/telemetry/common/telemetry",
1645
+ "vs/platform/theme/common/themeService",
1646
+ "vs/platform/workspace/common/workspace",
1647
+ "vs/platform/actions/common/menuService",
1648
+ "vs/editor/common/services/markersDecorationService",
1649
+ "vs/editor/common/services/markerDecorationsServiceImpl",
1650
+ "vs/platform/accessibility/common/accessibility",
1651
+ "vs/platform/layout/browser/layoutService",
1652
+ "vs/platform/instantiation/common/extensions",
1653
+ "vs/platform/accessibility/browser/accessibilityService",
1654
+ "vs/platform/clipboard/common/clipboardService",
1655
+ "vs/platform/clipboard/browser/clipboardService",
1656
+ "vs/platform/undoRedo/common/undoRedo",
1657
+ "vs/platform/undoRedo/common/undoRedoService",
1658
+ "vs/editor/standalone/browser/quickInput/standaloneQuickInputServiceImpl",
1659
+ "vs/platform/quickinput/common/quickInput"
1660
+ ],
1661
+ "vs/editor/standalone/common/monarch/monarchCompile": [
1662
+ "require",
1663
+ "exports",
1664
+ "vs/editor/standalone/common/monarch/monarchCommon"
1665
+ ],
1666
+ "vs/editor/standalone/common/monarch/monarchLexer": [
1667
+ "require",
1668
+ "exports",
1669
+ "vs/editor/common/core/token",
1670
+ "vs/editor/common/modes",
1671
+ "vs/editor/common/modes/nullMode",
1672
+ "vs/editor/standalone/common/monarch/monarchCommon"
1673
+ ],
1674
+ "vs/nls!vs/editor/common/config/editorOptions": [],
1675
+ "===anonymous3===": [
1676
+ "vs/editor/common/config/editorOptions.nls",
1677
+ "vs/editor/common/config/editorOptions.nls.keys"
1678
+ ],
1679
+ "vs/editor/common/config/editorOptions.nls": [],
1680
+ "vs/editor/common/config/editorOptions.nls.keys": [],
1581
1681
  "vs/editor/browser/services/openerService": [
1582
1682
  "require",
1583
1683
  "exports",
@@ -1697,67 +1797,12 @@
1697
1797
  "vs/editor/standalone/browser/standaloneCodeServiceImpl",
1698
1798
  "vs/base/common/mime"
1699
1799
  ],
1700
- "vs/editor/standalone/browser/standaloneServices": [
1701
- "require",
1702
- "exports",
1703
- "vs/base/common/lifecycle",
1704
- "vs/editor/browser/services/bulkEditService",
1705
- "vs/editor/browser/services/codeEditorService",
1706
- "vs/editor/common/services/editorWorkerService",
1707
- "vs/editor/common/services/editorWorkerServiceImpl",
1708
- "vs/editor/common/services/modeService",
1709
- "vs/editor/common/services/modeServiceImpl",
1710
- "vs/editor/common/services/modelService",
1711
- "vs/editor/common/services/modelServiceImpl",
1712
- "vs/editor/common/services/textResourceConfigurationService",
1713
- "vs/editor/standalone/browser/simpleServices",
1714
- "vs/editor/standalone/browser/standaloneCodeServiceImpl",
1715
- "vs/editor/standalone/browser/standaloneThemeServiceImpl",
1716
- "vs/editor/standalone/common/standaloneThemeService",
1717
- "vs/platform/actions/common/actions",
1718
- "vs/platform/commands/common/commands",
1719
- "vs/platform/configuration/common/configuration",
1720
- "vs/platform/contextkey/browser/contextKeyService",
1721
- "vs/platform/contextkey/common/contextkey",
1722
- "vs/platform/contextview/browser/contextMenuService",
1723
- "vs/platform/contextview/browser/contextView",
1724
- "vs/platform/contextview/browser/contextViewService",
1725
- "vs/platform/dialogs/common/dialogs",
1726
- "vs/platform/instantiation/common/instantiation",
1727
- "vs/platform/instantiation/common/instantiationService",
1728
- "vs/platform/instantiation/common/serviceCollection",
1729
- "vs/platform/keybinding/common/keybinding",
1730
- "vs/platform/label/common/label",
1731
- "vs/platform/list/browser/listService",
1732
- "vs/platform/log/common/log",
1733
- "vs/platform/markers/common/markerService",
1734
- "vs/platform/markers/common/markers",
1735
- "vs/platform/notification/common/notification",
1736
- "vs/platform/progress/common/progress",
1737
- "vs/platform/storage/common/storage",
1738
- "vs/platform/telemetry/common/telemetry",
1739
- "vs/platform/theme/common/themeService",
1740
- "vs/platform/workspace/common/workspace",
1741
- "vs/platform/actions/common/menuService",
1742
- "vs/editor/common/services/markersDecorationService",
1743
- "vs/editor/common/services/markerDecorationsServiceImpl",
1744
- "vs/platform/accessibility/common/accessibility",
1745
- "vs/platform/layout/browser/layoutService",
1746
- "vs/platform/instantiation/common/extensions",
1747
- "vs/platform/accessibility/browser/accessibilityService",
1748
- "vs/platform/clipboard/common/clipboardService",
1749
- "vs/platform/clipboard/browser/clipboardService",
1750
- "vs/platform/undoRedo/common/undoRedo",
1751
- "vs/platform/undoRedo/common/undoRedoService",
1752
- "vs/editor/standalone/browser/quickInput/standaloneQuickInputServiceImpl",
1753
- "vs/platform/quickinput/common/quickInput"
1754
- ],
1755
- "vs/platform/contextview/browser/contextView": [
1756
- "require",
1757
- "exports",
1758
- "vs/platform/instantiation/common/instantiation"
1759
- ],
1760
- "vs/platform/accessibility/common/accessibility": [
1800
+ "vs/platform/contextview/browser/contextView": [
1801
+ "require",
1802
+ "exports",
1803
+ "vs/platform/instantiation/common/instantiation"
1804
+ ],
1805
+ "vs/platform/accessibility/common/accessibility": [
1761
1806
  "require",
1762
1807
  "exports",
1763
1808
  "vs/platform/contextkey/common/contextkey",
@@ -1825,57 +1870,12 @@
1825
1870
  "require",
1826
1871
  "exports"
1827
1872
  ],
1828
- "===anonymous3===": [
1873
+ "===anonymous4===": [
1829
1874
  "vs/editor/contrib/format/format.nls",
1830
1875
  "vs/editor/contrib/format/format.nls.keys"
1831
1876
  ],
1832
1877
  "vs/editor/contrib/format/format.nls": [],
1833
1878
  "vs/editor/contrib/format/format.nls.keys": [],
1834
- "vs/nls!vs/editor/common/config/editorOptions": [],
1835
- "===anonymous4===": [
1836
- "vs/editor/common/config/editorOptions.nls",
1837
- "vs/editor/common/config/editorOptions.nls.keys"
1838
- ],
1839
- "vs/editor/common/config/editorOptions.nls": [],
1840
- "vs/editor/common/config/editorOptions.nls.keys": [],
1841
- "vs/editor/common/modes/languageConfigurationRegistry": [
1842
- "require",
1843
- "exports",
1844
- "vs/base/common/event",
1845
- "vs/base/common/lifecycle",
1846
- "vs/base/common/strings",
1847
- "vs/editor/common/model/wordHelper",
1848
- "vs/editor/common/modes/languageConfiguration",
1849
- "vs/editor/common/modes/supports",
1850
- "vs/editor/common/modes/supports/characterPair",
1851
- "vs/editor/common/modes/supports/electricCharacter",
1852
- "vs/editor/common/modes/supports/indentRules",
1853
- "vs/editor/common/modes/supports/onEnter",
1854
- "vs/editor/common/modes/supports/richEditBrackets"
1855
- ],
1856
- "vs/editor/common/modes/modesRegistry": [
1857
- "require",
1858
- "exports",
1859
- "vs/nls!vs/editor/common/modes/modesRegistry",
1860
- "vs/base/common/event",
1861
- "vs/editor/common/modes",
1862
- "vs/editor/common/modes/languageConfigurationRegistry",
1863
- "vs/platform/registry/common/platform",
1864
- "vs/base/common/mime"
1865
- ],
1866
- "vs/editor/standalone/common/monarch/monarchCompile": [
1867
- "require",
1868
- "exports",
1869
- "vs/editor/standalone/common/monarch/monarchCommon"
1870
- ],
1871
- "vs/editor/standalone/common/monarch/monarchLexer": [
1872
- "require",
1873
- "exports",
1874
- "vs/editor/common/core/token",
1875
- "vs/editor/common/modes",
1876
- "vs/editor/common/modes/nullMode",
1877
- "vs/editor/standalone/common/monarch/monarchCommon"
1878
- ],
1879
1879
  "vs/nls!vs/editor/browser/controller/coreCommands": [],
1880
1880
  "vs/base/browser/browser": [
1881
1881
  "require",
@@ -1949,6 +1949,29 @@
1949
1949
  ],
1950
1950
  "vs/editor/browser/controller/coreCommands.nls": [],
1951
1951
  "vs/editor/browser/controller/coreCommands.nls.keys": [],
1952
+ "vs/base/common/assert": [
1953
+ "require",
1954
+ "exports"
1955
+ ],
1956
+ "vs/base/common/objects": [
1957
+ "require",
1958
+ "exports",
1959
+ "vs/base/common/types"
1960
+ ],
1961
+ "vs/base/common/htmlContent": [
1962
+ "require",
1963
+ "exports",
1964
+ "vs/base/common/errors",
1965
+ "vs/base/common/iconLabels"
1966
+ ],
1967
+ "vs/nls!vs/editor/contrib/anchorSelect/anchorSelect": [],
1968
+ "vs/css!vs/editor/contrib/anchorSelect/anchorSelect": [],
1969
+ "===anonymous6===": [
1970
+ "vs/editor/contrib/anchorSelect/anchorSelect.nls",
1971
+ "vs/editor/contrib/anchorSelect/anchorSelect.nls.keys"
1972
+ ],
1973
+ "vs/editor/contrib/anchorSelect/anchorSelect.nls": [],
1974
+ "vs/editor/contrib/anchorSelect/anchorSelect.nls.keys": [],
1952
1975
  "vs/nls!vs/editor/browser/widget/diffEditorWidget": [],
1953
1976
  "vs/base/browser/ui/sash/sash": [
1954
1977
  "require",
@@ -2099,26 +2122,42 @@
2099
2122
  "vs/platform/theme/common/themeService"
2100
2123
  ],
2101
2124
  "vs/css!vs/editor/browser/widget/media/diffEditor": [],
2102
- "===anonymous6===": [
2125
+ "===anonymous7===": [
2103
2126
  "vs/editor/browser/widget/diffEditorWidget.nls",
2104
2127
  "vs/editor/browser/widget/diffEditorWidget.nls.keys"
2105
2128
  ],
2106
2129
  "vs/editor/browser/widget/diffEditorWidget.nls": [],
2107
2130
  "vs/editor/browser/widget/diffEditorWidget.nls.keys": [],
2108
- "vs/base/common/htmlContent": [
2131
+ "vs/editor/common/view/editorColorRegistry": [
2109
2132
  "require",
2110
2133
  "exports",
2111
- "vs/base/common/errors",
2112
- "vs/base/common/iconLabels"
2134
+ "vs/nls!vs/editor/common/view/editorColorRegistry",
2135
+ "vs/base/common/color",
2136
+ "vs/platform/theme/common/colorRegistry",
2137
+ "vs/platform/theme/common/themeService"
2113
2138
  ],
2114
- "vs/nls!vs/editor/contrib/anchorSelect/anchorSelect": [],
2115
- "vs/css!vs/editor/contrib/anchorSelect/anchorSelect": [],
2116
- "===anonymous7===": [
2117
- "vs/editor/contrib/anchorSelect/anchorSelect.nls",
2118
- "vs/editor/contrib/anchorSelect/anchorSelect.nls.keys"
2139
+ "vs/nls!vs/editor/contrib/bracketMatching/bracketMatching": [],
2140
+ "vs/platform/actions/common/actions": [
2141
+ "require",
2142
+ "exports",
2143
+ "vs/base/common/actions",
2144
+ "vs/base/common/codicons",
2145
+ "vs/base/common/event",
2146
+ "vs/base/common/iterator",
2147
+ "vs/base/common/lifecycle",
2148
+ "vs/base/common/linkedList",
2149
+ "vs/platform/commands/common/commands",
2150
+ "vs/platform/contextkey/common/contextkey",
2151
+ "vs/platform/instantiation/common/instantiation",
2152
+ "vs/platform/theme/common/themeService"
2119
2153
  ],
2120
- "vs/editor/contrib/anchorSelect/anchorSelect.nls": [],
2121
- "vs/editor/contrib/anchorSelect/anchorSelect.nls.keys": [],
2154
+ "vs/css!vs/editor/contrib/bracketMatching/bracketMatching": [],
2155
+ "===anonymous8===": [
2156
+ "vs/editor/contrib/bracketMatching/bracketMatching.nls",
2157
+ "vs/editor/contrib/bracketMatching/bracketMatching.nls.keys"
2158
+ ],
2159
+ "vs/editor/contrib/bracketMatching/bracketMatching.nls": [],
2160
+ "vs/editor/contrib/bracketMatching/bracketMatching.nls.keys": [],
2122
2161
  "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2123
2162
  "vs/base/common/network": [
2124
2163
  "require",
@@ -2194,14 +2233,6 @@
2194
2233
  "require",
2195
2234
  "exports"
2196
2235
  ],
2197
- "vs/editor/common/view/editorColorRegistry": [
2198
- "require",
2199
- "exports",
2200
- "vs/nls!vs/editor/common/view/editorColorRegistry",
2201
- "vs/base/common/color",
2202
- "vs/platform/theme/common/colorRegistry",
2203
- "vs/platform/theme/common/themeService"
2204
- ],
2205
2236
  "vs/editor/common/viewModel/viewModelImpl": [
2206
2237
  "require",
2207
2238
  "exports",
@@ -2260,43 +2291,25 @@
2260
2291
  "vs/editor/browser/editorExtensions"
2261
2292
  ],
2262
2293
  "vs/css!vs/editor/browser/widget/media/editor": [],
2263
- "===anonymous8===": [
2294
+ "===anonymous9===": [
2264
2295
  "vs/editor/browser/widget/codeEditorWidget.nls",
2265
2296
  "vs/editor/browser/widget/codeEditorWidget.nls.keys"
2266
2297
  ],
2267
2298
  "vs/editor/browser/widget/codeEditorWidget.nls": [],
2268
2299
  "vs/editor/browser/widget/codeEditorWidget.nls.keys": [],
2269
- "vs/nls!vs/editor/contrib/bracketMatching/bracketMatching": [],
2270
- "vs/platform/actions/common/actions": [
2300
+ "vs/editor/contrib/caretOperations/moveCaretCommand": [
2271
2301
  "require",
2272
2302
  "exports",
2273
- "vs/base/common/actions",
2274
- "vs/base/common/codicons",
2275
- "vs/base/common/event",
2276
- "vs/base/common/iterator",
2277
- "vs/base/common/lifecycle",
2278
- "vs/base/common/linkedList",
2279
- "vs/platform/commands/common/commands",
2280
- "vs/platform/contextkey/common/contextkey",
2281
- "vs/platform/instantiation/common/instantiation",
2282
- "vs/platform/theme/common/themeService"
2283
- ],
2284
- "vs/css!vs/editor/contrib/bracketMatching/bracketMatching": [],
2285
- "===anonymous9===": [
2286
- "vs/editor/contrib/bracketMatching/bracketMatching.nls",
2287
- "vs/editor/contrib/bracketMatching/bracketMatching.nls.keys"
2288
- ],
2289
- "vs/editor/contrib/bracketMatching/bracketMatching.nls": [],
2290
- "vs/editor/contrib/bracketMatching/bracketMatching.nls.keys": [],
2291
- "vs/base/common/assert": [
2292
- "require",
2293
- "exports"
2303
+ "vs/editor/common/core/range",
2304
+ "vs/editor/common/core/selection"
2294
2305
  ],
2295
- "vs/base/common/objects": [
2296
- "require",
2297
- "exports",
2298
- "vs/base/common/types"
2306
+ "vs/nls!vs/editor/contrib/caretOperations/caretOperations": [],
2307
+ "===anonymous10===": [
2308
+ "vs/editor/contrib/caretOperations/caretOperations.nls",
2309
+ "vs/editor/contrib/caretOperations/caretOperations.nls.keys"
2299
2310
  ],
2311
+ "vs/editor/contrib/caretOperations/caretOperations.nls": [],
2312
+ "vs/editor/contrib/caretOperations/caretOperations.nls.keys": [],
2300
2313
  "vs/editor/common/commands/replaceCommand": [
2301
2314
  "require",
2302
2315
  "exports",
@@ -2312,25 +2325,58 @@
2312
2325
  "vs/editor/common/controller/cursorAtomicMoveOperations"
2313
2326
  ],
2314
2327
  "vs/nls!vs/editor/contrib/caretOperations/transpose": [],
2315
- "===anonymous10===": [
2328
+ "===anonymous11===": [
2316
2329
  "vs/editor/contrib/caretOperations/transpose.nls",
2317
2330
  "vs/editor/contrib/caretOperations/transpose.nls.keys"
2318
2331
  ],
2319
2332
  "vs/editor/contrib/caretOperations/transpose.nls": [],
2320
2333
  "vs/editor/contrib/caretOperations/transpose.nls.keys": [],
2321
- "vs/editor/contrib/caretOperations/moveCaretCommand": [
2334
+ "vs/editor/browser/controller/textAreaInput": [
2322
2335
  "require",
2323
2336
  "exports",
2324
- "vs/editor/common/core/range",
2337
+ "vs/base/browser/browser",
2338
+ "vs/base/browser/dom",
2339
+ "vs/base/common/async",
2340
+ "vs/base/common/event",
2341
+ "vs/base/common/lifecycle",
2342
+ "vs/base/common/mime",
2343
+ "vs/base/common/platform",
2344
+ "vs/base/common/strings",
2345
+ "vs/editor/browser/controller/textAreaState",
2346
+ "vs/editor/common/core/position",
2325
2347
  "vs/editor/common/core/selection"
2326
2348
  ],
2327
- "vs/nls!vs/editor/contrib/caretOperations/caretOperations": [],
2328
- "===anonymous11===": [
2329
- "vs/editor/contrib/caretOperations/caretOperations.nls",
2330
- "vs/editor/contrib/caretOperations/caretOperations.nls.keys"
2349
+ "vs/nls!vs/editor/contrib/clipboard/clipboard": [],
2350
+ "===anonymous12===": [
2351
+ "vs/editor/contrib/clipboard/clipboard.nls",
2352
+ "vs/editor/contrib/clipboard/clipboard.nls.keys"
2353
+ ],
2354
+ "vs/editor/contrib/clipboard/clipboard.nls": [],
2355
+ "vs/editor/contrib/clipboard/clipboard.nls.keys": [],
2356
+ "vs/editor/contrib/codeAction/codeActionCommands": [
2357
+ "require",
2358
+ "exports",
2359
+ "vs/base/common/cancellation",
2360
+ "vs/base/common/lazy",
2361
+ "vs/base/common/lifecycle",
2362
+ "vs/base/common/strings",
2363
+ "vs/editor/browser/editorExtensions",
2364
+ "vs/editor/browser/services/bulkEditService",
2365
+ "vs/editor/common/editorContextKeys",
2366
+ "vs/editor/contrib/codeAction/codeAction",
2367
+ "vs/editor/contrib/codeAction/codeActionUi",
2368
+ "vs/editor/contrib/message/messageController",
2369
+ "vs/nls!vs/editor/contrib/codeAction/codeActionCommands",
2370
+ "vs/platform/commands/common/commands",
2371
+ "vs/platform/contextkey/common/contextkey",
2372
+ "vs/platform/instantiation/common/instantiation",
2373
+ "vs/platform/markers/common/markers",
2374
+ "vs/platform/notification/common/notification",
2375
+ "vs/platform/progress/common/progress",
2376
+ "vs/platform/telemetry/common/telemetry",
2377
+ "vs/editor/contrib/codeAction/codeActionModel",
2378
+ "vs/editor/contrib/codeAction/types"
2331
2379
  ],
2332
- "vs/editor/contrib/caretOperations/caretOperations.nls": [],
2333
- "vs/editor/contrib/caretOperations/caretOperations.nls.keys": [],
2334
2380
  "vs/editor/common/modes/languageFeatureRegistry": [
2335
2381
  "require",
2336
2382
  "exports",
@@ -2379,41 +2425,19 @@
2379
2425
  "vs/css!vs/editor/contrib/codelens/codelensWidget"
2380
2426
  ],
2381
2427
  "vs/nls!vs/editor/contrib/codelens/codelensController": [],
2382
- "===anonymous12===": [
2428
+ "===anonymous13===": [
2383
2429
  "vs/editor/contrib/codelens/codelensController.nls",
2384
2430
  "vs/editor/contrib/codelens/codelensController.nls.keys"
2385
2431
  ],
2386
2432
  "vs/editor/contrib/codelens/codelensController.nls": [],
2387
2433
  "vs/editor/contrib/codelens/codelensController.nls.keys": [],
2388
- "vs/editor/browser/controller/textAreaInput": [
2434
+ "vs/editor/contrib/colorPicker/colorDetector": [
2389
2435
  "require",
2390
2436
  "exports",
2391
- "vs/base/browser/browser",
2392
- "vs/base/browser/dom",
2393
2437
  "vs/base/common/async",
2394
- "vs/base/common/event",
2395
- "vs/base/common/lifecycle",
2396
- "vs/base/common/mime",
2397
- "vs/base/common/platform",
2398
- "vs/base/common/strings",
2399
- "vs/editor/browser/controller/textAreaState",
2400
- "vs/editor/common/core/position",
2401
- "vs/editor/common/core/selection"
2402
- ],
2403
- "vs/nls!vs/editor/contrib/clipboard/clipboard": [],
2404
- "===anonymous13===": [
2405
- "vs/editor/contrib/clipboard/clipboard.nls",
2406
- "vs/editor/contrib/clipboard/clipboard.nls.keys"
2407
- ],
2408
- "vs/editor/contrib/clipboard/clipboard.nls": [],
2409
- "vs/editor/contrib/clipboard/clipboard.nls.keys": [],
2410
- "vs/editor/contrib/colorPicker/colorDetector": [
2411
- "require",
2412
- "exports",
2413
- "vs/base/common/async",
2414
- "vs/base/common/color",
2415
- "vs/base/common/errors",
2416
- "vs/base/common/hash",
2438
+ "vs/base/common/color",
2439
+ "vs/base/common/errors",
2440
+ "vs/base/common/hash",
2417
2441
  "vs/base/common/lifecycle",
2418
2442
  "vs/editor/browser/editorExtensions",
2419
2443
  "vs/editor/browser/services/codeEditorService",
@@ -2423,30 +2447,6 @@
2423
2447
  "vs/editor/contrib/colorPicker/color",
2424
2448
  "vs/platform/configuration/common/configuration"
2425
2449
  ],
2426
- "vs/editor/contrib/codeAction/codeActionCommands": [
2427
- "require",
2428
- "exports",
2429
- "vs/base/common/cancellation",
2430
- "vs/base/common/lazy",
2431
- "vs/base/common/lifecycle",
2432
- "vs/base/common/strings",
2433
- "vs/editor/browser/editorExtensions",
2434
- "vs/editor/browser/services/bulkEditService",
2435
- "vs/editor/common/editorContextKeys",
2436
- "vs/editor/contrib/codeAction/codeAction",
2437
- "vs/editor/contrib/codeAction/codeActionUi",
2438
- "vs/editor/contrib/message/messageController",
2439
- "vs/nls!vs/editor/contrib/codeAction/codeActionCommands",
2440
- "vs/platform/commands/common/commands",
2441
- "vs/platform/contextkey/common/contextkey",
2442
- "vs/platform/instantiation/common/instantiation",
2443
- "vs/platform/markers/common/markers",
2444
- "vs/platform/notification/common/notification",
2445
- "vs/platform/progress/common/progress",
2446
- "vs/platform/telemetry/common/telemetry",
2447
- "vs/editor/contrib/codeAction/codeActionModel",
2448
- "vs/editor/contrib/codeAction/types"
2449
- ],
2450
2450
  "vs/base/browser/ui/actionbar/actionViewItems": [
2451
2451
  "require",
2452
2452
  "exports",
@@ -2502,13 +2502,6 @@
2502
2502
  ],
2503
2503
  "vs/editor/contrib/comment/comment.nls": [],
2504
2504
  "vs/editor/contrib/comment/comment.nls.keys": [],
2505
- "vs/editor/contrib/dnd/dragAndDropCommand": [
2506
- "require",
2507
- "exports",
2508
- "vs/editor/common/core/range",
2509
- "vs/editor/common/core/selection"
2510
- ],
2511
- "vs/css!vs/editor/contrib/dnd/dnd": [],
2512
2505
  "vs/nls!vs/editor/contrib/cursorUndo/cursorUndo": [],
2513
2506
  "===anonymous16===": [
2514
2507
  "vs/editor/contrib/cursorUndo/cursorUndo.nls",
@@ -2516,6 +2509,13 @@
2516
2509
  ],
2517
2510
  "vs/editor/contrib/cursorUndo/cursorUndo.nls": [],
2518
2511
  "vs/editor/contrib/cursorUndo/cursorUndo.nls.keys": [],
2512
+ "vs/editor/contrib/dnd/dragAndDropCommand": [
2513
+ "require",
2514
+ "exports",
2515
+ "vs/editor/common/core/range",
2516
+ "vs/editor/common/core/selection"
2517
+ ],
2518
+ "vs/css!vs/editor/contrib/dnd/dnd": [],
2519
2519
  "vs/editor/contrib/find/findModel": [
2520
2520
  "require",
2521
2521
  "exports",
@@ -2662,12 +2662,109 @@
2662
2662
  "vs/editor/common/modes",
2663
2663
  "vs/editor/common/modes/languageFeatureRegistry"
2664
2664
  ],
2665
- "vs/editor/contrib/gotoSymbol/link/clickLinkGesture": [
2665
+ "vs/editor/contrib/inlineCompletions/consts": [
2666
+ "require",
2667
+ "exports"
2668
+ ],
2669
+ "vs/editor/contrib/inlineCompletions/ghostTextModel": [
2666
2670
  "require",
2667
2671
  "exports",
2668
2672
  "vs/base/common/event",
2669
2673
  "vs/base/common/lifecycle",
2670
- "vs/base/common/platform"
2674
+ "vs/editor/common/core/position",
2675
+ "vs/editor/common/modes",
2676
+ "vs/editor/contrib/inlineCompletions/inlineCompletionsModel",
2677
+ "vs/editor/contrib/inlineCompletions/suggestWidgetPreviewModel",
2678
+ "vs/editor/contrib/inlineCompletions/utils",
2679
+ "vs/platform/commands/common/commands"
2680
+ ],
2681
+ "vs/editor/contrib/inlineCompletions/ghostTextWidget": [
2682
+ "require",
2683
+ "exports",
2684
+ "vs/base/browser/dom",
2685
+ "vs/base/common/color",
2686
+ "vs/base/common/lifecycle",
2687
+ "vs/base/common/strings",
2688
+ "vs/editor/browser/config/configuration",
2689
+ "vs/editor/browser/services/codeEditorService",
2690
+ "vs/editor/common/config/editorOptions",
2691
+ "vs/editor/common/controller/cursorCommon",
2692
+ "vs/editor/common/core/lineTokens",
2693
+ "vs/editor/common/core/position",
2694
+ "vs/editor/common/core/range",
2695
+ "vs/editor/common/core/stringBuilder",
2696
+ "vs/editor/common/view/editorColorRegistry",
2697
+ "vs/editor/common/viewLayout/lineDecorations",
2698
+ "vs/editor/common/viewLayout/viewLineRenderer",
2699
+ "vs/platform/contextkey/common/contextkey",
2700
+ "vs/platform/instantiation/common/instantiation",
2701
+ "vs/platform/theme/common/themeService",
2702
+ "vs/css!vs/editor/contrib/inlineCompletions/ghostText"
2703
+ ],
2704
+ "vs/nls!vs/editor/contrib/inlineCompletions/ghostTextController": [],
2705
+ "===anonymous21===": [
2706
+ "vs/editor/contrib/inlineCompletions/ghostTextController.nls",
2707
+ "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys"
2708
+ ],
2709
+ "vs/editor/contrib/inlineCompletions/ghostTextController.nls": [],
2710
+ "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys": [],
2711
+ "vs/editor/browser/widget/embeddedCodeEditorWidget": [
2712
+ "require",
2713
+ "exports",
2714
+ "vs/base/common/objects",
2715
+ "vs/editor/browser/services/codeEditorService",
2716
+ "vs/editor/browser/widget/codeEditorWidget",
2717
+ "vs/platform/commands/common/commands",
2718
+ "vs/platform/contextkey/common/contextkey",
2719
+ "vs/platform/instantiation/common/instantiation",
2720
+ "vs/platform/notification/common/notification",
2721
+ "vs/platform/theme/common/themeService",
2722
+ "vs/platform/accessibility/common/accessibility"
2723
+ ],
2724
+ "vs/editor/contrib/gotoSymbol/referencesModel": [
2725
+ "require",
2726
+ "exports",
2727
+ "vs/base/common/errors",
2728
+ "vs/base/common/event",
2729
+ "vs/base/common/idGenerator",
2730
+ "vs/base/common/lifecycle",
2731
+ "vs/base/common/map",
2732
+ "vs/base/common/resources",
2733
+ "vs/base/common/strings",
2734
+ "vs/editor/common/core/range",
2735
+ "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel"
2736
+ ],
2737
+ "vs/editor/contrib/gotoSymbol/symbolNavigation": [
2738
+ "require",
2739
+ "exports",
2740
+ "vs/base/common/event",
2741
+ "vs/base/common/lifecycle",
2742
+ "vs/base/common/resources",
2743
+ "vs/editor/browser/editorExtensions",
2744
+ "vs/editor/browser/services/codeEditorService",
2745
+ "vs/editor/common/core/range",
2746
+ "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation",
2747
+ "vs/platform/contextkey/common/contextkey",
2748
+ "vs/platform/instantiation/common/extensions",
2749
+ "vs/platform/instantiation/common/instantiation",
2750
+ "vs/platform/keybinding/common/keybinding",
2751
+ "vs/platform/keybinding/common/keybindingsRegistry",
2752
+ "vs/platform/notification/common/notification"
2753
+ ],
2754
+ "vs/editor/contrib/message/messageController": [
2755
+ "require",
2756
+ "exports",
2757
+ "vs/base/browser/ui/aria/aria",
2758
+ "vs/base/common/async",
2759
+ "vs/base/common/lifecycle",
2760
+ "vs/editor/browser/editorExtensions",
2761
+ "vs/editor/common/core/range",
2762
+ "vs/nls!vs/editor/contrib/message/messageController",
2763
+ "vs/platform/contextkey/common/contextkey",
2764
+ "vs/platform/theme/common/colorRegistry",
2765
+ "vs/platform/theme/common/theme",
2766
+ "vs/platform/theme/common/themeService",
2767
+ "vs/css!vs/editor/contrib/message/messageController"
2671
2768
  ],
2672
2769
  "vs/editor/contrib/peekView/peekView": [
2673
2770
  "require",
@@ -2691,7 +2788,7 @@
2691
2788
  "vs/platform/theme/common/colorRegistry",
2692
2789
  "vs/css!vs/editor/contrib/peekView/media/peekViewWidget"
2693
2790
  ],
2694
- "vs/nls!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
2791
+ "vs/nls!vs/editor/contrib/gotoSymbol/goToCommands": [],
2695
2792
  "vs/editor/contrib/gotoSymbol/goToSymbol": [
2696
2793
  "require",
2697
2794
  "exports",
@@ -2701,8 +2798,22 @@
2701
2798
  "vs/editor/common/modes",
2702
2799
  "vs/editor/contrib/gotoSymbol/referencesModel"
2703
2800
  ],
2801
+ "===anonymous22===": [
2802
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls",
2803
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys"
2804
+ ],
2805
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls": [],
2806
+ "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys": [],
2807
+ "vs/editor/contrib/gotoSymbol/link/clickLinkGesture": [
2808
+ "require",
2809
+ "exports",
2810
+ "vs/base/common/event",
2811
+ "vs/base/common/lifecycle",
2812
+ "vs/base/common/platform"
2813
+ ],
2814
+ "vs/nls!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
2704
2815
  "vs/css!vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition": [],
2705
- "===anonymous21===": [
2816
+ "===anonymous23===": [
2706
2817
  "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls",
2707
2818
  "vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition.nls.keys"
2708
2819
  ],
@@ -2750,77 +2861,12 @@
2750
2861
  "vs/platform/theme/common/themeService",
2751
2862
  "vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget"
2752
2863
  ],
2753
- "===anonymous22===": [
2864
+ "===anonymous24===": [
2754
2865
  "vs/editor/contrib/gotoError/gotoError.nls",
2755
2866
  "vs/editor/contrib/gotoError/gotoError.nls.keys"
2756
2867
  ],
2757
2868
  "vs/editor/contrib/gotoError/gotoError.nls": [],
2758
2869
  "vs/editor/contrib/gotoError/gotoError.nls.keys": [],
2759
- "vs/editor/browser/widget/embeddedCodeEditorWidget": [
2760
- "require",
2761
- "exports",
2762
- "vs/base/common/objects",
2763
- "vs/editor/browser/services/codeEditorService",
2764
- "vs/editor/browser/widget/codeEditorWidget",
2765
- "vs/platform/commands/common/commands",
2766
- "vs/platform/contextkey/common/contextkey",
2767
- "vs/platform/instantiation/common/instantiation",
2768
- "vs/platform/notification/common/notification",
2769
- "vs/platform/theme/common/themeService",
2770
- "vs/platform/accessibility/common/accessibility"
2771
- ],
2772
- "vs/editor/contrib/gotoSymbol/referencesModel": [
2773
- "require",
2774
- "exports",
2775
- "vs/base/common/errors",
2776
- "vs/base/common/event",
2777
- "vs/base/common/idGenerator",
2778
- "vs/base/common/lifecycle",
2779
- "vs/base/common/map",
2780
- "vs/base/common/resources",
2781
- "vs/base/common/strings",
2782
- "vs/editor/common/core/range",
2783
- "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel"
2784
- ],
2785
- "vs/editor/contrib/gotoSymbol/symbolNavigation": [
2786
- "require",
2787
- "exports",
2788
- "vs/base/common/event",
2789
- "vs/base/common/lifecycle",
2790
- "vs/base/common/resources",
2791
- "vs/editor/browser/editorExtensions",
2792
- "vs/editor/browser/services/codeEditorService",
2793
- "vs/editor/common/core/range",
2794
- "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation",
2795
- "vs/platform/contextkey/common/contextkey",
2796
- "vs/platform/instantiation/common/extensions",
2797
- "vs/platform/instantiation/common/instantiation",
2798
- "vs/platform/keybinding/common/keybinding",
2799
- "vs/platform/keybinding/common/keybindingsRegistry",
2800
- "vs/platform/notification/common/notification"
2801
- ],
2802
- "vs/editor/contrib/message/messageController": [
2803
- "require",
2804
- "exports",
2805
- "vs/base/browser/ui/aria/aria",
2806
- "vs/base/common/async",
2807
- "vs/base/common/lifecycle",
2808
- "vs/editor/browser/editorExtensions",
2809
- "vs/editor/common/core/range",
2810
- "vs/nls!vs/editor/contrib/message/messageController",
2811
- "vs/platform/contextkey/common/contextkey",
2812
- "vs/platform/theme/common/colorRegistry",
2813
- "vs/platform/theme/common/theme",
2814
- "vs/platform/theme/common/themeService",
2815
- "vs/css!vs/editor/contrib/message/messageController"
2816
- ],
2817
- "vs/nls!vs/editor/contrib/gotoSymbol/goToCommands": [],
2818
- "===anonymous23===": [
2819
- "vs/editor/contrib/gotoSymbol/goToCommands.nls",
2820
- "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys"
2821
- ],
2822
- "vs/editor/contrib/gotoSymbol/goToCommands.nls": [],
2823
- "vs/editor/contrib/gotoSymbol/goToCommands.nls.keys": [],
2824
2870
  "vs/editor/contrib/hover/modesContentHover": [
2825
2871
  "require",
2826
2872
  "exports",
@@ -2856,183 +2902,55 @@
2856
2902
  "vs/base/browser/ui/hover/hoverWidget"
2857
2903
  ],
2858
2904
  "vs/nls!vs/editor/contrib/hover/hover": [],
2859
- "===anonymous24===": [
2905
+ "===anonymous25===": [
2860
2906
  "vs/editor/contrib/hover/hover.nls",
2861
2907
  "vs/editor/contrib/hover/hover.nls.keys"
2862
2908
  ],
2863
2909
  "vs/editor/contrib/hover/hover.nls": [],
2864
2910
  "vs/editor/contrib/hover/hover.nls.keys": [],
2865
- "vs/editor/contrib/inlineCompletions/consts": [
2866
- "require",
2867
- "exports"
2868
- ],
2869
- "vs/editor/contrib/inlineCompletions/ghostTextModel": [
2870
- "require",
2871
- "exports",
2872
- "vs/base/common/event",
2873
- "vs/base/common/lifecycle",
2874
- "vs/editor/common/core/position",
2875
- "vs/editor/common/modes",
2876
- "vs/editor/contrib/inlineCompletions/inlineCompletionsModel",
2877
- "vs/editor/contrib/inlineCompletions/suggestWidgetPreviewModel",
2878
- "vs/editor/contrib/inlineCompletions/utils",
2879
- "vs/platform/commands/common/commands"
2880
- ],
2881
- "vs/editor/contrib/inlineCompletions/ghostTextWidget": [
2882
- "require",
2883
- "exports",
2884
- "vs/base/browser/dom",
2885
- "vs/base/common/color",
2886
- "vs/base/common/lifecycle",
2887
- "vs/base/common/strings",
2888
- "vs/editor/browser/config/configuration",
2889
- "vs/editor/browser/services/codeEditorService",
2890
- "vs/editor/common/config/editorOptions",
2891
- "vs/editor/common/controller/cursorCommon",
2892
- "vs/editor/common/core/lineTokens",
2893
- "vs/editor/common/core/position",
2894
- "vs/editor/common/core/range",
2895
- "vs/editor/common/core/stringBuilder",
2896
- "vs/editor/common/view/editorColorRegistry",
2897
- "vs/editor/common/viewLayout/lineDecorations",
2898
- "vs/editor/common/viewLayout/viewLineRenderer",
2899
- "vs/platform/contextkey/common/contextkey",
2900
- "vs/platform/instantiation/common/instantiation",
2901
- "vs/platform/theme/common/themeService",
2902
- "vs/css!vs/editor/contrib/inlineCompletions/ghostText"
2903
- ],
2904
- "vs/nls!vs/editor/contrib/inlineCompletions/ghostTextController": [],
2905
- "===anonymous25===": [
2906
- "vs/editor/contrib/inlineCompletions/ghostTextController.nls",
2907
- "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys"
2908
- ],
2909
- "vs/editor/contrib/inlineCompletions/ghostTextController.nls": [],
2910
- "vs/editor/contrib/inlineCompletions/ghostTextController.nls.keys": [],
2911
2911
  "vs/editor/common/commands/shiftCommand": [
2912
2912
  "require",
2913
2913
  "exports",
2914
2914
  "vs/base/common/strings",
2915
- "vs/editor/common/controller/cursorCommon",
2916
- "vs/editor/common/core/range",
2917
- "vs/editor/common/core/selection",
2918
- "vs/editor/common/modes/languageConfigurationRegistry"
2919
- ],
2920
- "vs/editor/common/core/editOperation": [
2921
- "require",
2922
- "exports",
2923
- "vs/editor/common/core/range"
2924
- ],
2925
- "vs/editor/contrib/indentation/indentUtils": [
2926
- "require",
2927
- "exports"
2928
- ],
2929
- "vs/nls!vs/editor/contrib/indentation/indentation": [],
2930
- "===anonymous26===": [
2931
- "vs/editor/contrib/indentation/indentation.nls",
2932
- "vs/editor/contrib/indentation/indentation.nls.keys"
2933
- ],
2934
- "vs/editor/contrib/indentation/indentation.nls": [],
2935
- "vs/editor/contrib/indentation/indentation.nls.keys": [],
2936
- "vs/nls!vs/editor/contrib/inPlaceReplace/inPlaceReplace": [],
2937
- "vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand": [
2938
- "require",
2939
- "exports",
2940
- "vs/editor/common/core/selection"
2941
- ],
2942
- "===anonymous27===": [
2943
- "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls",
2944
- "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys"
2945
- ],
2946
- "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls": [],
2947
- "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys": [],
2948
- "vs/base/common/map": [
2949
- "require",
2950
- "exports",
2951
- "vs/base/common/strings",
2952
- "vs/base/common/uri"
2953
- ],
2954
- "vs/base/common/resources": [
2955
- "require",
2956
- "exports",
2957
- "vs/base/common/extpath",
2958
- "vs/base/common/network",
2959
- "vs/base/common/path",
2960
- "vs/base/common/strings",
2961
- "vs/base/common/uri"
2962
- ],
2963
- "vs/editor/contrib/links/getLinks": [
2964
- "require",
2965
- "exports",
2966
- "vs/base/common/arrays",
2967
- "vs/base/common/cancellation",
2968
- "vs/base/common/errors",
2969
- "vs/base/common/lifecycle",
2970
- "vs/base/common/types",
2971
- "vs/base/common/uri",
2972
- "vs/editor/common/core/range",
2973
- "vs/editor/common/modes",
2974
- "vs/editor/common/services/modelService",
2975
- "vs/platform/commands/common/commands"
2976
- ],
2977
- "vs/nls!vs/editor/contrib/links/links": [],
2978
- "vs/css!vs/editor/contrib/links/links": [],
2979
- "===anonymous28===": [
2980
- "vs/editor/contrib/links/links.nls",
2981
- "vs/editor/contrib/links/links.nls.keys"
2982
- ],
2983
- "vs/editor/contrib/links/links.nls": [],
2984
- "vs/editor/contrib/links/links.nls.keys": [],
2985
- "vs/nls!vs/editor/contrib/linkedEditing/linkedEditing": [],
2986
- "===anonymous29===": [
2987
- "vs/editor/contrib/linkedEditing/linkedEditing.nls",
2988
- "vs/editor/contrib/linkedEditing/linkedEditing.nls.keys"
2915
+ "vs/editor/common/controller/cursorCommon",
2916
+ "vs/editor/common/core/range",
2917
+ "vs/editor/common/core/selection",
2918
+ "vs/editor/common/modes/languageConfigurationRegistry"
2989
2919
  ],
2990
- "vs/editor/contrib/linkedEditing/linkedEditing.nls": [],
2991
- "vs/editor/contrib/linkedEditing/linkedEditing.nls.keys": [],
2992
- "vs/editor/contrib/parameterHints/provideSignatureHelp": [
2920
+ "vs/editor/common/core/editOperation": [
2993
2921
  "require",
2994
2922
  "exports",
2995
- "vs/base/common/cancellation",
2996
- "vs/base/common/errors",
2997
- "vs/base/common/types",
2998
- "vs/base/common/uri",
2999
- "vs/editor/common/core/position",
3000
- "vs/editor/common/modes",
3001
- "vs/editor/common/services/resolverService",
3002
- "vs/platform/commands/common/commands",
3003
- "vs/platform/contextkey/common/contextkey"
2923
+ "vs/editor/common/core/range"
3004
2924
  ],
3005
- "vs/nls!vs/editor/contrib/parameterHints/parameterHints": [],
3006
- "vs/editor/contrib/parameterHints/parameterHintsWidget": [
2925
+ "vs/editor/contrib/indentation/indentUtils": [
2926
+ "require",
2927
+ "exports"
2928
+ ],
2929
+ "vs/nls!vs/editor/contrib/indentation/indentation": [],
2930
+ "===anonymous26===": [
2931
+ "vs/editor/contrib/indentation/indentation.nls",
2932
+ "vs/editor/contrib/indentation/indentation.nls.keys"
2933
+ ],
2934
+ "vs/editor/contrib/indentation/indentation.nls": [],
2935
+ "vs/editor/contrib/indentation/indentation.nls.keys": [],
2936
+ "vs/base/common/map": [
3007
2937
  "require",
3008
2938
  "exports",
3009
- "vs/base/browser/dom",
3010
- "vs/base/browser/ui/aria/aria",
3011
- "vs/base/browser/ui/scrollbar/scrollableElement",
3012
- "vs/base/common/codicons",
3013
- "vs/base/common/event",
3014
- "vs/base/common/lifecycle",
3015
2939
  "vs/base/common/strings",
3016
- "vs/base/common/types",
3017
- "vs/editor/browser/core/markdownRenderer",
3018
- "vs/editor/common/services/modeService",
3019
- "vs/editor/contrib/parameterHints/parameterHintsModel",
3020
- "vs/editor/contrib/parameterHints/provideSignatureHelp",
3021
- "vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget",
3022
- "vs/platform/contextkey/common/contextkey",
3023
- "vs/platform/opener/common/opener",
3024
- "vs/platform/theme/common/colorRegistry",
3025
- "vs/platform/theme/common/iconRegistry",
3026
- "vs/platform/theme/common/theme",
3027
- "vs/platform/theme/common/themeService",
3028
- "vs/css!vs/editor/contrib/parameterHints/parameterHints"
2940
+ "vs/base/common/uri"
3029
2941
  ],
3030
- "===anonymous30===": [
3031
- "vs/editor/contrib/parameterHints/parameterHints.nls",
3032
- "vs/editor/contrib/parameterHints/parameterHints.nls.keys"
2942
+ "vs/nls!vs/editor/contrib/inPlaceReplace/inPlaceReplace": [],
2943
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand": [
2944
+ "require",
2945
+ "exports",
2946
+ "vs/editor/common/core/selection"
3033
2947
  ],
3034
- "vs/editor/contrib/parameterHints/parameterHints.nls": [],
3035
- "vs/editor/contrib/parameterHints/parameterHints.nls.keys": [],
2948
+ "===anonymous27===": [
2949
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls",
2950
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys"
2951
+ ],
2952
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls": [],
2953
+ "vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys": [],
3036
2954
  "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3037
2955
  "require",
3038
2956
  "exports",
@@ -3064,32 +2982,57 @@
3064
2982
  "vs/editor/common/core/range"
3065
2983
  ],
3066
2984
  "vs/nls!vs/editor/contrib/linesOperations/linesOperations": [],
3067
- "===anonymous31===": [
2985
+ "===anonymous28===": [
3068
2986
  "vs/editor/contrib/linesOperations/linesOperations.nls",
3069
2987
  "vs/editor/contrib/linesOperations/linesOperations.nls.keys"
3070
2988
  ],
3071
2989
  "vs/editor/contrib/linesOperations/linesOperations.nls": [],
3072
2990
  "vs/editor/contrib/linesOperations/linesOperations.nls.keys": [],
3073
- "vs/editor/contrib/smartSelect/bracketSelections": [
2991
+ "vs/base/common/resources": [
3074
2992
  "require",
3075
2993
  "exports",
3076
- "vs/base/common/linkedList",
3077
- "vs/editor/common/core/position",
3078
- "vs/editor/common/core/range"
2994
+ "vs/base/common/extpath",
2995
+ "vs/base/common/network",
2996
+ "vs/base/common/path",
2997
+ "vs/base/common/strings",
2998
+ "vs/base/common/uri"
3079
2999
  ],
3080
- "vs/editor/contrib/smartSelect/wordSelections": [
3000
+ "vs/editor/contrib/links/getLinks": [
3081
3001
  "require",
3082
3002
  "exports",
3083
- "vs/base/common/strings",
3084
- "vs/editor/common/core/range"
3003
+ "vs/base/common/arrays",
3004
+ "vs/base/common/cancellation",
3005
+ "vs/base/common/errors",
3006
+ "vs/base/common/lifecycle",
3007
+ "vs/base/common/types",
3008
+ "vs/base/common/uri",
3009
+ "vs/editor/common/core/range",
3010
+ "vs/editor/common/modes",
3011
+ "vs/editor/common/services/modelService",
3012
+ "vs/platform/commands/common/commands"
3085
3013
  ],
3086
- "vs/nls!vs/editor/contrib/smartSelect/smartSelect": [],
3087
- "===anonymous32===": [
3088
- "vs/editor/contrib/smartSelect/smartSelect.nls",
3089
- "vs/editor/contrib/smartSelect/smartSelect.nls.keys"
3014
+ "vs/nls!vs/editor/contrib/links/links": [],
3015
+ "vs/css!vs/editor/contrib/links/links": [],
3016
+ "===anonymous29===": [
3017
+ "vs/editor/contrib/links/links.nls",
3018
+ "vs/editor/contrib/links/links.nls.keys"
3090
3019
  ],
3091
- "vs/editor/contrib/smartSelect/smartSelect.nls": [],
3092
- "vs/editor/contrib/smartSelect/smartSelect.nls.keys": [],
3020
+ "vs/editor/contrib/links/links.nls": [],
3021
+ "vs/editor/contrib/links/links.nls.keys": [],
3022
+ "vs/nls!vs/editor/contrib/linkedEditing/linkedEditing": [],
3023
+ "===anonymous30===": [
3024
+ "vs/editor/contrib/linkedEditing/linkedEditing.nls",
3025
+ "vs/editor/contrib/linkedEditing/linkedEditing.nls.keys"
3026
+ ],
3027
+ "vs/editor/contrib/linkedEditing/linkedEditing.nls": [],
3028
+ "vs/editor/contrib/linkedEditing/linkedEditing.nls.keys": [],
3029
+ "vs/nls!vs/editor/contrib/multicursor/multicursor": [],
3030
+ "===anonymous31===": [
3031
+ "vs/editor/contrib/multicursor/multicursor.nls",
3032
+ "vs/editor/contrib/multicursor/multicursor.nls.keys"
3033
+ ],
3034
+ "vs/editor/contrib/multicursor/multicursor.nls": [],
3035
+ "vs/editor/contrib/multicursor/multicursor.nls.keys": [],
3093
3036
  "vs/editor/browser/services/bulkEditService": [
3094
3037
  "require",
3095
3038
  "exports",
@@ -3131,19 +3074,76 @@
3131
3074
  "vs/platform/theme/common/themeService",
3132
3075
  "vs/css!vs/editor/contrib/rename/renameInputField"
3133
3076
  ],
3134
- "===anonymous33===": [
3077
+ "===anonymous32===": [
3135
3078
  "vs/editor/contrib/rename/rename.nls",
3136
3079
  "vs/editor/contrib/rename/rename.nls.keys"
3137
3080
  ],
3138
3081
  "vs/editor/contrib/rename/rename.nls": [],
3139
3082
  "vs/editor/contrib/rename/rename.nls.keys": [],
3140
- "vs/nls!vs/editor/contrib/multicursor/multicursor": [],
3083
+ "vs/editor/contrib/smartSelect/bracketSelections": [
3084
+ "require",
3085
+ "exports",
3086
+ "vs/base/common/linkedList",
3087
+ "vs/editor/common/core/position",
3088
+ "vs/editor/common/core/range"
3089
+ ],
3090
+ "vs/editor/contrib/smartSelect/wordSelections": [
3091
+ "require",
3092
+ "exports",
3093
+ "vs/base/common/strings",
3094
+ "vs/editor/common/core/range"
3095
+ ],
3096
+ "vs/nls!vs/editor/contrib/smartSelect/smartSelect": [],
3097
+ "===anonymous33===": [
3098
+ "vs/editor/contrib/smartSelect/smartSelect.nls",
3099
+ "vs/editor/contrib/smartSelect/smartSelect.nls.keys"
3100
+ ],
3101
+ "vs/editor/contrib/smartSelect/smartSelect.nls": [],
3102
+ "vs/editor/contrib/smartSelect/smartSelect.nls.keys": [],
3103
+ "vs/editor/contrib/parameterHints/provideSignatureHelp": [
3104
+ "require",
3105
+ "exports",
3106
+ "vs/base/common/cancellation",
3107
+ "vs/base/common/errors",
3108
+ "vs/base/common/types",
3109
+ "vs/base/common/uri",
3110
+ "vs/editor/common/core/position",
3111
+ "vs/editor/common/modes",
3112
+ "vs/editor/common/services/resolverService",
3113
+ "vs/platform/commands/common/commands",
3114
+ "vs/platform/contextkey/common/contextkey"
3115
+ ],
3116
+ "vs/nls!vs/editor/contrib/parameterHints/parameterHints": [],
3117
+ "vs/editor/contrib/parameterHints/parameterHintsWidget": [
3118
+ "require",
3119
+ "exports",
3120
+ "vs/base/browser/dom",
3121
+ "vs/base/browser/ui/aria/aria",
3122
+ "vs/base/browser/ui/scrollbar/scrollableElement",
3123
+ "vs/base/common/codicons",
3124
+ "vs/base/common/event",
3125
+ "vs/base/common/lifecycle",
3126
+ "vs/base/common/strings",
3127
+ "vs/base/common/types",
3128
+ "vs/editor/browser/core/markdownRenderer",
3129
+ "vs/editor/common/services/modeService",
3130
+ "vs/editor/contrib/parameterHints/parameterHintsModel",
3131
+ "vs/editor/contrib/parameterHints/provideSignatureHelp",
3132
+ "vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget",
3133
+ "vs/platform/contextkey/common/contextkey",
3134
+ "vs/platform/opener/common/opener",
3135
+ "vs/platform/theme/common/colorRegistry",
3136
+ "vs/platform/theme/common/iconRegistry",
3137
+ "vs/platform/theme/common/theme",
3138
+ "vs/platform/theme/common/themeService",
3139
+ "vs/css!vs/editor/contrib/parameterHints/parameterHints"
3140
+ ],
3141
3141
  "===anonymous34===": [
3142
- "vs/editor/contrib/multicursor/multicursor.nls",
3143
- "vs/editor/contrib/multicursor/multicursor.nls.keys"
3142
+ "vs/editor/contrib/parameterHints/parameterHints.nls",
3143
+ "vs/editor/contrib/parameterHints/parameterHints.nls.keys"
3144
3144
  ],
3145
- "vs/editor/contrib/multicursor/multicursor.nls": [],
3146
- "vs/editor/contrib/multicursor/multicursor.nls.keys": [],
3145
+ "vs/editor/contrib/parameterHints/parameterHints.nls": [],
3146
+ "vs/editor/contrib/parameterHints/parameterHints.nls.keys": [],
3147
3147
  "vs/editor/contrib/suggest/suggest": [
3148
3148
  "require",
3149
3149
  "exports",
@@ -3373,15 +3373,6 @@
3373
3373
  ],
3374
3374
  "vs/editor/contrib/wordHighlighter/wordHighlighter.nls": [],
3375
3375
  "vs/editor/contrib/wordHighlighter/wordHighlighter.nls.keys": [],
3376
- "vs/nls!vs/editor/common/standaloneStrings": [],
3377
- "===anonymous41===": [
3378
- "vs/editor/common/standaloneStrings.nls",
3379
- "vs/editor/common/standaloneStrings.nls.keys"
3380
- ],
3381
- "vs/editor/common/standaloneStrings.nls": [],
3382
- "vs/editor/common/standaloneStrings.nls.keys": [],
3383
- "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
3384
- "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
3385
3376
  "vs/editor/common/controller/wordCharacterClassifier": [
3386
3377
  "require",
3387
3378
  "exports",
@@ -3395,12 +3386,21 @@
3395
3386
  "vs/nls!vs/platform/contextkey/common/contextkeys",
3396
3387
  "vs/platform/contextkey/common/contextkey"
3397
3388
  ],
3398
- "===anonymous42===": [
3389
+ "===anonymous41===": [
3399
3390
  "vs/editor/contrib/wordOperations/wordOperations.nls",
3400
3391
  "vs/editor/contrib/wordOperations/wordOperations.nls.keys"
3401
3392
  ],
3402
3393
  "vs/editor/contrib/wordOperations/wordOperations.nls": [],
3403
3394
  "vs/editor/contrib/wordOperations/wordOperations.nls.keys": [],
3395
+ "vs/nls!vs/editor/common/standaloneStrings": [],
3396
+ "===anonymous42===": [
3397
+ "vs/editor/common/standaloneStrings.nls",
3398
+ "vs/editor/common/standaloneStrings.nls.keys"
3399
+ ],
3400
+ "vs/editor/common/standaloneStrings.nls": [],
3401
+ "vs/editor/common/standaloneStrings.nls.keys": [],
3402
+ "vs/css!vs/base/browser/ui/codicons/codicon/codicon": [],
3403
+ "vs/css!vs/base/browser/ui/codicons/codicon/codicon-modifiers": [],
3404
3404
  "vs/base/browser/canIUse": [
3405
3405
  "require",
3406
3406
  "exports",
@@ -3417,73 +3417,33 @@
3417
3417
  "vs/base/browser/mouseEvent": [
3418
3418
  "require",
3419
3419
  "exports",
3420
- "vs/base/browser/browser",
3421
- "vs/base/browser/iframe",
3422
- "vs/base/common/platform"
3423
- ],
3424
- "vs/base/browser/touch": [
3425
- "require",
3426
- "exports",
3427
- "vs/base/browser/dom",
3428
- "vs/base/common/arrays",
3429
- "vs/base/common/decorators",
3430
- "vs/base/common/lifecycle"
3431
- ],
3432
- "vs/nls!vs/editor/common/editorContextKeys": [],
3433
- "===anonymous43===": [
3434
- "vs/editor/common/editorContextKeys.nls",
3435
- "vs/editor/common/editorContextKeys.nls.keys"
3436
- ],
3437
- "vs/editor/common/editorContextKeys.nls": [],
3438
- "vs/editor/common/editorContextKeys.nls.keys": [],
3439
- "vs/css!vs/base/browser/ui/aria/aria": [],
3440
- "vs/nls!vs/editor/browser/editorExtensions": [],
3441
- "===anonymous44===": [
3442
- "vs/editor/browser/editorExtensions.nls",
3443
- "vs/editor/browser/editorExtensions.nls.keys"
3444
- ],
3445
- "vs/editor/browser/editorExtensions.nls": [],
3446
- "vs/editor/browser/editorExtensions.nls.keys": [],
3447
- "vs/editor/common/modes/tokenizationRegistry": [
3448
- "require",
3449
- "exports",
3450
- "vs/base/common/event",
3451
- "vs/base/common/lifecycle"
3452
- ],
3453
- "vs/nls!vs/platform/quickinput/browser/helpQuickAccess": [],
3454
- "===anonymous45===": [
3455
- "vs/platform/quickinput/browser/helpQuickAccess.nls",
3456
- "vs/platform/quickinput/browser/helpQuickAccess.nls.keys"
3457
- ],
3458
- "vs/platform/quickinput/browser/helpQuickAccess.nls": [],
3459
- "vs/platform/quickinput/browser/helpQuickAccess.nls.keys": [],
3460
- "vs/base/common/iconLabels": [
3461
- "require",
3462
- "exports",
3463
- "vs/base/common/codicons",
3464
- "vs/base/common/filters",
3465
- "vs/base/common/strings"
3420
+ "vs/base/browser/browser",
3421
+ "vs/base/browser/iframe",
3422
+ "vs/base/common/platform"
3466
3423
  ],
3467
- "vs/platform/quickinput/browser/commandsQuickAccess": [
3424
+ "vs/css!vs/base/browser/ui/aria/aria": [],
3425
+ "vs/base/browser/touch": [
3468
3426
  "require",
3469
3427
  "exports",
3470
- "vs/base/common/errorMessage",
3471
- "vs/base/common/errors",
3472
- "vs/base/common/filters",
3473
- "vs/base/common/lifecycle",
3474
- "vs/base/common/map",
3475
- "vs/base/common/severity",
3476
- "vs/base/common/types",
3477
- "vs/nls!vs/platform/quickinput/browser/commandsQuickAccess",
3478
- "vs/platform/commands/common/commands",
3479
- "vs/platform/configuration/common/configuration",
3480
- "vs/platform/dialogs/common/dialogs",
3481
- "vs/platform/instantiation/common/instantiation",
3482
- "vs/platform/keybinding/common/keybinding",
3483
- "vs/platform/quickinput/browser/pickerQuickAccess",
3484
- "vs/platform/storage/common/storage",
3485
- "vs/platform/telemetry/common/telemetry"
3428
+ "vs/base/browser/dom",
3429
+ "vs/base/common/arrays",
3430
+ "vs/base/common/decorators",
3431
+ "vs/base/common/lifecycle"
3432
+ ],
3433
+ "vs/nls!vs/editor/browser/editorExtensions": [],
3434
+ "===anonymous43===": [
3435
+ "vs/editor/browser/editorExtensions.nls",
3436
+ "vs/editor/browser/editorExtensions.nls.keys"
3437
+ ],
3438
+ "vs/editor/browser/editorExtensions.nls": [],
3439
+ "vs/editor/browser/editorExtensions.nls.keys": [],
3440
+ "vs/nls!vs/editor/common/editorContextKeys": [],
3441
+ "===anonymous44===": [
3442
+ "vs/editor/common/editorContextKeys.nls",
3443
+ "vs/editor/common/editorContextKeys.nls.keys"
3486
3444
  ],
3445
+ "vs/editor/common/editorContextKeys.nls": [],
3446
+ "vs/editor/common/editorContextKeys.nls.keys": [],
3487
3447
  "vs/nls!vs/platform/theme/common/colorRegistry": [],
3488
3448
  "vs/platform/jsonschemas/common/jsonContributionRegistry": [
3489
3449
  "require",
@@ -3491,12 +3451,25 @@
3491
3451
  "vs/base/common/event",
3492
3452
  "vs/platform/registry/common/platform"
3493
3453
  ],
3494
- "===anonymous46===": [
3454
+ "===anonymous45===": [
3495
3455
  "vs/platform/theme/common/colorRegistry.nls",
3496
3456
  "vs/platform/theme/common/colorRegistry.nls.keys"
3497
3457
  ],
3498
3458
  "vs/platform/theme/common/colorRegistry.nls": [],
3499
3459
  "vs/platform/theme/common/colorRegistry.nls.keys": [],
3460
+ "vs/editor/common/modes/tokenizationRegistry": [
3461
+ "require",
3462
+ "exports",
3463
+ "vs/base/common/event",
3464
+ "vs/base/common/lifecycle"
3465
+ ],
3466
+ "vs/nls!vs/platform/quickinput/browser/helpQuickAccess": [],
3467
+ "===anonymous46===": [
3468
+ "vs/platform/quickinput/browser/helpQuickAccess.nls",
3469
+ "vs/platform/quickinput/browser/helpQuickAccess.nls.keys"
3470
+ ],
3471
+ "vs/platform/quickinput/browser/helpQuickAccess.nls": [],
3472
+ "vs/platform/quickinput/browser/helpQuickAccess.nls.keys": [],
3500
3473
  "vs/editor/contrib/quickAccess/editorNavigationQuickAccess": [
3501
3474
  "require",
3502
3475
  "exports",
@@ -3519,6 +3492,13 @@
3519
3492
  "require",
3520
3493
  "exports"
3521
3494
  ],
3495
+ "vs/nls!vs/editor/contrib/symbolIcons/symbolIcons": [],
3496
+ "===anonymous48===": [
3497
+ "vs/editor/contrib/symbolIcons/symbolIcons.nls",
3498
+ "vs/editor/contrib/symbolIcons/symbolIcons.nls.keys"
3499
+ ],
3500
+ "vs/editor/contrib/symbolIcons/symbolIcons.nls": [],
3501
+ "vs/editor/contrib/symbolIcons/symbolIcons.nls.keys": [],
3522
3502
  "vs/base/common/fuzzyScorer": [
3523
3503
  "require",
3524
3504
  "exports",
@@ -3528,12 +3508,39 @@
3528
3508
  "vs/base/common/strings"
3529
3509
  ],
3530
3510
  "vs/nls!vs/editor/contrib/quickAccess/gotoSymbolQuickAccess": [],
3531
- "===anonymous48===": [
3511
+ "===anonymous49===": [
3532
3512
  "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess.nls",
3533
3513
  "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess.nls.keys"
3534
3514
  ],
3535
3515
  "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess.nls": [],
3536
3516
  "vs/editor/contrib/quickAccess/gotoSymbolQuickAccess.nls.keys": [],
3517
+ "vs/base/common/iconLabels": [
3518
+ "require",
3519
+ "exports",
3520
+ "vs/base/common/codicons",
3521
+ "vs/base/common/filters",
3522
+ "vs/base/common/strings"
3523
+ ],
3524
+ "vs/platform/quickinput/browser/commandsQuickAccess": [
3525
+ "require",
3526
+ "exports",
3527
+ "vs/base/common/errorMessage",
3528
+ "vs/base/common/errors",
3529
+ "vs/base/common/filters",
3530
+ "vs/base/common/lifecycle",
3531
+ "vs/base/common/map",
3532
+ "vs/base/common/severity",
3533
+ "vs/base/common/types",
3534
+ "vs/nls!vs/platform/quickinput/browser/commandsQuickAccess",
3535
+ "vs/platform/commands/common/commands",
3536
+ "vs/platform/configuration/common/configuration",
3537
+ "vs/platform/dialogs/common/dialogs",
3538
+ "vs/platform/instantiation/common/instantiation",
3539
+ "vs/platform/keybinding/common/keybinding",
3540
+ "vs/platform/quickinput/browser/pickerQuickAccess",
3541
+ "vs/platform/storage/common/storage",
3542
+ "vs/platform/telemetry/common/telemetry"
3543
+ ],
3537
3544
  "vs/nls!vs/editor/contrib/gotoSymbol/peek/referencesController": [],
3538
3545
  "vs/platform/list/browser/listService": [
3539
3546
  "require",
@@ -3586,7 +3593,7 @@
3586
3593
  "vs/editor/contrib/gotoSymbol/referencesModel",
3587
3594
  "vs/css!vs/editor/contrib/gotoSymbol/peek/referencesWidget"
3588
3595
  ],
3589
- "===anonymous49===": [
3596
+ "===anonymous50===": [
3590
3597
  "vs/editor/contrib/gotoSymbol/peek/referencesController.nls",
3591
3598
  "vs/editor/contrib/gotoSymbol/peek/referencesController.nls.keys"
3592
3599
  ],
@@ -3605,37 +3612,68 @@
3605
3612
  "vs/base/common/lifecycle",
3606
3613
  "vs/base/common/types"
3607
3614
  ],
3608
- "vs/nls!vs/editor/contrib/symbolIcons/symbolIcons": [],
3609
- "===anonymous50===": [
3610
- "vs/editor/contrib/symbolIcons/symbolIcons.nls",
3611
- "vs/editor/contrib/symbolIcons/symbolIcons.nls.keys"
3615
+ "vs/base/common/process": [
3616
+ "require",
3617
+ "exports",
3618
+ "vs/base/common/platform"
3612
3619
  ],
3613
- "vs/editor/contrib/symbolIcons/symbolIcons.nls": [],
3614
- "vs/editor/contrib/symbolIcons/symbolIcons.nls.keys": [],
3615
3620
  "vs/base/common/uint": [
3616
3621
  "require",
3617
3622
  "exports"
3618
3623
  ],
3619
- "vs/base/common/process": [
3624
+ "vs/editor/common/modes/languageConfiguration": [
3625
+ "require",
3626
+ "exports"
3627
+ ],
3628
+ "vs/editor/common/modes/supports": [
3629
+ "require",
3630
+ "exports"
3631
+ ],
3632
+ "vs/editor/common/modes/supports/characterPair": [
3620
3633
  "require",
3621
3634
  "exports",
3622
- "vs/base/common/platform"
3635
+ "vs/editor/common/modes/languageConfiguration"
3623
3636
  ],
3624
- "vs/base/common/marshalling": [
3637
+ "vs/editor/common/modes/supports/electricCharacter": [
3625
3638
  "require",
3626
3639
  "exports",
3627
- "vs/base/common/buffer",
3628
- "vs/base/common/uri"
3640
+ "vs/editor/common/modes/supports",
3641
+ "vs/editor/common/modes/supports/richEditBrackets"
3629
3642
  ],
3630
- "vs/platform/editor/common/editor": [
3643
+ "vs/editor/common/modes/supports/indentRules": [
3631
3644
  "require",
3632
3645
  "exports"
3633
3646
  ],
3634
- "vs/editor/common/core/lineTokens": [
3647
+ "vs/editor/common/modes/supports/onEnter": [
3635
3648
  "require",
3636
3649
  "exports",
3637
- "vs/editor/common/modes"
3650
+ "vs/base/common/errors",
3651
+ "vs/base/common/strings",
3652
+ "vs/editor/common/modes/languageConfiguration"
3653
+ ],
3654
+ "vs/editor/common/modes/supports/richEditBrackets": [
3655
+ "require",
3656
+ "exports",
3657
+ "vs/base/common/strings",
3658
+ "vs/editor/common/core/stringBuilder",
3659
+ "vs/editor/common/core/range"
3660
+ ],
3661
+ "vs/nls!vs/editor/common/modes/modesRegistry": [],
3662
+ "vs/base/common/mime": [
3663
+ "require",
3664
+ "exports",
3665
+ "vs/base/common/glob",
3666
+ "vs/base/common/network",
3667
+ "vs/base/common/path",
3668
+ "vs/base/common/resources",
3669
+ "vs/base/common/strings"
3670
+ ],
3671
+ "===anonymous51===": [
3672
+ "vs/editor/common/modes/modesRegistry.nls",
3673
+ "vs/editor/common/modes/modesRegistry.nls.keys"
3638
3674
  ],
3675
+ "vs/editor/common/modes/modesRegistry.nls": [],
3676
+ "vs/editor/common/modes/modesRegistry.nls.keys": [],
3639
3677
  "vs/editor/common/services/editorWorkerServiceImpl": [
3640
3678
  "require",
3641
3679
  "exports",
@@ -3847,14 +3885,24 @@
3847
3885
  "vs/base/common/functional",
3848
3886
  "vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput"
3849
3887
  ],
3850
- "vs/base/common/mime": [
3888
+ "vs/editor/standalone/common/monarch/monarchCommon": [
3889
+ "require",
3890
+ "exports"
3891
+ ],
3892
+ "vs/base/common/marshalling": [
3851
3893
  "require",
3852
3894
  "exports",
3853
- "vs/base/common/glob",
3854
- "vs/base/common/network",
3855
- "vs/base/common/path",
3856
- "vs/base/common/resources",
3857
- "vs/base/common/strings"
3895
+ "vs/base/common/buffer",
3896
+ "vs/base/common/uri"
3897
+ ],
3898
+ "vs/platform/editor/common/editor": [
3899
+ "require",
3900
+ "exports"
3901
+ ],
3902
+ "vs/editor/common/core/lineTokens": [
3903
+ "require",
3904
+ "exports",
3905
+ "vs/editor/common/modes"
3858
3906
  ],
3859
3907
  "vs/platform/configuration/common/configurationModels": [
3860
3908
  "require",
@@ -3907,54 +3955,6 @@
3907
3955
  "vs/platform/instantiation/common/extensions",
3908
3956
  "vs/nls!vs/editor/browser/core/keybindingCancellation"
3909
3957
  ],
3910
- "vs/nls!vs/editor/common/modes/modesRegistry": [],
3911
- "===anonymous51===": [
3912
- "vs/editor/common/modes/modesRegistry.nls",
3913
- "vs/editor/common/modes/modesRegistry.nls.keys"
3914
- ],
3915
- "vs/editor/common/modes/modesRegistry.nls": [],
3916
- "vs/editor/common/modes/modesRegistry.nls.keys": [],
3917
- "vs/editor/standalone/common/monarch/monarchCommon": [
3918
- "require",
3919
- "exports"
3920
- ],
3921
- "vs/editor/common/modes/languageConfiguration": [
3922
- "require",
3923
- "exports"
3924
- ],
3925
- "vs/editor/common/modes/supports": [
3926
- "require",
3927
- "exports"
3928
- ],
3929
- "vs/editor/common/modes/supports/characterPair": [
3930
- "require",
3931
- "exports",
3932
- "vs/editor/common/modes/languageConfiguration"
3933
- ],
3934
- "vs/editor/common/modes/supports/electricCharacter": [
3935
- "require",
3936
- "exports",
3937
- "vs/editor/common/modes/supports",
3938
- "vs/editor/common/modes/supports/richEditBrackets"
3939
- ],
3940
- "vs/editor/common/modes/supports/indentRules": [
3941
- "require",
3942
- "exports"
3943
- ],
3944
- "vs/editor/common/modes/supports/onEnter": [
3945
- "require",
3946
- "exports",
3947
- "vs/base/common/errors",
3948
- "vs/base/common/strings",
3949
- "vs/editor/common/modes/languageConfiguration"
3950
- ],
3951
- "vs/editor/common/modes/supports/richEditBrackets": [
3952
- "require",
3953
- "exports",
3954
- "vs/base/common/strings",
3955
- "vs/editor/common/core/stringBuilder",
3956
- "vs/editor/common/core/range"
3957
- ],
3958
3958
  "vs/editor/common/controller/cursorColumns": [
3959
3959
  "require",
3960
3960
  "exports",
@@ -4116,8 +4116,15 @@
4116
4116
  "vs/editor/browser/widget/inlineDiffMargin.nls": [],
4117
4117
  "vs/editor/browser/widget/inlineDiffMargin.nls.keys": [],
4118
4118
  "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
4119
- "vs/nls!vs/platform/theme/common/iconRegistry": [],
4119
+ "vs/nls!vs/editor/common/view/editorColorRegistry": [],
4120
4120
  "===anonymous54===": [
4121
+ "vs/editor/common/view/editorColorRegistry.nls",
4122
+ "vs/editor/common/view/editorColorRegistry.nls.keys"
4123
+ ],
4124
+ "vs/editor/common/view/editorColorRegistry.nls": [],
4125
+ "vs/editor/common/view/editorColorRegistry.nls.keys": [],
4126
+ "vs/nls!vs/platform/theme/common/iconRegistry": [],
4127
+ "===anonymous55===": [
4121
4128
  "vs/platform/theme/common/iconRegistry.nls",
4122
4129
  "vs/platform/theme/common/iconRegistry.nls.keys"
4123
4130
  ],
@@ -4398,13 +4405,6 @@
4398
4405
  "vs/base/browser/dom",
4399
4406
  "vs/editor/common/controller/cursorAtomicMoveOperations"
4400
4407
  ],
4401
- "vs/nls!vs/editor/common/view/editorColorRegistry": [],
4402
- "===anonymous55===": [
4403
- "vs/editor/common/view/editorColorRegistry.nls",
4404
- "vs/editor/common/view/editorColorRegistry.nls.keys"
4405
- ],
4406
- "vs/editor/common/view/editorColorRegistry.nls": [],
4407
- "vs/editor/common/view/editorColorRegistry.nls.keys": [],
4408
4408
  "vs/editor/common/controller/cursorCollection": [
4409
4409
  "require",
4410
4410
  "exports",
@@ -4464,32 +4464,15 @@
4464
4464
  "require",
4465
4465
  "exports",
4466
4466
  "vs/editor/common/core/position",
4467
- "vs/editor/common/core/range",
4468
- "vs/editor/common/viewModel/viewModel",
4469
- "vs/editor/common/config/editorOptions"
4470
- ],
4471
- "vs/editor/common/controller/cursorAtomicMoveOperations": [
4472
- "require",
4473
- "exports",
4474
- "vs/editor/common/controller/cursorCommon"
4475
- ],
4476
- "vs/base/common/numbers": [
4477
- "require",
4478
- "exports"
4479
- ],
4480
- "vs/editor/common/modes/languageSelector": [
4481
- "require",
4482
- "exports",
4483
- "vs/base/common/glob",
4484
- "vs/base/common/path"
4467
+ "vs/editor/common/core/range",
4468
+ "vs/editor/common/viewModel/viewModel",
4469
+ "vs/editor/common/config/editorOptions"
4485
4470
  ],
4486
- "vs/base/browser/ui/iconLabel/iconLabels": [
4471
+ "vs/editor/common/controller/cursorAtomicMoveOperations": [
4487
4472
  "require",
4488
4473
  "exports",
4489
- "vs/base/browser/dom",
4490
- "vs/base/common/codicons"
4474
+ "vs/editor/common/controller/cursorCommon"
4491
4475
  ],
4492
- "vs/css!vs/editor/contrib/codelens/codelensWidget": [],
4493
4476
  "vs/editor/browser/controller/textAreaState": [
4494
4477
  "require",
4495
4478
  "exports",
@@ -4497,17 +4480,6 @@
4497
4480
  "vs/editor/common/core/position",
4498
4481
  "vs/editor/common/core/range"
4499
4482
  ],
4500
- "vs/editor/contrib/colorPicker/color": [
4501
- "require",
4502
- "exports",
4503
- "vs/base/common/cancellation",
4504
- "vs/base/common/errors",
4505
- "vs/base/common/uri",
4506
- "vs/editor/common/core/range",
4507
- "vs/editor/common/modes",
4508
- "vs/editor/common/services/modelService",
4509
- "vs/platform/commands/common/commands"
4510
- ],
4511
4483
  "vs/base/common/lazy": [
4512
4484
  "require",
4513
4485
  "exports"
@@ -4565,6 +4537,34 @@
4565
4537
  ],
4566
4538
  "vs/editor/contrib/codeAction/codeActionCommands.nls": [],
4567
4539
  "vs/editor/contrib/codeAction/codeActionCommands.nls.keys": [],
4540
+ "vs/base/common/numbers": [
4541
+ "require",
4542
+ "exports"
4543
+ ],
4544
+ "vs/editor/common/modes/languageSelector": [
4545
+ "require",
4546
+ "exports",
4547
+ "vs/base/common/glob",
4548
+ "vs/base/common/path"
4549
+ ],
4550
+ "vs/base/browser/ui/iconLabel/iconLabels": [
4551
+ "require",
4552
+ "exports",
4553
+ "vs/base/browser/dom",
4554
+ "vs/base/common/codicons"
4555
+ ],
4556
+ "vs/css!vs/editor/contrib/codelens/codelensWidget": [],
4557
+ "vs/editor/contrib/colorPicker/color": [
4558
+ "require",
4559
+ "exports",
4560
+ "vs/base/common/cancellation",
4561
+ "vs/base/common/errors",
4562
+ "vs/base/common/uri",
4563
+ "vs/editor/common/core/range",
4564
+ "vs/editor/common/modes",
4565
+ "vs/editor/common/services/modelService",
4566
+ "vs/platform/commands/common/commands"
4567
+ ],
4568
4568
  "vs/base/browser/dnd": [
4569
4569
  "require",
4570
4570
  "exports",
@@ -4652,6 +4652,68 @@
4652
4652
  ],
4653
4653
  "vs/editor/contrib/folding/foldingDecorations.nls": [],
4654
4654
  "vs/editor/contrib/folding/foldingDecorations.nls.keys": [],
4655
+ "vs/editor/contrib/inlineCompletions/inlineCompletionsModel": [
4656
+ "require",
4657
+ "exports",
4658
+ "vs/base/common/async",
4659
+ "vs/base/common/cancellation",
4660
+ "vs/base/common/errors",
4661
+ "vs/base/common/event",
4662
+ "vs/base/common/lifecycle",
4663
+ "vs/base/common/strings",
4664
+ "vs/editor/browser/controller/coreCommands",
4665
+ "vs/editor/browser/editorExtensions",
4666
+ "vs/editor/common/core/editOperation",
4667
+ "vs/editor/common/core/range",
4668
+ "vs/editor/common/modes",
4669
+ "vs/editor/contrib/inlineCompletions/ghostText",
4670
+ "vs/platform/commands/common/commands",
4671
+ "vs/editor/contrib/inlineCompletions/consts",
4672
+ "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText"
4673
+ ],
4674
+ "vs/editor/contrib/inlineCompletions/suggestWidgetPreviewModel": [
4675
+ "require",
4676
+ "exports",
4677
+ "vs/base/common/async",
4678
+ "vs/base/common/errors",
4679
+ "vs/base/common/lifecycle",
4680
+ "vs/editor/common/modes",
4681
+ "vs/editor/contrib/inlineCompletions/ghostText",
4682
+ "vs/editor/contrib/inlineCompletions/inlineCompletionsModel",
4683
+ "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText",
4684
+ "vs/editor/contrib/inlineCompletions/suggestWidgetInlineCompletionProvider"
4685
+ ],
4686
+ "vs/editor/contrib/inlineCompletions/utils": [
4687
+ "require",
4688
+ "exports"
4689
+ ],
4690
+ "vs/css!vs/editor/contrib/inlineCompletions/ghostText": [],
4691
+ "vs/base/common/idGenerator": [
4692
+ "require",
4693
+ "exports"
4694
+ ],
4695
+ "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
4696
+ "===anonymous61===": [
4697
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls",
4698
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
4699
+ ],
4700
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
4701
+ "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys": [],
4702
+ "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation": [],
4703
+ "===anonymous62===": [
4704
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls",
4705
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys"
4706
+ ],
4707
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls": [],
4708
+ "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys": [],
4709
+ "vs/nls!vs/editor/contrib/message/messageController": [],
4710
+ "vs/css!vs/editor/contrib/message/messageController": [],
4711
+ "===anonymous63===": [
4712
+ "vs/editor/contrib/message/messageController.nls",
4713
+ "vs/editor/contrib/message/messageController.nls.keys"
4714
+ ],
4715
+ "vs/editor/contrib/message/messageController.nls": [],
4716
+ "vs/editor/contrib/message/messageController.nls.keys": [],
4655
4717
  "vs/editor/contrib/zoneWidget/zoneWidget": [
4656
4718
  "require",
4657
4719
  "exports",
@@ -4689,7 +4751,7 @@
4689
4751
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
4690
4752
  ],
4691
4753
  "vs/css!vs/editor/contrib/peekView/media/peekViewWidget": [],
4692
- "===anonymous61===": [
4754
+ "===anonymous64===": [
4693
4755
  "vs/editor/contrib/peekView/peekView.nls",
4694
4756
  "vs/editor/contrib/peekView/peekView.nls.keys"
4695
4757
  ],
@@ -4714,38 +4776,30 @@
4714
4776
  "vs/platform/theme/common/themeService"
4715
4777
  ],
4716
4778
  "vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
4717
- "===anonymous62===": [
4779
+ "===anonymous65===": [
4718
4780
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls",
4719
4781
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
4720
4782
  ],
4721
4783
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
4722
4784
  "vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
4723
- "vs/base/common/idGenerator": [
4785
+ "vs/editor/browser/core/markdownRenderer": [
4724
4786
  "require",
4725
- "exports"
4726
- ],
4727
- "vs/nls!vs/editor/contrib/gotoSymbol/referencesModel": [],
4728
- "===anonymous63===": [
4729
- "vs/editor/contrib/gotoSymbol/referencesModel.nls",
4730
- "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys"
4731
- ],
4732
- "vs/editor/contrib/gotoSymbol/referencesModel.nls": [],
4733
- "vs/editor/contrib/gotoSymbol/referencesModel.nls.keys": [],
4734
- "vs/nls!vs/editor/contrib/gotoSymbol/symbolNavigation": [],
4735
- "===anonymous64===": [
4736
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls",
4737
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys"
4787
+ "exports",
4788
+ "vs/base/browser/markdownRenderer",
4789
+ "vs/platform/opener/common/opener",
4790
+ "vs/editor/common/services/modeService",
4791
+ "vs/base/common/errors",
4792
+ "vs/editor/common/modes/textToHtmlTokenizer",
4793
+ "vs/base/common/event",
4794
+ "vs/base/common/lifecycle",
4795
+ "vs/editor/common/modes"
4738
4796
  ],
4739
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls": [],
4740
- "vs/editor/contrib/gotoSymbol/symbolNavigation.nls.keys": [],
4741
- "vs/nls!vs/editor/contrib/message/messageController": [],
4742
- "vs/css!vs/editor/contrib/message/messageController": [],
4743
- "===anonymous65===": [
4744
- "vs/editor/contrib/message/messageController.nls",
4745
- "vs/editor/contrib/message/messageController.nls.keys"
4797
+ "vs/editor/contrib/hover/hoverOperation": [
4798
+ "require",
4799
+ "exports",
4800
+ "vs/base/common/async",
4801
+ "vs/base/common/errors"
4746
4802
  ],
4747
- "vs/editor/contrib/message/messageController.nls": [],
4748
- "vs/editor/contrib/message/messageController.nls.keys": [],
4749
4803
  "vs/base/browser/ui/hover/hoverWidget": [
4750
4804
  "require",
4751
4805
  "exports",
@@ -4767,12 +4821,6 @@
4767
4821
  "vs/editor/contrib/colorPicker/colorPickerWidget",
4768
4822
  "vs/platform/theme/common/themeService"
4769
4823
  ],
4770
- "vs/editor/contrib/hover/hoverOperation": [
4771
- "require",
4772
- "exports",
4773
- "vs/base/common/async",
4774
- "vs/base/common/errors"
4775
- ],
4776
4824
  "vs/editor/contrib/hover/hoverTypes": [
4777
4825
  "require",
4778
4826
  "exports"
@@ -4834,54 +4882,6 @@
4834
4882
  "vs/platform/contextkey/common/contextkey",
4835
4883
  "vs/platform/opener/common/opener"
4836
4884
  ],
4837
- "vs/editor/browser/core/markdownRenderer": [
4838
- "require",
4839
- "exports",
4840
- "vs/base/browser/markdownRenderer",
4841
- "vs/platform/opener/common/opener",
4842
- "vs/editor/common/services/modeService",
4843
- "vs/base/common/errors",
4844
- "vs/editor/common/modes/textToHtmlTokenizer",
4845
- "vs/base/common/event",
4846
- "vs/base/common/lifecycle",
4847
- "vs/editor/common/modes"
4848
- ],
4849
- "vs/editor/contrib/inlineCompletions/inlineCompletionsModel": [
4850
- "require",
4851
- "exports",
4852
- "vs/base/common/async",
4853
- "vs/base/common/cancellation",
4854
- "vs/base/common/errors",
4855
- "vs/base/common/event",
4856
- "vs/base/common/lifecycle",
4857
- "vs/base/common/strings",
4858
- "vs/editor/browser/controller/coreCommands",
4859
- "vs/editor/browser/editorExtensions",
4860
- "vs/editor/common/core/editOperation",
4861
- "vs/editor/common/core/range",
4862
- "vs/editor/common/modes",
4863
- "vs/editor/contrib/inlineCompletions/ghostText",
4864
- "vs/platform/commands/common/commands",
4865
- "vs/editor/contrib/inlineCompletions/consts",
4866
- "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText"
4867
- ],
4868
- "vs/editor/contrib/inlineCompletions/suggestWidgetPreviewModel": [
4869
- "require",
4870
- "exports",
4871
- "vs/base/common/async",
4872
- "vs/base/common/errors",
4873
- "vs/base/common/lifecycle",
4874
- "vs/editor/common/modes",
4875
- "vs/editor/contrib/inlineCompletions/ghostText",
4876
- "vs/editor/contrib/inlineCompletions/inlineCompletionsModel",
4877
- "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText",
4878
- "vs/editor/contrib/inlineCompletions/suggestWidgetInlineCompletionProvider"
4879
- ],
4880
- "vs/editor/contrib/inlineCompletions/utils": [
4881
- "require",
4882
- "exports"
4883
- ],
4884
- "vs/css!vs/editor/contrib/inlineCompletions/ghostText": [],
4885
4885
  "vs/base/common/extpath": [
4886
4886
  "require",
4887
4887
  "exports",
@@ -4889,6 +4889,21 @@
4889
4889
  "vs/base/common/platform",
4890
4890
  "vs/base/common/strings"
4891
4891
  ],
4892
+ "vs/nls!vs/platform/configuration/common/configurationRegistry": [],
4893
+ "===anonymous66===": [
4894
+ "vs/platform/configuration/common/configurationRegistry.nls",
4895
+ "vs/platform/configuration/common/configurationRegistry.nls.keys"
4896
+ ],
4897
+ "vs/platform/configuration/common/configurationRegistry.nls": [],
4898
+ "vs/platform/configuration/common/configurationRegistry.nls.keys": [],
4899
+ "vs/nls!vs/editor/contrib/rename/renameInputField": [],
4900
+ "vs/css!vs/editor/contrib/rename/renameInputField": [],
4901
+ "===anonymous67===": [
4902
+ "vs/editor/contrib/rename/renameInputField.nls",
4903
+ "vs/editor/contrib/rename/renameInputField.nls.keys"
4904
+ ],
4905
+ "vs/editor/contrib/rename/renameInputField.nls": [],
4906
+ "vs/editor/contrib/rename/renameInputField.nls.keys": [],
4892
4907
  "vs/editor/contrib/parameterHints/parameterHintsModel": [
4893
4908
  "require",
4894
4909
  "exports",
@@ -4902,27 +4917,12 @@
4902
4917
  ],
4903
4918
  "vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget": [],
4904
4919
  "vs/css!vs/editor/contrib/parameterHints/parameterHints": [],
4905
- "===anonymous66===": [
4920
+ "===anonymous68===": [
4906
4921
  "vs/editor/contrib/parameterHints/parameterHintsWidget.nls",
4907
4922
  "vs/editor/contrib/parameterHints/parameterHintsWidget.nls.keys"
4908
4923
  ],
4909
4924
  "vs/editor/contrib/parameterHints/parameterHintsWidget.nls": [],
4910
4925
  "vs/editor/contrib/parameterHints/parameterHintsWidget.nls.keys": [],
4911
- "vs/nls!vs/platform/configuration/common/configurationRegistry": [],
4912
- "===anonymous67===": [
4913
- "vs/platform/configuration/common/configurationRegistry.nls",
4914
- "vs/platform/configuration/common/configurationRegistry.nls.keys"
4915
- ],
4916
- "vs/platform/configuration/common/configurationRegistry.nls": [],
4917
- "vs/platform/configuration/common/configurationRegistry.nls.keys": [],
4918
- "vs/nls!vs/editor/contrib/rename/renameInputField": [],
4919
- "vs/css!vs/editor/contrib/rename/renameInputField": [],
4920
- "===anonymous68===": [
4921
- "vs/editor/contrib/rename/renameInputField.nls",
4922
- "vs/editor/contrib/rename/renameInputField.nls.keys"
4923
- ],
4924
- "vs/editor/contrib/rename/renameInputField.nls": [],
4925
- "vs/editor/contrib/rename/renameInputField.nls.keys": [],
4926
4926
  "vs/base/common/filters": [
4927
4927
  "require",
4928
4928
  "exports",
@@ -4975,12 +4975,6 @@
4975
4975
  "vs/base/common/filters",
4976
4976
  "vs/base/common/strings"
4977
4977
  ],
4978
- "vs/editor/common/services/semanticTokensDto": [
4979
- "require",
4980
- "exports",
4981
- "vs/base/common/buffer",
4982
- "vs/base/common/platform"
4983
- ],
4984
4978
  "vs/base/browser/ui/list/listWidget": [
4985
4979
  "require",
4986
4980
  "exports",
@@ -5074,6 +5068,12 @@
5074
5068
  ],
5075
5069
  "vs/editor/contrib/suggest/suggestWidget.nls": [],
5076
5070
  "vs/editor/contrib/suggest/suggestWidget.nls.keys": [],
5071
+ "vs/editor/common/services/semanticTokensDto": [
5072
+ "require",
5073
+ "exports",
5074
+ "vs/base/common/buffer",
5075
+ "vs/base/common/platform"
5076
+ ],
5077
5077
  "vs/nls!vs/platform/contextkey/common/contextkeys": [],
5078
5078
  "===anonymous72===": [
5079
5079
  "vs/platform/contextkey/common/contextkeys.nls",
@@ -5203,8 +5203,17 @@
5203
5203
  "vs/platform/list/browser/listService.nls",
5204
5204
  "vs/platform/list/browser/listService.nls.keys"
5205
5205
  ],
5206
- "vs/platform/list/browser/listService.nls": [],
5207
- "vs/platform/list/browser/listService.nls.keys": [],
5206
+ "vs/platform/list/browser/listService.nls": [],
5207
+ "vs/platform/list/browser/listService.nls.keys": [],
5208
+ "vs/base/common/glob": [
5209
+ "require",
5210
+ "exports",
5211
+ "vs/base/common/async",
5212
+ "vs/base/common/extpath",
5213
+ "vs/base/common/map",
5214
+ "vs/base/common/path",
5215
+ "vs/base/common/strings"
5216
+ ],
5208
5217
  "vs/base/worker/defaultWorkerFactory": [
5209
5218
  "require",
5210
5219
  "exports",
@@ -5256,15 +5265,17 @@
5256
5265
  "vs/platform/theme/common/iconRegistry",
5257
5266
  "vs/platform/theme/common/themeService"
5258
5267
  ],
5259
- "vs/base/browser/ui/contextview/contextview": [
5268
+ "vs/platform/contextview/browser/contextMenuHandler": [
5260
5269
  "require",
5261
5270
  "exports",
5262
- "vs/base/browser/canIUse",
5263
5271
  "vs/base/browser/dom",
5272
+ "vs/base/browser/mouseEvent",
5273
+ "vs/base/browser/ui/menu/menu",
5274
+ "vs/base/common/actions",
5275
+ "vs/base/common/errors",
5264
5276
  "vs/base/common/lifecycle",
5265
- "vs/base/common/platform",
5266
- "vs/base/common/range",
5267
- "vs/css!vs/base/browser/ui/contextview/contextview"
5277
+ "vs/platform/theme/common/styler",
5278
+ "vs/css!vs/platform/contextview/browser/contextMenuHandler"
5268
5279
  ],
5269
5280
  "vs/nls!vs/platform/contextkey/browser/contextKeyService": [],
5270
5281
  "===anonymous76===": [
@@ -5273,17 +5284,15 @@
5273
5284
  ],
5274
5285
  "vs/platform/contextkey/browser/contextKeyService.nls": [],
5275
5286
  "vs/platform/contextkey/browser/contextKeyService.nls.keys": [],
5276
- "vs/platform/contextview/browser/contextMenuHandler": [
5287
+ "vs/base/browser/ui/contextview/contextview": [
5277
5288
  "require",
5278
5289
  "exports",
5290
+ "vs/base/browser/canIUse",
5279
5291
  "vs/base/browser/dom",
5280
- "vs/base/browser/mouseEvent",
5281
- "vs/base/browser/ui/menu/menu",
5282
- "vs/base/common/actions",
5283
- "vs/base/common/errors",
5284
5292
  "vs/base/common/lifecycle",
5285
- "vs/platform/theme/common/styler",
5286
- "vs/css!vs/platform/contextview/browser/contextMenuHandler"
5293
+ "vs/base/common/platform",
5294
+ "vs/base/common/range",
5295
+ "vs/css!vs/base/browser/ui/contextview/contextview"
5287
5296
  ],
5288
5297
  "vs/platform/instantiation/common/descriptors": [
5289
5298
  "require",
@@ -5323,15 +5332,6 @@
5323
5332
  "vs/platform/theme/common/themeService"
5324
5333
  ],
5325
5334
  "vs/css!vs/editor/standalone/browser/quickInput/standaloneQuickInput": [],
5326
- "vs/base/common/glob": [
5327
- "require",
5328
- "exports",
5329
- "vs/base/common/async",
5330
- "vs/base/common/extpath",
5331
- "vs/base/common/map",
5332
- "vs/base/common/path",
5333
- "vs/base/common/strings"
5334
- ],
5335
5335
  "vs/nls!vs/platform/keybinding/common/abstractKeybindingService": [],
5336
5336
  "===anonymous79===": [
5337
5337
  "vs/platform/keybinding/common/abstractKeybindingService.nls",
@@ -5491,6 +5491,7 @@
5491
5491
  "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
5492
5492
  "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
5493
5493
  "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
5494
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
5494
5495
  "vs/editor/browser/viewParts/lines/viewLine": [
5495
5496
  "require",
5496
5497
  "exports",
@@ -5505,8 +5506,9 @@
5505
5506
  "vs/editor/common/config/editorOptions"
5506
5507
  ],
5507
5508
  "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
5508
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
5509
5509
  "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
5510
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
5511
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
5510
5512
  "vs/base/browser/globalMouseMoveMonitor": [
5511
5513
  "require",
5512
5514
  "exports",
@@ -5529,8 +5531,6 @@
5529
5531
  "vs/base/common/uint"
5530
5532
  ],
5531
5533
  "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
5532
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
5533
- "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
5534
5534
  "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
5535
5535
  "vs/css!vs/editor/browser/viewParts/selections/selections": [],
5536
5536
  "vs/editor/browser/viewParts/viewCursors/viewCursor": [
@@ -5626,6 +5626,36 @@
5626
5626
  "vs/nls!vs/base/browser/ui/findinput/replaceInput",
5627
5627
  "vs/css!vs/base/browser/ui/findinput/findInput"
5628
5628
  ],
5629
+ "vs/editor/contrib/inlineCompletions/ghostText": [
5630
+ "require",
5631
+ "exports",
5632
+ "vs/base/common/event",
5633
+ "vs/base/common/lifecycle",
5634
+ "vs/editor/common/core/range"
5635
+ ],
5636
+ "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText": [
5637
+ "require",
5638
+ "exports",
5639
+ "vs/base/common/diff/diff",
5640
+ "vs/base/common/strings",
5641
+ "vs/editor/common/core/range",
5642
+ "vs/editor/contrib/inlineCompletions/ghostText"
5643
+ ],
5644
+ "vs/editor/contrib/inlineCompletions/suggestWidgetInlineCompletionProvider": [
5645
+ "require",
5646
+ "exports",
5647
+ "vs/base/common/async",
5648
+ "vs/base/common/event",
5649
+ "vs/base/common/lifecycle",
5650
+ "vs/editor/common/core/position",
5651
+ "vs/editor/common/core/range",
5652
+ "vs/editor/contrib/snippet/snippetParser",
5653
+ "vs/editor/contrib/snippet/snippetSession",
5654
+ "vs/editor/contrib/suggest/suggestController",
5655
+ "vs/editor/contrib/inlineCompletions/inlineCompletionsModel",
5656
+ "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText",
5657
+ "vs/editor/contrib/inlineCompletions/utils"
5658
+ ],
5629
5659
  "vs/css!vs/editor/contrib/zoneWidget/zoneWidget": [],
5630
5660
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
5631
5661
  "require",
@@ -5649,6 +5679,31 @@
5649
5679
  ],
5650
5680
  "vs/platform/actions/browser/menuEntryActionViewItem.nls": [],
5651
5681
  "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys": [],
5682
+ "vs/base/browser/markdownRenderer": [
5683
+ "require",
5684
+ "exports",
5685
+ "vs/base/browser/dom",
5686
+ "vs/base/browser/dompurify/dompurify",
5687
+ "vs/base/browser/event",
5688
+ "vs/base/browser/formattedTextRenderer",
5689
+ "vs/base/browser/mouseEvent",
5690
+ "vs/base/browser/ui/iconLabel/iconLabels",
5691
+ "vs/base/common/async",
5692
+ "vs/base/common/cancellation",
5693
+ "vs/base/common/errors",
5694
+ "vs/base/common/event",
5695
+ "vs/base/common/htmlContent",
5696
+ "vs/base/common/iconLabels",
5697
+ "vs/base/common/idGenerator",
5698
+ "vs/base/common/lifecycle",
5699
+ "vs/base/common/marked/marked",
5700
+ "vs/base/common/marshalling",
5701
+ "vs/base/common/network",
5702
+ "vs/base/common/objects",
5703
+ "vs/base/common/resources",
5704
+ "vs/base/common/strings",
5705
+ "vs/base/common/uri"
5706
+ ],
5652
5707
  "vs/css!vs/base/browser/ui/hover/hover": [],
5653
5708
  "vs/editor/contrib/colorPicker/colorPickerModel": [
5654
5709
  "require",
@@ -5669,6 +5724,13 @@
5669
5724
  "vs/platform/theme/common/themeService",
5670
5725
  "vs/css!vs/editor/contrib/colorPicker/colorPicker"
5671
5726
  ],
5727
+ "vs/nls!vs/editor/contrib/hover/markerHoverParticipant": [],
5728
+ "===anonymous85===": [
5729
+ "vs/editor/contrib/hover/markerHoverParticipant.nls",
5730
+ "vs/editor/contrib/hover/markerHoverParticipant.nls.keys"
5731
+ ],
5732
+ "vs/editor/contrib/hover/markerHoverParticipant.nls": [],
5733
+ "vs/editor/contrib/hover/markerHoverParticipant.nls.keys": [],
5672
5734
  "vs/editor/contrib/hover/getHover": [
5673
5735
  "require",
5674
5736
  "exports",
@@ -5679,81 +5741,19 @@
5679
5741
  "vs/editor/common/modes"
5680
5742
  ],
5681
5743
  "vs/nls!vs/editor/contrib/hover/markdownHoverParticipant": [],
5682
- "===anonymous85===": [
5744
+ "===anonymous86===": [
5683
5745
  "vs/editor/contrib/hover/markdownHoverParticipant.nls",
5684
5746
  "vs/editor/contrib/hover/markdownHoverParticipant.nls.keys"
5685
5747
  ],
5686
5748
  "vs/editor/contrib/hover/markdownHoverParticipant.nls": [],
5687
5749
  "vs/editor/contrib/hover/markdownHoverParticipant.nls.keys": [],
5688
5750
  "vs/nls!vs/editor/contrib/inlineCompletions/inlineCompletionsHoverParticipant": [],
5689
- "===anonymous86===": [
5751
+ "===anonymous87===": [
5690
5752
  "vs/editor/contrib/inlineCompletions/inlineCompletionsHoverParticipant.nls",
5691
5753
  "vs/editor/contrib/inlineCompletions/inlineCompletionsHoverParticipant.nls.keys"
5692
5754
  ],
5693
5755
  "vs/editor/contrib/inlineCompletions/inlineCompletionsHoverParticipant.nls": [],
5694
5756
  "vs/editor/contrib/inlineCompletions/inlineCompletionsHoverParticipant.nls.keys": [],
5695
- "vs/nls!vs/editor/contrib/hover/markerHoverParticipant": [],
5696
- "===anonymous87===": [
5697
- "vs/editor/contrib/hover/markerHoverParticipant.nls",
5698
- "vs/editor/contrib/hover/markerHoverParticipant.nls.keys"
5699
- ],
5700
- "vs/editor/contrib/hover/markerHoverParticipant.nls": [],
5701
- "vs/editor/contrib/hover/markerHoverParticipant.nls.keys": [],
5702
- "vs/base/browser/markdownRenderer": [
5703
- "require",
5704
- "exports",
5705
- "vs/base/browser/dom",
5706
- "vs/base/browser/dompurify/dompurify",
5707
- "vs/base/browser/event",
5708
- "vs/base/browser/formattedTextRenderer",
5709
- "vs/base/browser/mouseEvent",
5710
- "vs/base/browser/ui/iconLabel/iconLabels",
5711
- "vs/base/common/async",
5712
- "vs/base/common/cancellation",
5713
- "vs/base/common/errors",
5714
- "vs/base/common/event",
5715
- "vs/base/common/htmlContent",
5716
- "vs/base/common/iconLabels",
5717
- "vs/base/common/idGenerator",
5718
- "vs/base/common/lifecycle",
5719
- "vs/base/common/marked/marked",
5720
- "vs/base/common/marshalling",
5721
- "vs/base/common/network",
5722
- "vs/base/common/objects",
5723
- "vs/base/common/resources",
5724
- "vs/base/common/strings",
5725
- "vs/base/common/uri"
5726
- ],
5727
- "vs/editor/contrib/inlineCompletions/ghostText": [
5728
- "require",
5729
- "exports",
5730
- "vs/base/common/event",
5731
- "vs/base/common/lifecycle",
5732
- "vs/editor/common/core/range"
5733
- ],
5734
- "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText": [
5735
- "require",
5736
- "exports",
5737
- "vs/base/common/diff/diff",
5738
- "vs/base/common/strings",
5739
- "vs/editor/common/core/range",
5740
- "vs/editor/contrib/inlineCompletions/ghostText"
5741
- ],
5742
- "vs/editor/contrib/inlineCompletions/suggestWidgetInlineCompletionProvider": [
5743
- "require",
5744
- "exports",
5745
- "vs/base/common/async",
5746
- "vs/base/common/event",
5747
- "vs/base/common/lifecycle",
5748
- "vs/editor/common/core/position",
5749
- "vs/editor/common/core/range",
5750
- "vs/editor/contrib/snippet/snippetParser",
5751
- "vs/editor/contrib/snippet/snippetSession",
5752
- "vs/editor/contrib/suggest/suggestController",
5753
- "vs/editor/contrib/inlineCompletions/inlineCompletionsModel",
5754
- "vs/editor/contrib/inlineCompletions/inlineCompletionToGhostText",
5755
- "vs/editor/contrib/inlineCompletions/utils"
5756
- ],
5757
5757
  "vs/base/common/uuid": [
5758
5758
  "require",
5759
5759
  "exports"
@@ -5770,6 +5770,13 @@
5770
5770
  ],
5771
5771
  "vs/editor/contrib/snippet/snippetVariables.nls": [],
5772
5772
  "vs/editor/contrib/snippet/snippetVariables.nls.keys": [],
5773
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetStatus": [],
5774
+ "===anonymous89===": [
5775
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls",
5776
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys"
5777
+ ],
5778
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls": [],
5779
+ "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys": [],
5773
5780
  "vs/base/browser/ui/list/splice": [
5774
5781
  "require",
5775
5782
  "exports"
@@ -5799,13 +5806,13 @@
5799
5806
  "vs/base/browser/ui/list/rowCache"
5800
5807
  ],
5801
5808
  "vs/css!vs/base/browser/ui/list/list": [],
5802
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetStatus": [],
5803
- "===anonymous89===": [
5804
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls",
5805
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys"
5809
+ "vs/nls!vs/editor/contrib/suggest/suggestWidgetDetails": [],
5810
+ "===anonymous90===": [
5811
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls",
5812
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys"
5806
5813
  ],
5807
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls": [],
5808
- "vs/editor/contrib/suggest/suggestWidgetStatus.nls.keys": [],
5814
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls": [],
5815
+ "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys": [],
5809
5816
  "vs/base/browser/ui/iconLabel/iconLabel": [
5810
5817
  "require",
5811
5818
  "exports",
@@ -5830,19 +5837,12 @@
5830
5837
  "require",
5831
5838
  "exports"
5832
5839
  ],
5833
- "===anonymous90===": [
5840
+ "===anonymous91===": [
5834
5841
  "vs/editor/contrib/suggest/suggestWidgetRenderer.nls",
5835
5842
  "vs/editor/contrib/suggest/suggestWidgetRenderer.nls.keys"
5836
5843
  ],
5837
5844
  "vs/editor/contrib/suggest/suggestWidgetRenderer.nls": [],
5838
5845
  "vs/editor/contrib/suggest/suggestWidgetRenderer.nls.keys": [],
5839
- "vs/nls!vs/editor/contrib/suggest/suggestWidgetDetails": [],
5840
- "===anonymous91===": [
5841
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls",
5842
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys"
5843
- ],
5844
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls": [],
5845
- "vs/editor/contrib/suggest/suggestWidgetDetails.nls.keys": [],
5846
5846
  "vs/nls!vs/base/common/errorMessage": [],
5847
5847
  "===anonymous92===": [
5848
5848
  "vs/base/common/errorMessage.nls",
@@ -5850,7 +5850,6 @@
5850
5850
  ],
5851
5851
  "vs/base/common/errorMessage.nls": [],
5852
5852
  "vs/base/common/errorMessage.nls.keys": [],
5853
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
5854
5853
  "vs/base/browser/ui/countBadge/countBadge": [
5855
5854
  "require",
5856
5855
  "exports",
@@ -5874,6 +5873,7 @@
5874
5873
  ],
5875
5874
  "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls": [],
5876
5875
  "vs/editor/contrib/gotoSymbol/peek/referencesTree.nls.keys": [],
5876
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
5877
5877
  "vs/css!vs/base/browser/ui/table/table": [],
5878
5878
  "vs/base/browser/ui/tree/abstractTree": [
5879
5879
  "require",
@@ -5905,6 +5905,14 @@
5905
5905
  "vs/base/browser/ui/tree/tree",
5906
5906
  "vs/base/common/iterator"
5907
5907
  ],
5908
+ "vs/base/browser/ui/tree/compressedObjectTreeModel": [
5909
+ "require",
5910
+ "exports",
5911
+ "vs/base/browser/ui/tree/objectTreeModel",
5912
+ "vs/base/browser/ui/tree/tree",
5913
+ "vs/base/common/event",
5914
+ "vs/base/common/iterator"
5915
+ ],
5908
5916
  "vs/base/browser/ui/tree/indexTreeModel": [
5909
5917
  "require",
5910
5918
  "exports",
@@ -5923,25 +5931,12 @@
5923
5931
  "exports",
5924
5932
  "vs/base/common/codicons"
5925
5933
  ],
5926
- "vs/base/browser/ui/tree/compressedObjectTreeModel": [
5927
- "require",
5928
- "exports",
5929
- "vs/base/browser/ui/tree/objectTreeModel",
5930
- "vs/base/browser/ui/tree/tree",
5931
- "vs/base/common/event",
5932
- "vs/base/common/iterator"
5933
- ],
5934
5934
  "vs/editor/browser/services/abstractCodeEditorService": [
5935
5935
  "require",
5936
5936
  "exports",
5937
5937
  "vs/base/common/event",
5938
5938
  "vs/base/common/lifecycle"
5939
5939
  ],
5940
- "vs/base/common/range": [
5941
- "require",
5942
- "exports"
5943
- ],
5944
- "vs/css!vs/base/browser/ui/contextview/contextview": [],
5945
5940
  "vs/base/browser/ui/menu/menu": [
5946
5941
  "require",
5947
5942
  "exports",
@@ -5965,6 +5960,11 @@
5965
5960
  "vs/nls!vs/base/browser/ui/menu/menu"
5966
5961
  ],
5967
5962
  "vs/css!vs/platform/contextview/browser/contextMenuHandler": [],
5963
+ "vs/base/common/range": [
5964
+ "require",
5965
+ "exports"
5966
+ ],
5967
+ "vs/css!vs/base/browser/ui/contextview/contextview": [],
5968
5968
  "vs/base/parts/quickinput/browser/quickInput": [
5969
5969
  "require",
5970
5970
  "exports",
@@ -6024,16 +6024,16 @@
6024
6024
  "require",
6025
6025
  "exports"
6026
6026
  ],
6027
- "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
6028
- "require",
6029
- "exports"
6030
- ],
6031
6027
  "vs/editor/common/model/bracketPairColorizer/ast": [
6032
6028
  "require",
6033
6029
  "exports",
6034
6030
  "vs/editor/common/model/bracketPairColorizer/smallImmutableSet",
6035
6031
  "vs/editor/common/model/bracketPairColorizer/length"
6036
6032
  ],
6033
+ "vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
6034
+ "require",
6035
+ "exports"
6036
+ ],
6037
6037
  "vs/editor/common/model/bracketPairColorizer/concat23Trees": [
6038
6038
  "require",
6039
6039
  "exports",
@@ -6104,6 +6104,13 @@
6104
6104
  ],
6105
6105
  "vs/base/browser/ui/findinput/replaceInput.nls": [],
6106
6106
  "vs/base/browser/ui/findinput/replaceInput.nls.keys": [],
6107
+ "vs/nls!vs/base/common/keybindingLabels": [],
6108
+ "===anonymous97===": [
6109
+ "vs/base/common/keybindingLabels.nls",
6110
+ "vs/base/common/keybindingLabels.nls.keys"
6111
+ ],
6112
+ "vs/base/common/keybindingLabels.nls": [],
6113
+ "vs/base/common/keybindingLabels.nls.keys": [],
6107
6114
  "vs/base/browser/ui/dropdown/dropdown": [
6108
6115
  "require",
6109
6116
  "exports",
@@ -6115,14 +6122,6 @@
6115
6122
  "vs/css!vs/base/browser/ui/dropdown/dropdown"
6116
6123
  ],
6117
6124
  "vs/css!vs/base/browser/ui/dropdown/dropdown": [],
6118
- "vs/nls!vs/base/common/keybindingLabels": [],
6119
- "===anonymous97===": [
6120
- "vs/base/common/keybindingLabels.nls",
6121
- "vs/base/common/keybindingLabels.nls.keys"
6122
- ],
6123
- "vs/base/common/keybindingLabels.nls": [],
6124
- "vs/base/common/keybindingLabels.nls.keys": [],
6125
- "vs/css!vs/editor/contrib/colorPicker/colorPicker": [],
6126
6125
  "vs/base/browser/dompurify/dompurify": [
6127
6126
  "require",
6128
6127
  "exports",
@@ -6133,6 +6132,7 @@
6133
6132
  "exports",
6134
6133
  "module"
6135
6134
  ],
6135
+ "vs/css!vs/editor/contrib/colorPicker/colorPicker": [],
6136
6136
  "vs/base/browser/ui/list/rangeMap": [
6137
6137
  "require",
6138
6138
  "exports",
@@ -6269,8 +6269,8 @@
6269
6269
  ],
6270
6270
  "vs/base/browser/ui/iconLabel/iconLabelHover.nls": [],
6271
6271
  "vs/base/browser/ui/iconLabel/iconLabelHover.nls.keys": [],
6272
- "vs/css!vs/base/browser/ui/button/button": [],
6273
6272
  "vs/css!vs/base/browser/ui/progressbar/progressbar": [],
6273
+ "vs/css!vs/base/browser/ui/button/button": [],
6274
6274
  "vs/base/browser/ui/keybindingLabel/keybindingLabel": [
6275
6275
  "require",
6276
6276
  "exports",