monaco-editor-core 0.34.0-dev.20220528 → 0.34.0-dev.20220529

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 (42) hide show
  1. package/dev/bundleInfo.json +1465 -1465
  2. package/dev/nls.metadata.json +359 -359
  3. package/dev/vs/base/worker/workerMain.js +1 -1
  4. package/dev/vs/editor/editor.main.css +1 -1
  5. package/dev/vs/editor/editor.main.js +1 -1
  6. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  16. package/dev/vs/loader.js +1 -1
  17. package/min/vs/base/worker/workerMain.js +1 -1
  18. package/min/vs/editor/editor.main.css +1 -1
  19. package/min/vs/editor/editor.main.js +1 -1
  20. package/min/vs/editor/editor.main.nls.de.js +1 -1
  21. package/min/vs/editor/editor.main.nls.es.js +1 -1
  22. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  23. package/min/vs/editor/editor.main.nls.it.js +1 -1
  24. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  25. package/min/vs/editor/editor.main.nls.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  27. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  28. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  29. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  30. package/min/vs/loader.js +1 -1
  31. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  32. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  41. package/min-maps/vs/loader.js.map +1 -1
  42. package/package.json +1 -1
@@ -1971,83 +1971,6 @@
1971
1971
  "vs/editor/common/languages/nullTokenize",
1972
1972
  "vs/editor/standalone/common/monarch/monarchCommon"
1973
1973
  ],
1974
- "vs/nls!vs/editor/browser/coreCommands": [],
1975
- "vs/base/browser/browser": [
1976
- "require",
1977
- "exports",
1978
- "vs/base/common/event",
1979
- "vs/base/common/lifecycle"
1980
- ],
1981
- "vs/editor/common/cursor/cursorColumnSelection": [
1982
- "require",
1983
- "exports",
1984
- "vs/editor/common/cursorCommon",
1985
- "vs/editor/common/core/position",
1986
- "vs/editor/common/core/range"
1987
- ],
1988
- "vs/editor/common/cursorCommon": [
1989
- "require",
1990
- "exports",
1991
- "vs/editor/common/core/position",
1992
- "vs/editor/common/core/range",
1993
- "vs/editor/common/core/selection",
1994
- "vs/editor/common/languages/supports",
1995
- "vs/editor/common/core/cursorColumns",
1996
- "vs/editor/common/core/indentation"
1997
- ],
1998
- "vs/editor/common/cursor/cursorDeleteOperations": [
1999
- "require",
2000
- "exports",
2001
- "vs/base/common/strings",
2002
- "vs/editor/common/commands/replaceCommand",
2003
- "vs/editor/common/cursorCommon",
2004
- "vs/editor/common/core/cursorColumns",
2005
- "vs/editor/common/cursor/cursorMoveOperations",
2006
- "vs/editor/common/core/range",
2007
- "vs/editor/common/core/position"
2008
- ],
2009
- "vs/editor/common/cursor/cursorMoveCommands": [
2010
- "require",
2011
- "exports",
2012
- "vs/base/common/types",
2013
- "vs/editor/common/cursorCommon",
2014
- "vs/editor/common/cursor/cursorMoveOperations",
2015
- "vs/editor/common/cursor/cursorWordOperations",
2016
- "vs/editor/common/core/position",
2017
- "vs/editor/common/core/range"
2018
- ],
2019
- "vs/editor/common/cursor/cursorTypeOperations": [
2020
- "require",
2021
- "exports",
2022
- "vs/base/common/errors",
2023
- "vs/base/common/strings",
2024
- "vs/editor/common/commands/replaceCommand",
2025
- "vs/editor/common/commands/shiftCommand",
2026
- "vs/editor/common/commands/surroundSelectionCommand",
2027
- "vs/editor/common/cursorCommon",
2028
- "vs/editor/common/core/wordCharacterClassifier",
2029
- "vs/editor/common/core/range",
2030
- "vs/editor/common/core/position",
2031
- "vs/editor/common/languages/languageConfiguration",
2032
- "vs/editor/common/languages/languageConfigurationRegistry",
2033
- "vs/editor/common/languages/supports",
2034
- "vs/editor/common/languages/autoIndent",
2035
- "vs/editor/common/languages/enterAction"
2036
- ],
2037
- "vs/platform/keybinding/common/keybindingsRegistry": [
2038
- "require",
2039
- "exports",
2040
- "vs/base/common/keybindings",
2041
- "vs/base/common/platform",
2042
- "vs/platform/commands/common/commands",
2043
- "vs/platform/registry/common/platform"
2044
- ],
2045
- "===anonymous4===": [
2046
- "vs/editor/browser/coreCommands.nls",
2047
- "vs/editor/browser/coreCommands.nls.keys"
2048
- ],
2049
- "vs/editor/browser/coreCommands.nls": [],
2050
- "vs/editor/browser/coreCommands.nls.keys": [],
2051
1974
  "vs/editor/contrib/editorState/browser/editorState": [
2052
1975
  "require",
2053
1976
  "exports",
@@ -2083,79 +2006,108 @@
2083
2006
  "require",
2084
2007
  "exports"
2085
2008
  ],
2086
- "===anonymous5===": [
2009
+ "===anonymous4===": [
2087
2010
  "vs/editor/contrib/format/browser/format.nls",
2088
2011
  "vs/editor/contrib/format/browser/format.nls.keys"
2089
2012
  ],
2090
2013
  "vs/editor/contrib/format/browser/format.nls": [],
2091
2014
  "vs/editor/contrib/format/browser/format.nls.keys": [],
2092
- "vs/nls!vs/editor/browser/widget/diffEditorWidget": [],
2093
- "vs/base/browser/ui/sash/sash": [
2015
+ "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2016
+ "vs/base/common/network": [
2094
2017
  "require",
2095
2018
  "exports",
2096
- "vs/base/browser/dom",
2097
- "vs/base/browser/event",
2098
- "vs/base/browser/touch",
2099
- "vs/base/common/async",
2100
- "vs/base/common/decorators",
2101
- "vs/base/common/event",
2102
- "vs/base/common/lifecycle",
2103
2019
  "vs/base/common/platform",
2104
- "vs/css!vs/base/browser/ui/sash/sash"
2020
+ "vs/base/common/uri"
2105
2021
  ],
2106
- "vs/base/common/async": [
2022
+ "vs/editor/browser/config/editorConfiguration": [
2107
2023
  "require",
2108
2024
  "exports",
2109
- "vs/base/common/cancellation",
2110
- "vs/base/common/errors",
2025
+ "vs/base/browser/browser",
2026
+ "vs/base/common/arrays",
2111
2027
  "vs/base/common/event",
2112
2028
  "vs/base/common/lifecycle",
2113
- "vs/base/common/platform"
2029
+ "vs/base/common/objects",
2030
+ "vs/base/common/platform",
2031
+ "vs/editor/browser/config/elementSizeObserver",
2032
+ "vs/editor/browser/config/fontMeasurements",
2033
+ "vs/editor/browser/config/migrateOptions",
2034
+ "vs/editor/browser/config/tabFocus",
2035
+ "vs/editor/common/config/editorOptions",
2036
+ "vs/editor/common/config/editorZoom",
2037
+ "vs/editor/common/config/fontInfo",
2038
+ "vs/platform/accessibility/common/accessibility"
2114
2039
  ],
2115
- "vs/editor/browser/config/domFontInfo": [
2040
+ "vs/editor/browser/view": [
2116
2041
  "require",
2117
2042
  "exports",
2118
- "vs/base/browser/browser",
2043
+ "vs/base/browser/dom",
2044
+ "vs/editor/common/core/selection",
2119
2045
  "vs/base/browser/fastDomNode",
2120
- "vs/editor/common/config/editorOptions"
2046
+ "vs/base/common/errors",
2047
+ "vs/editor/browser/controller/pointerHandler",
2048
+ "vs/editor/browser/controller/textAreaHandler",
2049
+ "vs/editor/browser/view/viewController",
2050
+ "vs/editor/browser/view/viewUserInputEvents",
2051
+ "vs/editor/browser/view/viewOverlays",
2052
+ "vs/editor/browser/view/viewPart",
2053
+ "vs/editor/browser/viewParts/contentWidgets/contentWidgets",
2054
+ "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
2055
+ "vs/editor/browser/viewParts/decorations/decorations",
2056
+ "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
2057
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
2058
+ "vs/editor/browser/viewParts/indentGuides/indentGuides",
2059
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
2060
+ "vs/editor/browser/viewParts/lines/viewLines",
2061
+ "vs/editor/browser/viewParts/linesDecorations/linesDecorations",
2062
+ "vs/editor/browser/viewParts/margin/margin",
2063
+ "vs/editor/browser/viewParts/marginDecorations/marginDecorations",
2064
+ "vs/editor/browser/viewParts/minimap/minimap",
2065
+ "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
2066
+ "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
2067
+ "vs/editor/browser/viewParts/overviewRuler/overviewRuler",
2068
+ "vs/editor/browser/viewParts/rulers/rulers",
2069
+ "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
2070
+ "vs/editor/browser/viewParts/selections/selections",
2071
+ "vs/editor/browser/viewParts/viewCursors/viewCursors",
2072
+ "vs/editor/browser/viewParts/viewZones/viewZones",
2073
+ "vs/editor/common/core/position",
2074
+ "vs/editor/common/core/range",
2075
+ "vs/editor/browser/view/renderingContext",
2076
+ "vs/editor/common/viewModel/viewContext",
2077
+ "vs/editor/common/viewLayout/viewLinesViewportData",
2078
+ "vs/editor/common/viewEventHandler",
2079
+ "vs/platform/theme/common/themeService",
2080
+ "vs/editor/browser/controller/mouseTarget"
2121
2081
  ],
2122
- "vs/editor/browser/stableEditorScroll": [
2082
+ "vs/editor/browser/view/viewUserInputEvents": [
2123
2083
  "require",
2124
2084
  "exports"
2125
2085
  ],
2126
- "vs/editor/browser/widget/diffReview": [
2086
+ "vs/editor/common/cursor/cursor": [
2127
2087
  "require",
2128
2088
  "exports",
2129
- "vs/nls!vs/editor/browser/widget/diffReview",
2130
- "vs/base/browser/dom",
2131
- "vs/base/browser/fastDomNode",
2132
- "vs/base/browser/ui/actionbar/actionbar",
2133
- "vs/base/browser/ui/scrollbar/scrollableElement",
2134
- "vs/base/common/actions",
2089
+ "vs/base/common/errors",
2090
+ "vs/base/common/strings",
2091
+ "vs/editor/common/cursor/cursorCollection",
2092
+ "vs/editor/common/cursorCommon",
2093
+ "vs/editor/common/cursor/cursorContext",
2094
+ "vs/editor/common/cursor/cursorDeleteOperations",
2095
+ "vs/editor/common/cursor/cursorTypeOperations",
2096
+ "vs/editor/common/core/range",
2097
+ "vs/editor/common/core/selection",
2098
+ "vs/editor/common/textModelEvents",
2099
+ "vs/editor/common/viewEvents",
2135
2100
  "vs/base/common/lifecycle",
2136
- "vs/editor/browser/config/domFontInfo",
2137
- "vs/editor/browser/editorExtensions",
2138
- "vs/editor/browser/services/codeEditorService",
2139
- "vs/editor/common/config/editorOptions",
2140
- "vs/editor/common/tokens/lineTokens",
2141
- "vs/editor/common/core/position",
2142
- "vs/editor/common/core/editorColorRegistry",
2143
- "vs/editor/common/viewLayout/viewLineRenderer",
2144
- "vs/editor/common/viewModel",
2145
- "vs/platform/contextkey/common/contextkey",
2146
- "vs/platform/theme/common/colorRegistry",
2147
- "vs/platform/theme/common/themeService",
2148
- "vs/base/common/codicons",
2149
- "vs/platform/theme/common/iconRegistry",
2150
- "vs/editor/common/languages/language",
2151
- "vs/css!vs/editor/browser/widget/media/diffReview"
2101
+ "vs/editor/common/viewModelEventDispatcher"
2152
2102
  ],
2153
- "vs/editor/common/core/stringBuilder": [
2103
+ "vs/editor/common/core/cursorColumns": [
2154
2104
  "require",
2155
2105
  "exports",
2156
- "vs/base/common/strings",
2157
- "vs/base/common/platform",
2158
- "vs/base/common/buffer"
2106
+ "vs/base/common/strings"
2107
+ ],
2108
+ "vs/editor/common/editorAction": [
2109
+ "require",
2110
+ "exports"
2159
2111
  ],
2160
2112
  "vs/editor/common/model/textModel": [
2161
2113
  "require",
@@ -2189,50 +2141,199 @@
2189
2141
  "vs/editor/common/textModelEvents",
2190
2142
  "vs/platform/undoRedo/common/undoRedo"
2191
2143
  ],
2192
- "vs/editor/common/viewModel/overviewZoneManager": [
2193
- "require",
2194
- "exports"
2195
- ],
2196
- "vs/editor/common/viewLayout/lineDecorations": [
2197
- "require",
2198
- "exports",
2199
- "vs/base/common/strings"
2200
- ],
2201
- "vs/editor/common/viewLayout/viewLineRenderer": [
2144
+ "vs/editor/common/core/editorColorRegistry": [
2202
2145
  "require",
2203
2146
  "exports",
2204
- "vs/base/common/strings",
2205
- "vs/editor/common/core/stringBuilder",
2206
- "vs/editor/common/viewLayout/lineDecorations",
2207
- "vs/editor/common/viewLayout/linePart"
2147
+ "vs/nls!vs/editor/common/core/editorColorRegistry",
2148
+ "vs/base/common/color",
2149
+ "vs/platform/theme/common/colorRegistry",
2150
+ "vs/platform/theme/common/themeService",
2151
+ "vs/platform/theme/common/theme"
2208
2152
  ],
2209
- "vs/editor/common/viewModel": [
2153
+ "vs/editor/common/viewModel/viewModelImpl": [
2210
2154
  "require",
2211
2155
  "exports",
2156
+ "vs/base/common/arrays",
2157
+ "vs/base/common/async",
2158
+ "vs/base/common/color",
2159
+ "vs/base/common/lifecycle",
2160
+ "vs/base/common/platform",
2212
2161
  "vs/base/common/strings",
2213
- "vs/editor/common/core/range"
2162
+ "vs/editor/common/config/editorOptions",
2163
+ "vs/editor/common/cursor/cursor",
2164
+ "vs/editor/common/cursorCommon",
2165
+ "vs/editor/common/core/position",
2166
+ "vs/editor/common/core/range",
2167
+ "vs/editor/common/textModelEvents",
2168
+ "vs/editor/common/languages",
2169
+ "vs/editor/common/languages/modesRegistry",
2170
+ "vs/editor/common/languages/textToHtmlTokenizer",
2171
+ "vs/editor/common/viewEvents",
2172
+ "vs/editor/common/viewLayout/viewLayout",
2173
+ "vs/editor/common/viewModel/minimapTokensColorTracker",
2174
+ "vs/editor/common/viewModel",
2175
+ "vs/editor/common/viewModel/viewModelDecorations",
2176
+ "vs/editor/common/viewModelEventDispatcher",
2177
+ "vs/editor/common/viewModel/viewModelLines"
2214
2178
  ],
2215
2179
  "vs/platform/instantiation/common/serviceCollection": [
2216
2180
  "require",
2217
2181
  "exports"
2218
2182
  ],
2219
- "vs/platform/contextview/browser/contextView": [
2183
+ "vs/platform/accessibility/common/accessibility": [
2220
2184
  "require",
2221
2185
  "exports",
2186
+ "vs/platform/contextkey/common/contextkey",
2222
2187
  "vs/platform/instantiation/common/instantiation"
2223
2188
  ],
2224
- "vs/editor/browser/widget/inlineDiffMargin": [
2189
+ "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
2225
2190
  "require",
2226
2191
  "exports",
2227
- "vs/nls!vs/editor/browser/widget/inlineDiffMargin",
2228
- "vs/base/browser/dom",
2229
- "vs/base/common/actions",
2230
- "vs/base/common/lifecycle",
2231
- "vs/editor/common/core/range",
2232
- "vs/base/common/codicons"
2233
- ],
2234
- "vs/platform/clipboard/common/clipboardService": [
2235
- "require",
2192
+ "vs/base/common/strings",
2193
+ "vs/editor/common/core/characterClassifier",
2194
+ "vs/editor/common/textModelEvents",
2195
+ "vs/editor/common/modelLineProjectionData"
2196
+ ],
2197
+ "vs/editor/browser/view/domLineBreaksComputer": [
2198
+ "require",
2199
+ "exports",
2200
+ "vs/editor/common/core/stringBuilder",
2201
+ "vs/base/common/strings",
2202
+ "vs/editor/browser/config/domFontInfo",
2203
+ "vs/editor/common/textModelEvents",
2204
+ "vs/editor/common/modelLineProjectionData"
2205
+ ],
2206
+ "vs/editor/common/cursor/cursorWordOperations": [
2207
+ "require",
2208
+ "exports",
2209
+ "vs/base/common/strings",
2210
+ "vs/editor/common/cursorCommon",
2211
+ "vs/editor/common/cursor/cursorDeleteOperations",
2212
+ "vs/editor/common/core/wordCharacterClassifier",
2213
+ "vs/editor/common/core/position",
2214
+ "vs/editor/common/core/range"
2215
+ ],
2216
+ "vs/editor/browser/config/domFontInfo": [
2217
+ "require",
2218
+ "exports",
2219
+ "vs/base/browser/browser",
2220
+ "vs/base/browser/fastDomNode",
2221
+ "vs/editor/common/config/editorOptions"
2222
+ ],
2223
+ "vs/editor/browser/services/markerDecorations": [
2224
+ "require",
2225
+ "exports",
2226
+ "vs/editor/common/services/markerDecorations",
2227
+ "vs/editor/browser/editorExtensions"
2228
+ ],
2229
+ "vs/css!vs/editor/browser/widget/media/editor": [],
2230
+ "===anonymous5===": [
2231
+ "vs/editor/browser/widget/codeEditorWidget.nls",
2232
+ "vs/editor/browser/widget/codeEditorWidget.nls.keys"
2233
+ ],
2234
+ "vs/editor/browser/widget/codeEditorWidget.nls": [],
2235
+ "vs/editor/browser/widget/codeEditorWidget.nls.keys": [],
2236
+ "vs/nls!vs/editor/browser/widget/diffEditorWidget": [],
2237
+ "vs/base/browser/ui/sash/sash": [
2238
+ "require",
2239
+ "exports",
2240
+ "vs/base/browser/dom",
2241
+ "vs/base/browser/event",
2242
+ "vs/base/browser/touch",
2243
+ "vs/base/common/async",
2244
+ "vs/base/common/decorators",
2245
+ "vs/base/common/event",
2246
+ "vs/base/common/lifecycle",
2247
+ "vs/base/common/platform",
2248
+ "vs/css!vs/base/browser/ui/sash/sash"
2249
+ ],
2250
+ "vs/base/common/async": [
2251
+ "require",
2252
+ "exports",
2253
+ "vs/base/common/cancellation",
2254
+ "vs/base/common/errors",
2255
+ "vs/base/common/event",
2256
+ "vs/base/common/lifecycle",
2257
+ "vs/base/common/platform"
2258
+ ],
2259
+ "vs/editor/browser/stableEditorScroll": [
2260
+ "require",
2261
+ "exports"
2262
+ ],
2263
+ "vs/editor/browser/widget/diffReview": [
2264
+ "require",
2265
+ "exports",
2266
+ "vs/nls!vs/editor/browser/widget/diffReview",
2267
+ "vs/base/browser/dom",
2268
+ "vs/base/browser/fastDomNode",
2269
+ "vs/base/browser/ui/actionbar/actionbar",
2270
+ "vs/base/browser/ui/scrollbar/scrollableElement",
2271
+ "vs/base/common/actions",
2272
+ "vs/base/common/lifecycle",
2273
+ "vs/editor/browser/config/domFontInfo",
2274
+ "vs/editor/browser/editorExtensions",
2275
+ "vs/editor/browser/services/codeEditorService",
2276
+ "vs/editor/common/config/editorOptions",
2277
+ "vs/editor/common/tokens/lineTokens",
2278
+ "vs/editor/common/core/position",
2279
+ "vs/editor/common/core/editorColorRegistry",
2280
+ "vs/editor/common/viewLayout/viewLineRenderer",
2281
+ "vs/editor/common/viewModel",
2282
+ "vs/platform/contextkey/common/contextkey",
2283
+ "vs/platform/theme/common/colorRegistry",
2284
+ "vs/platform/theme/common/themeService",
2285
+ "vs/base/common/codicons",
2286
+ "vs/platform/theme/common/iconRegistry",
2287
+ "vs/editor/common/languages/language",
2288
+ "vs/css!vs/editor/browser/widget/media/diffReview"
2289
+ ],
2290
+ "vs/editor/common/core/stringBuilder": [
2291
+ "require",
2292
+ "exports",
2293
+ "vs/base/common/strings",
2294
+ "vs/base/common/platform",
2295
+ "vs/base/common/buffer"
2296
+ ],
2297
+ "vs/editor/common/viewModel/overviewZoneManager": [
2298
+ "require",
2299
+ "exports"
2300
+ ],
2301
+ "vs/editor/common/viewLayout/lineDecorations": [
2302
+ "require",
2303
+ "exports",
2304
+ "vs/base/common/strings"
2305
+ ],
2306
+ "vs/editor/common/viewLayout/viewLineRenderer": [
2307
+ "require",
2308
+ "exports",
2309
+ "vs/base/common/strings",
2310
+ "vs/editor/common/core/stringBuilder",
2311
+ "vs/editor/common/viewLayout/lineDecorations",
2312
+ "vs/editor/common/viewLayout/linePart"
2313
+ ],
2314
+ "vs/editor/common/viewModel": [
2315
+ "require",
2316
+ "exports",
2317
+ "vs/base/common/strings",
2318
+ "vs/editor/common/core/range"
2319
+ ],
2320
+ "vs/platform/contextview/browser/contextView": [
2321
+ "require",
2322
+ "exports",
2323
+ "vs/platform/instantiation/common/instantiation"
2324
+ ],
2325
+ "vs/editor/browser/widget/inlineDiffMargin": [
2326
+ "require",
2327
+ "exports",
2328
+ "vs/nls!vs/editor/browser/widget/inlineDiffMargin",
2329
+ "vs/base/browser/dom",
2330
+ "vs/base/common/actions",
2331
+ "vs/base/common/lifecycle",
2332
+ "vs/editor/common/core/range",
2333
+ "vs/base/common/codicons"
2334
+ ],
2335
+ "vs/platform/clipboard/common/clipboardService": [
2336
+ "require",
2236
2337
  "exports",
2237
2338
  "vs/platform/instantiation/common/instantiation"
2238
2339
  ],
@@ -2293,15 +2394,6 @@
2293
2394
  ],
2294
2395
  "vs/editor/contrib/anchorSelect/browser/anchorSelect.nls": [],
2295
2396
  "vs/editor/contrib/anchorSelect/browser/anchorSelect.nls.keys": [],
2296
- "vs/editor/common/core/editorColorRegistry": [
2297
- "require",
2298
- "exports",
2299
- "vs/nls!vs/editor/common/core/editorColorRegistry",
2300
- "vs/base/common/color",
2301
- "vs/platform/theme/common/colorRegistry",
2302
- "vs/platform/theme/common/themeService",
2303
- "vs/platform/theme/common/theme"
2304
- ],
2305
2397
  "vs/nls!vs/editor/contrib/bracketMatching/browser/bracketMatching": [],
2306
2398
  "vs/platform/actions/common/actions": [
2307
2399
  "require",
@@ -2359,6 +2451,12 @@
2359
2451
  ],
2360
2452
  "vs/editor/contrib/caretOperations/browser/transpose.nls": [],
2361
2453
  "vs/editor/contrib/caretOperations/browser/transpose.nls.keys": [],
2454
+ "vs/base/browser/browser": [
2455
+ "require",
2456
+ "exports",
2457
+ "vs/base/common/event",
2458
+ "vs/base/common/lifecycle"
2459
+ ],
2362
2460
  "vs/editor/browser/controller/textAreaInput": [
2363
2461
  "require",
2364
2462
  "exports",
@@ -2405,6 +2503,57 @@
2405
2503
  "vs/editor/contrib/codeAction/browser/codeActionModel",
2406
2504
  "vs/editor/contrib/codeAction/browser/types"
2407
2505
  ],
2506
+ "vs/editor/contrib/codelens/browser/codelens": [
2507
+ "require",
2508
+ "exports",
2509
+ "vs/base/common/cancellation",
2510
+ "vs/base/common/errors",
2511
+ "vs/base/common/lifecycle",
2512
+ "vs/base/common/types",
2513
+ "vs/base/common/uri",
2514
+ "vs/editor/common/services/model",
2515
+ "vs/platform/commands/common/commands",
2516
+ "vs/editor/common/services/languageFeatures"
2517
+ ],
2518
+ "vs/editor/contrib/codelens/browser/codeLensCache": [
2519
+ "require",
2520
+ "exports",
2521
+ "vs/base/common/async",
2522
+ "vs/base/common/functional",
2523
+ "vs/base/common/map",
2524
+ "vs/editor/common/core/range",
2525
+ "vs/editor/contrib/codelens/browser/codelens",
2526
+ "vs/platform/instantiation/common/extensions",
2527
+ "vs/platform/instantiation/common/instantiation",
2528
+ "vs/platform/storage/common/storage"
2529
+ ],
2530
+ "vs/editor/contrib/codelens/browser/codelensWidget": [
2531
+ "require",
2532
+ "exports",
2533
+ "vs/base/browser/dom",
2534
+ "vs/base/browser/ui/iconLabel/iconLabels",
2535
+ "vs/editor/common/core/range",
2536
+ "vs/editor/common/model/textModel",
2537
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2538
+ ],
2539
+ "vs/nls!vs/editor/contrib/codelens/browser/codelensController": [],
2540
+ "vs/editor/common/services/languageFeatureDebounce": [
2541
+ "require",
2542
+ "exports",
2543
+ "vs/base/common/hash",
2544
+ "vs/base/common/map",
2545
+ "vs/base/common/numbers",
2546
+ "vs/platform/instantiation/common/extensions",
2547
+ "vs/platform/instantiation/common/instantiation",
2548
+ "vs/platform/log/common/log",
2549
+ "vs/platform/opener/common/opener"
2550
+ ],
2551
+ "===anonymous12===": [
2552
+ "vs/editor/contrib/codelens/browser/codelensController.nls",
2553
+ "vs/editor/contrib/codelens/browser/codelensController.nls.keys"
2554
+ ],
2555
+ "vs/editor/contrib/codelens/browser/codelensController.nls": [],
2556
+ "vs/editor/contrib/codelens/browser/codelensController.nls.keys": [],
2408
2557
  "vs/editor/contrib/colorPicker/browser/colorDetector": [
2409
2558
  "require",
2410
2559
  "exports",
@@ -2479,7 +2628,7 @@
2479
2628
  "vs/platform/jsonschemas/common/jsonContributionRegistry",
2480
2629
  "vs/platform/registry/common/platform"
2481
2630
  ],
2482
- "===anonymous12===": [
2631
+ "===anonymous13===": [
2483
2632
  "vs/editor/contrib/copyPaste/browser/copyPasteContribution.nls",
2484
2633
  "vs/editor/contrib/copyPaste/browser/copyPasteContribution.nls.keys"
2485
2634
  ],
@@ -2504,65 +2653,114 @@
2504
2653
  "vs/editor/contrib/comment/browser/blockCommentCommand"
2505
2654
  ],
2506
2655
  "vs/nls!vs/editor/contrib/comment/browser/comment": [],
2507
- "===anonymous13===": [
2656
+ "===anonymous14===": [
2508
2657
  "vs/editor/contrib/comment/browser/comment.nls",
2509
2658
  "vs/editor/contrib/comment/browser/comment.nls.keys"
2510
2659
  ],
2511
2660
  "vs/editor/contrib/comment/browser/comment.nls": [],
2512
2661
  "vs/editor/contrib/comment/browser/comment.nls.keys": [],
2513
- "vs/editor/contrib/codelens/browser/codelens": [
2662
+ "vs/base/browser/ui/actionbar/actionViewItems": [
2514
2663
  "require",
2515
2664
  "exports",
2516
- "vs/base/common/cancellation",
2517
- "vs/base/common/errors",
2665
+ "vs/base/browser/browser",
2666
+ "vs/base/browser/dnd",
2667
+ "vs/base/browser/dom",
2668
+ "vs/base/browser/touch",
2669
+ "vs/base/browser/ui/iconLabel/iconLabelHover",
2670
+ "vs/base/common/actions",
2518
2671
  "vs/base/common/lifecycle",
2672
+ "vs/base/common/platform",
2519
2673
  "vs/base/common/types",
2520
- "vs/base/common/uri",
2521
- "vs/editor/common/services/model",
2522
- "vs/platform/commands/common/commands",
2523
- "vs/editor/common/services/languageFeatures"
2674
+ "vs/nls!vs/base/browser/ui/actionbar/actionViewItems",
2675
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
2524
2676
  ],
2525
- "vs/editor/contrib/codelens/browser/codeLensCache": [
2677
+ "vs/base/common/actions": [
2526
2678
  "require",
2527
2679
  "exports",
2528
- "vs/base/common/async",
2529
- "vs/base/common/functional",
2530
- "vs/base/common/map",
2531
- "vs/editor/common/core/range",
2532
- "vs/editor/contrib/codelens/browser/codelens",
2533
- "vs/platform/instantiation/common/extensions",
2534
- "vs/platform/instantiation/common/instantiation",
2535
- "vs/platform/storage/common/storage"
2680
+ "vs/base/common/event",
2681
+ "vs/base/common/lifecycle",
2682
+ "vs/nls!vs/base/common/actions"
2536
2683
  ],
2537
- "vs/editor/contrib/codelens/browser/codelensWidget": [
2684
+ "vs/nls!vs/editor/contrib/contextmenu/browser/contextmenu": [],
2685
+ "===anonymous15===": [
2686
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls",
2687
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys"
2688
+ ],
2689
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls": [],
2690
+ "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys": [],
2691
+ "vs/nls!vs/editor/browser/coreCommands": [],
2692
+ "vs/editor/common/cursor/cursorColumnSelection": [
2538
2693
  "require",
2539
2694
  "exports",
2540
- "vs/base/browser/dom",
2541
- "vs/base/browser/ui/iconLabel/iconLabels",
2695
+ "vs/editor/common/cursorCommon",
2696
+ "vs/editor/common/core/position",
2697
+ "vs/editor/common/core/range"
2698
+ ],
2699
+ "vs/editor/common/cursorCommon": [
2700
+ "require",
2701
+ "exports",
2702
+ "vs/editor/common/core/position",
2542
2703
  "vs/editor/common/core/range",
2543
- "vs/editor/common/model/textModel",
2544
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget"
2704
+ "vs/editor/common/core/selection",
2705
+ "vs/editor/common/languages/supports",
2706
+ "vs/editor/common/core/cursorColumns",
2707
+ "vs/editor/common/core/indentation"
2545
2708
  ],
2546
- "vs/nls!vs/editor/contrib/codelens/browser/codelensController": [],
2547
- "vs/editor/common/services/languageFeatureDebounce": [
2709
+ "vs/editor/common/cursor/cursorDeleteOperations": [
2548
2710
  "require",
2549
2711
  "exports",
2550
- "vs/base/common/hash",
2551
- "vs/base/common/map",
2552
- "vs/base/common/numbers",
2553
- "vs/platform/instantiation/common/extensions",
2554
- "vs/platform/instantiation/common/instantiation",
2555
- "vs/platform/log/common/log",
2556
- "vs/platform/opener/common/opener"
2712
+ "vs/base/common/strings",
2713
+ "vs/editor/common/commands/replaceCommand",
2714
+ "vs/editor/common/cursorCommon",
2715
+ "vs/editor/common/core/cursorColumns",
2716
+ "vs/editor/common/cursor/cursorMoveOperations",
2717
+ "vs/editor/common/core/range",
2718
+ "vs/editor/common/core/position"
2557
2719
  ],
2558
- "===anonymous14===": [
2559
- "vs/editor/contrib/codelens/browser/codelensController.nls",
2560
- "vs/editor/contrib/codelens/browser/codelensController.nls.keys"
2720
+ "vs/editor/common/cursor/cursorMoveCommands": [
2721
+ "require",
2722
+ "exports",
2723
+ "vs/base/common/types",
2724
+ "vs/editor/common/cursorCommon",
2725
+ "vs/editor/common/cursor/cursorMoveOperations",
2726
+ "vs/editor/common/cursor/cursorWordOperations",
2727
+ "vs/editor/common/core/position",
2728
+ "vs/editor/common/core/range"
2561
2729
  ],
2562
- "vs/editor/contrib/codelens/browser/codelensController.nls": [],
2563
- "vs/editor/contrib/codelens/browser/codelensController.nls.keys": [],
2730
+ "vs/editor/common/cursor/cursorTypeOperations": [
2731
+ "require",
2732
+ "exports",
2733
+ "vs/base/common/errors",
2734
+ "vs/base/common/strings",
2735
+ "vs/editor/common/commands/replaceCommand",
2736
+ "vs/editor/common/commands/shiftCommand",
2737
+ "vs/editor/common/commands/surroundSelectionCommand",
2738
+ "vs/editor/common/cursorCommon",
2739
+ "vs/editor/common/core/wordCharacterClassifier",
2740
+ "vs/editor/common/core/range",
2741
+ "vs/editor/common/core/position",
2742
+ "vs/editor/common/languages/languageConfiguration",
2743
+ "vs/editor/common/languages/languageConfigurationRegistry",
2744
+ "vs/editor/common/languages/supports",
2745
+ "vs/editor/common/languages/autoIndent",
2746
+ "vs/editor/common/languages/enterAction"
2747
+ ],
2748
+ "vs/platform/keybinding/common/keybindingsRegistry": [
2749
+ "require",
2750
+ "exports",
2751
+ "vs/base/common/keybindings",
2752
+ "vs/base/common/platform",
2753
+ "vs/platform/commands/common/commands",
2754
+ "vs/platform/registry/common/platform"
2755
+ ],
2756
+ "===anonymous16===": [
2757
+ "vs/editor/browser/coreCommands.nls",
2758
+ "vs/editor/browser/coreCommands.nls.keys"
2759
+ ],
2760
+ "vs/editor/browser/coreCommands.nls": [],
2761
+ "vs/editor/browser/coreCommands.nls.keys": [],
2564
2762
  "vs/nls!vs/editor/contrib/cursorUndo/browser/cursorUndo": [],
2565
- "===anonymous15===": [
2763
+ "===anonymous17===": [
2566
2764
  "vs/editor/contrib/cursorUndo/browser/cursorUndo.nls",
2567
2765
  "vs/editor/contrib/cursorUndo/browser/cursorUndo.nls.keys"
2568
2766
  ],
@@ -2690,7 +2888,7 @@
2690
2888
  "vs/css!vs/editor/contrib/find/browser/findWidget"
2691
2889
  ],
2692
2890
  "vs/nls!vs/editor/contrib/find/browser/findController": [],
2693
- "===anonymous16===": [
2891
+ "===anonymous18===": [
2694
2892
  "vs/editor/contrib/find/browser/findController.nls",
2695
2893
  "vs/editor/contrib/find/browser/findController.nls.keys"
2696
2894
  ],
@@ -2744,7 +2942,7 @@
2744
2942
  "vs/base/common/strings"
2745
2943
  ],
2746
2944
  "vs/css!vs/editor/contrib/folding/browser/folding": [],
2747
- "===anonymous17===": [
2945
+ "===anonymous19===": [
2748
2946
  "vs/editor/contrib/folding/browser/folding.nls",
2749
2947
  "vs/editor/contrib/folding/browser/folding.nls.keys"
2750
2948
  ],
@@ -2756,14 +2954,14 @@
2756
2954
  "vs/base/common/event"
2757
2955
  ],
2758
2956
  "vs/nls!vs/editor/contrib/fontZoom/browser/fontZoom": [],
2759
- "===anonymous18===": [
2957
+ "===anonymous20===": [
2760
2958
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls",
2761
2959
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls.keys"
2762
2960
  ],
2763
2961
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls": [],
2764
2962
  "vs/editor/contrib/fontZoom/browser/fontZoom.nls.keys": [],
2765
2963
  "vs/nls!vs/editor/contrib/format/browser/formatActions": [],
2766
- "===anonymous19===": [
2964
+ "===anonymous21===": [
2767
2965
  "vs/editor/contrib/format/browser/formatActions.nls",
2768
2966
  "vs/editor/contrib/format/browser/formatActions.nls.keys"
2769
2967
  ],
@@ -2807,175 +3005,101 @@
2807
3005
  "vs/platform/opener/common/opener",
2808
3006
  "vs/editor/contrib/inlineCompletions/browser/consts"
2809
3007
  ],
2810
- "vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
2811
- "vs/base/common/network": [
2812
- "require",
2813
- "exports",
2814
- "vs/base/common/platform",
2815
- "vs/base/common/uri"
2816
- ],
2817
- "vs/editor/browser/config/editorConfiguration": [
3008
+ "vs/editor/browser/widget/embeddedCodeEditorWidget": [
2818
3009
  "require",
2819
3010
  "exports",
2820
- "vs/base/browser/browser",
2821
- "vs/base/common/arrays",
2822
- "vs/base/common/event",
2823
- "vs/base/common/lifecycle",
2824
3011
  "vs/base/common/objects",
2825
- "vs/base/common/platform",
2826
- "vs/editor/browser/config/elementSizeObserver",
2827
- "vs/editor/browser/config/fontMeasurements",
2828
- "vs/editor/browser/config/migrateOptions",
2829
- "vs/editor/browser/config/tabFocus",
2830
- "vs/editor/common/config/editorOptions",
2831
- "vs/editor/common/config/editorZoom",
2832
- "vs/editor/common/config/fontInfo",
2833
- "vs/platform/accessibility/common/accessibility"
2834
- ],
2835
- "vs/editor/browser/view": [
2836
- "require",
2837
- "exports",
2838
- "vs/base/browser/dom",
2839
- "vs/editor/common/core/selection",
2840
- "vs/base/browser/fastDomNode",
2841
- "vs/base/common/errors",
2842
- "vs/editor/browser/controller/pointerHandler",
2843
- "vs/editor/browser/controller/textAreaHandler",
2844
- "vs/editor/browser/view/viewController",
2845
- "vs/editor/browser/view/viewUserInputEvents",
2846
- "vs/editor/browser/view/viewOverlays",
2847
- "vs/editor/browser/view/viewPart",
2848
- "vs/editor/browser/viewParts/contentWidgets/contentWidgets",
2849
- "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
2850
- "vs/editor/browser/viewParts/decorations/decorations",
2851
- "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
2852
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
2853
- "vs/editor/browser/viewParts/indentGuides/indentGuides",
2854
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
2855
- "vs/editor/browser/viewParts/lines/viewLines",
2856
- "vs/editor/browser/viewParts/linesDecorations/linesDecorations",
2857
- "vs/editor/browser/viewParts/margin/margin",
2858
- "vs/editor/browser/viewParts/marginDecorations/marginDecorations",
2859
- "vs/editor/browser/viewParts/minimap/minimap",
2860
- "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
2861
- "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
2862
- "vs/editor/browser/viewParts/overviewRuler/overviewRuler",
2863
- "vs/editor/browser/viewParts/rulers/rulers",
2864
- "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
2865
- "vs/editor/browser/viewParts/selections/selections",
2866
- "vs/editor/browser/viewParts/viewCursors/viewCursors",
2867
- "vs/editor/browser/viewParts/viewZones/viewZones",
2868
- "vs/editor/common/core/position",
2869
- "vs/editor/common/core/range",
2870
- "vs/editor/browser/view/renderingContext",
2871
- "vs/editor/common/viewModel/viewContext",
2872
- "vs/editor/common/viewLayout/viewLinesViewportData",
2873
- "vs/editor/common/viewEventHandler",
3012
+ "vs/editor/browser/services/codeEditorService",
3013
+ "vs/editor/browser/widget/codeEditorWidget",
3014
+ "vs/platform/commands/common/commands",
3015
+ "vs/platform/contextkey/common/contextkey",
3016
+ "vs/platform/instantiation/common/instantiation",
3017
+ "vs/platform/notification/common/notification",
2874
3018
  "vs/platform/theme/common/themeService",
2875
- "vs/editor/browser/controller/mouseTarget"
2876
- ],
2877
- "vs/editor/browser/view/viewUserInputEvents": [
2878
- "require",
2879
- "exports"
3019
+ "vs/platform/accessibility/common/accessibility",
3020
+ "vs/editor/common/languages/languageConfigurationRegistry",
3021
+ "vs/editor/common/services/languageFeatures"
2880
3022
  ],
2881
- "vs/editor/common/cursor/cursor": [
3023
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
2882
3024
  "require",
2883
3025
  "exports",
2884
3026
  "vs/base/common/errors",
3027
+ "vs/base/common/event",
3028
+ "vs/base/common/idGenerator",
3029
+ "vs/base/common/lifecycle",
3030
+ "vs/base/common/map",
3031
+ "vs/base/common/resources",
2885
3032
  "vs/base/common/strings",
2886
- "vs/editor/common/cursor/cursorCollection",
2887
- "vs/editor/common/cursorCommon",
2888
- "vs/editor/common/cursor/cursorContext",
2889
- "vs/editor/common/cursor/cursorDeleteOperations",
2890
- "vs/editor/common/cursor/cursorTypeOperations",
2891
3033
  "vs/editor/common/core/range",
2892
- "vs/editor/common/core/selection",
2893
- "vs/editor/common/textModelEvents",
2894
- "vs/editor/common/viewEvents",
2895
- "vs/base/common/lifecycle",
2896
- "vs/editor/common/viewModelEventDispatcher"
3034
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel"
2897
3035
  ],
2898
- "vs/editor/common/core/cursorColumns": [
3036
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
2899
3037
  "require",
2900
3038
  "exports",
2901
- "vs/base/common/strings"
2902
- ],
2903
- "vs/editor/common/editorAction": [
2904
- "require",
2905
- "exports"
3039
+ "vs/base/common/event",
3040
+ "vs/base/common/lifecycle",
3041
+ "vs/base/common/resources",
3042
+ "vs/editor/browser/editorExtensions",
3043
+ "vs/editor/browser/services/codeEditorService",
3044
+ "vs/editor/common/core/range",
3045
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation",
3046
+ "vs/platform/contextkey/common/contextkey",
3047
+ "vs/platform/instantiation/common/extensions",
3048
+ "vs/platform/instantiation/common/instantiation",
3049
+ "vs/platform/keybinding/common/keybinding",
3050
+ "vs/platform/keybinding/common/keybindingsRegistry",
3051
+ "vs/platform/notification/common/notification"
2906
3052
  ],
2907
- "vs/editor/common/viewModel/viewModelImpl": [
3053
+ "vs/editor/contrib/message/browser/messageController": [
2908
3054
  "require",
2909
3055
  "exports",
2910
- "vs/base/common/arrays",
3056
+ "vs/base/browser/ui/aria/aria",
2911
3057
  "vs/base/common/async",
2912
- "vs/base/common/color",
2913
3058
  "vs/base/common/lifecycle",
2914
- "vs/base/common/platform",
2915
- "vs/base/common/strings",
2916
- "vs/editor/common/config/editorOptions",
2917
- "vs/editor/common/cursor/cursor",
2918
- "vs/editor/common/cursorCommon",
2919
- "vs/editor/common/core/position",
3059
+ "vs/editor/browser/editorExtensions",
2920
3060
  "vs/editor/common/core/range",
2921
- "vs/editor/common/textModelEvents",
2922
- "vs/editor/common/languages",
2923
- "vs/editor/common/languages/modesRegistry",
2924
- "vs/editor/common/languages/textToHtmlTokenizer",
2925
- "vs/editor/common/viewEvents",
2926
- "vs/editor/common/viewLayout/viewLayout",
2927
- "vs/editor/common/viewModel/minimapTokensColorTracker",
2928
- "vs/editor/common/viewModel",
2929
- "vs/editor/common/viewModel/viewModelDecorations",
2930
- "vs/editor/common/viewModelEventDispatcher",
2931
- "vs/editor/common/viewModel/viewModelLines"
3061
+ "vs/nls!vs/editor/contrib/message/browser/messageController",
3062
+ "vs/platform/contextkey/common/contextkey",
3063
+ "vs/css!vs/editor/contrib/message/browser/messageController"
2932
3064
  ],
2933
- "vs/platform/accessibility/common/accessibility": [
3065
+ "vs/editor/contrib/peekView/browser/peekView": [
2934
3066
  "require",
2935
3067
  "exports",
3068
+ "vs/base/browser/dom",
3069
+ "vs/base/browser/ui/actionbar/actionbar",
3070
+ "vs/base/common/actions",
3071
+ "vs/base/common/codicons",
3072
+ "vs/base/common/color",
3073
+ "vs/base/common/event",
3074
+ "vs/base/common/objects",
3075
+ "vs/editor/browser/editorExtensions",
3076
+ "vs/editor/browser/services/codeEditorService",
3077
+ "vs/editor/browser/widget/embeddedCodeEditorWidget",
3078
+ "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3079
+ "vs/nls!vs/editor/contrib/peekView/browser/peekView",
3080
+ "vs/platform/actions/browser/menuEntryActionViewItem",
2936
3081
  "vs/platform/contextkey/common/contextkey",
2937
- "vs/platform/instantiation/common/instantiation"
3082
+ "vs/platform/instantiation/common/extensions",
3083
+ "vs/platform/instantiation/common/instantiation",
3084
+ "vs/platform/theme/common/colorRegistry",
3085
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
2938
3086
  ],
2939
- "vs/editor/common/viewModel/monospaceLineBreaksComputer": [
3087
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/goToCommands": [],
3088
+ "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
2940
3089
  "require",
2941
3090
  "exports",
2942
- "vs/base/common/strings",
2943
- "vs/editor/common/core/characterClassifier",
2944
- "vs/editor/common/textModelEvents",
2945
- "vs/editor/common/modelLineProjectionData"
2946
- ],
2947
- "vs/editor/browser/view/domLineBreaksComputer": [
2948
- "require",
2949
- "exports",
2950
- "vs/editor/common/core/stringBuilder",
2951
- "vs/base/common/strings",
2952
- "vs/editor/browser/config/domFontInfo",
2953
- "vs/editor/common/textModelEvents",
2954
- "vs/editor/common/modelLineProjectionData"
2955
- ],
2956
- "vs/editor/common/cursor/cursorWordOperations": [
2957
- "require",
2958
- "exports",
2959
- "vs/base/common/strings",
2960
- "vs/editor/common/cursorCommon",
2961
- "vs/editor/common/cursor/cursorDeleteOperations",
2962
- "vs/editor/common/core/wordCharacterClassifier",
2963
- "vs/editor/common/core/position",
2964
- "vs/editor/common/core/range"
2965
- ],
2966
- "vs/editor/browser/services/markerDecorations": [
2967
- "require",
2968
- "exports",
2969
- "vs/editor/common/services/markerDecorations",
2970
- "vs/editor/browser/editorExtensions"
3091
+ "vs/base/common/cancellation",
3092
+ "vs/base/common/errors",
3093
+ "vs/editor/browser/editorExtensions",
3094
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel",
3095
+ "vs/editor/common/services/languageFeatures"
2971
3096
  ],
2972
- "vs/css!vs/editor/browser/widget/media/editor": [],
2973
- "===anonymous20===": [
2974
- "vs/editor/browser/widget/codeEditorWidget.nls",
2975
- "vs/editor/browser/widget/codeEditorWidget.nls.keys"
3097
+ "===anonymous22===": [
3098
+ "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls",
3099
+ "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys"
2976
3100
  ],
2977
- "vs/editor/browser/widget/codeEditorWidget.nls": [],
2978
- "vs/editor/browser/widget/codeEditorWidget.nls.keys": [],
3101
+ "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls": [],
3102
+ "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys": [],
2979
3103
  "vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture": [
2980
3104
  "require",
2981
3105
  "exports",
@@ -2983,74 +3107,14 @@
2983
3107
  "vs/base/common/lifecycle",
2984
3108
  "vs/base/common/platform"
2985
3109
  ],
2986
- "vs/editor/contrib/peekView/browser/peekView": [
2987
- "require",
2988
- "exports",
2989
- "vs/base/browser/dom",
2990
- "vs/base/browser/ui/actionbar/actionbar",
2991
- "vs/base/common/actions",
2992
- "vs/base/common/codicons",
2993
- "vs/base/common/color",
2994
- "vs/base/common/event",
2995
- "vs/base/common/objects",
2996
- "vs/editor/browser/editorExtensions",
2997
- "vs/editor/browser/services/codeEditorService",
2998
- "vs/editor/browser/widget/embeddedCodeEditorWidget",
2999
- "vs/editor/contrib/zoneWidget/browser/zoneWidget",
3000
- "vs/nls!vs/editor/contrib/peekView/browser/peekView",
3001
- "vs/platform/actions/browser/menuEntryActionViewItem",
3002
- "vs/platform/contextkey/common/contextkey",
3003
- "vs/platform/instantiation/common/extensions",
3004
- "vs/platform/instantiation/common/instantiation",
3005
- "vs/platform/theme/common/colorRegistry",
3006
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget"
3007
- ],
3008
3110
  "vs/nls!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3009
- "vs/editor/contrib/gotoSymbol/browser/goToSymbol": [
3010
- "require",
3011
- "exports",
3012
- "vs/base/common/cancellation",
3013
- "vs/base/common/errors",
3014
- "vs/editor/browser/editorExtensions",
3015
- "vs/editor/contrib/gotoSymbol/browser/referencesModel",
3016
- "vs/editor/common/services/languageFeatures"
3017
- ],
3018
3111
  "vs/css!vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition": [],
3019
- "===anonymous21===": [
3112
+ "===anonymous23===": [
3020
3113
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls",
3021
3114
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls.keys"
3022
3115
  ],
3023
3116
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls": [],
3024
3117
  "vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.nls.keys": [],
3025
- "vs/base/browser/ui/actionbar/actionViewItems": [
3026
- "require",
3027
- "exports",
3028
- "vs/base/browser/browser",
3029
- "vs/base/browser/dnd",
3030
- "vs/base/browser/dom",
3031
- "vs/base/browser/touch",
3032
- "vs/base/browser/ui/iconLabel/iconLabelHover",
3033
- "vs/base/common/actions",
3034
- "vs/base/common/lifecycle",
3035
- "vs/base/common/platform",
3036
- "vs/base/common/types",
3037
- "vs/nls!vs/base/browser/ui/actionbar/actionViewItems",
3038
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
3039
- ],
3040
- "vs/base/common/actions": [
3041
- "require",
3042
- "exports",
3043
- "vs/base/common/event",
3044
- "vs/base/common/lifecycle",
3045
- "vs/nls!vs/base/common/actions"
3046
- ],
3047
- "vs/nls!vs/editor/contrib/contextmenu/browser/contextmenu": [],
3048
- "===anonymous22===": [
3049
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls",
3050
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys"
3051
- ],
3052
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls": [],
3053
- "vs/editor/contrib/contextmenu/browser/contextmenu.nls.keys": [],
3054
3118
  "vs/editor/contrib/gotoError/browser/markerNavigationService": [
3055
3119
  "require",
3056
3120
  "exports",
@@ -3093,76 +3157,12 @@
3093
3157
  "vs/platform/theme/common/themeService",
3094
3158
  "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget"
3095
3159
  ],
3096
- "===anonymous23===": [
3160
+ "===anonymous24===": [
3097
3161
  "vs/editor/contrib/gotoError/browser/gotoError.nls",
3098
3162
  "vs/editor/contrib/gotoError/browser/gotoError.nls.keys"
3099
3163
  ],
3100
3164
  "vs/editor/contrib/gotoError/browser/gotoError.nls": [],
3101
3165
  "vs/editor/contrib/gotoError/browser/gotoError.nls.keys": [],
3102
- "vs/editor/browser/widget/embeddedCodeEditorWidget": [
3103
- "require",
3104
- "exports",
3105
- "vs/base/common/objects",
3106
- "vs/editor/browser/services/codeEditorService",
3107
- "vs/editor/browser/widget/codeEditorWidget",
3108
- "vs/platform/commands/common/commands",
3109
- "vs/platform/contextkey/common/contextkey",
3110
- "vs/platform/instantiation/common/instantiation",
3111
- "vs/platform/notification/common/notification",
3112
- "vs/platform/theme/common/themeService",
3113
- "vs/platform/accessibility/common/accessibility",
3114
- "vs/editor/common/languages/languageConfigurationRegistry",
3115
- "vs/editor/common/services/languageFeatures"
3116
- ],
3117
- "vs/editor/contrib/gotoSymbol/browser/referencesModel": [
3118
- "require",
3119
- "exports",
3120
- "vs/base/common/errors",
3121
- "vs/base/common/event",
3122
- "vs/base/common/idGenerator",
3123
- "vs/base/common/lifecycle",
3124
- "vs/base/common/map",
3125
- "vs/base/common/resources",
3126
- "vs/base/common/strings",
3127
- "vs/editor/common/core/range",
3128
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel"
3129
- ],
3130
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [
3131
- "require",
3132
- "exports",
3133
- "vs/base/common/event",
3134
- "vs/base/common/lifecycle",
3135
- "vs/base/common/resources",
3136
- "vs/editor/browser/editorExtensions",
3137
- "vs/editor/browser/services/codeEditorService",
3138
- "vs/editor/common/core/range",
3139
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation",
3140
- "vs/platform/contextkey/common/contextkey",
3141
- "vs/platform/instantiation/common/extensions",
3142
- "vs/platform/instantiation/common/instantiation",
3143
- "vs/platform/keybinding/common/keybinding",
3144
- "vs/platform/keybinding/common/keybindingsRegistry",
3145
- "vs/platform/notification/common/notification"
3146
- ],
3147
- "vs/editor/contrib/message/browser/messageController": [
3148
- "require",
3149
- "exports",
3150
- "vs/base/browser/ui/aria/aria",
3151
- "vs/base/common/async",
3152
- "vs/base/common/lifecycle",
3153
- "vs/editor/browser/editorExtensions",
3154
- "vs/editor/common/core/range",
3155
- "vs/nls!vs/editor/contrib/message/browser/messageController",
3156
- "vs/platform/contextkey/common/contextkey",
3157
- "vs/css!vs/editor/contrib/message/browser/messageController"
3158
- ],
3159
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/goToCommands": [],
3160
- "===anonymous24===": [
3161
- "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls",
3162
- "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys"
3163
- ],
3164
- "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls": [],
3165
- "vs/editor/contrib/gotoSymbol/browser/goToCommands.nls.keys": [],
3166
3166
  "vs/editor/contrib/hover/browser/contentHover": [
3167
3167
  "require",
3168
3168
  "exports",
@@ -3355,35 +3355,52 @@
3355
3355
  ],
3356
3356
  "vs/editor/contrib/lineSelection/browser/lineSelection.nls": [],
3357
3357
  "vs/editor/contrib/lineSelection/browser/lineSelection.nls.keys": [],
3358
- "vs/nls!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3359
- "===anonymous29===": [
3360
- "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls",
3361
- "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls.keys"
3358
+ "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3359
+ "require",
3360
+ "exports",
3361
+ "vs/base/common/strings",
3362
+ "vs/editor/common/core/editOperation",
3363
+ "vs/editor/common/core/range"
3362
3364
  ],
3363
- "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls": [],
3364
- "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls.keys": [],
3365
- "vs/editor/contrib/links/browser/getLinks": [
3365
+ "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3366
3366
  "require",
3367
3367
  "exports",
3368
- "vs/base/common/arrays",
3369
- "vs/base/common/cancellation",
3370
- "vs/base/common/errors",
3371
- "vs/base/common/lifecycle",
3372
- "vs/base/common/types",
3373
- "vs/base/common/uri",
3374
3368
  "vs/editor/common/core/range",
3375
- "vs/editor/common/services/model",
3376
- "vs/platform/commands/common/commands",
3377
- "vs/editor/common/services/languageFeatures"
3369
+ "vs/editor/common/core/selection"
3378
3370
  ],
3379
- "vs/nls!vs/editor/contrib/links/browser/links": [],
3380
- "vs/css!vs/editor/contrib/links/browser/links": [],
3371
+ "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3372
+ "require",
3373
+ "exports",
3374
+ "vs/base/common/strings",
3375
+ "vs/editor/common/commands/shiftCommand",
3376
+ "vs/editor/common/core/range",
3377
+ "vs/editor/common/core/selection",
3378
+ "vs/editor/common/languages/languageConfiguration",
3379
+ "vs/editor/common/languages/languageConfigurationRegistry",
3380
+ "vs/editor/contrib/indentation/browser/indentUtils",
3381
+ "vs/editor/common/languages/autoIndent",
3382
+ "vs/editor/common/languages/enterAction"
3383
+ ],
3384
+ "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3385
+ "require",
3386
+ "exports",
3387
+ "vs/editor/common/core/editOperation",
3388
+ "vs/editor/common/core/range"
3389
+ ],
3390
+ "vs/nls!vs/editor/contrib/linesOperations/browser/linesOperations": [],
3391
+ "===anonymous29===": [
3392
+ "vs/editor/contrib/linesOperations/browser/linesOperations.nls",
3393
+ "vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys"
3394
+ ],
3395
+ "vs/editor/contrib/linesOperations/browser/linesOperations.nls": [],
3396
+ "vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys": [],
3397
+ "vs/nls!vs/editor/contrib/linkedEditing/browser/linkedEditing": [],
3381
3398
  "===anonymous30===": [
3382
- "vs/editor/contrib/links/browser/links.nls",
3383
- "vs/editor/contrib/links/browser/links.nls.keys"
3399
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls",
3400
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls.keys"
3384
3401
  ],
3385
- "vs/editor/contrib/links/browser/links.nls": [],
3386
- "vs/editor/contrib/links/browser/links.nls.keys": [],
3402
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls": [],
3403
+ "vs/editor/contrib/linkedEditing/browser/linkedEditing.nls.keys": [],
3387
3404
  "vs/nls!vs/editor/contrib/multicursor/browser/multicursor": [],
3388
3405
  "===anonymous31===": [
3389
3406
  "vs/editor/contrib/multicursor/browser/multicursor.nls",
@@ -3495,68 +3512,29 @@
3495
3512
  ],
3496
3513
  "vs/editor/contrib/smartSelect/browser/smartSelect.nls": [],
3497
3514
  "vs/editor/contrib/smartSelect/browser/smartSelect.nls.keys": [],
3498
- "vs/editor/common/commands/trimTrailingWhitespaceCommand": [
3515
+ "vs/editor/contrib/suggest/browser/suggest": [
3499
3516
  "require",
3500
3517
  "exports",
3501
- "vs/base/common/strings",
3502
- "vs/editor/common/core/editOperation",
3503
- "vs/editor/common/core/range"
3518
+ "vs/base/common/cancellation",
3519
+ "vs/base/common/errors",
3520
+ "vs/base/common/filters",
3521
+ "vs/base/common/lifecycle",
3522
+ "vs/base/common/stopwatch",
3523
+ "vs/base/common/types",
3524
+ "vs/base/common/uri",
3525
+ "vs/editor/common/core/position",
3526
+ "vs/editor/common/core/range",
3527
+ "vs/editor/common/services/resolverService",
3528
+ "vs/editor/contrib/snippet/browser/snippetParser",
3529
+ "vs/nls!vs/editor/contrib/suggest/browser/suggest",
3530
+ "vs/platform/actions/common/actions",
3531
+ "vs/platform/commands/common/commands",
3532
+ "vs/platform/contextkey/common/contextkey",
3533
+ "vs/editor/common/services/languageFeatures",
3534
+ "vs/platform/history/browser/contextScopedHistoryWidget"
3504
3535
  ],
3505
- "vs/editor/contrib/linesOperations/browser/copyLinesCommand": [
3506
- "require",
3507
- "exports",
3508
- "vs/editor/common/core/range",
3509
- "vs/editor/common/core/selection"
3510
- ],
3511
- "vs/editor/contrib/linesOperations/browser/moveLinesCommand": [
3512
- "require",
3513
- "exports",
3514
- "vs/base/common/strings",
3515
- "vs/editor/common/commands/shiftCommand",
3516
- "vs/editor/common/core/range",
3517
- "vs/editor/common/core/selection",
3518
- "vs/editor/common/languages/languageConfiguration",
3519
- "vs/editor/common/languages/languageConfigurationRegistry",
3520
- "vs/editor/contrib/indentation/browser/indentUtils",
3521
- "vs/editor/common/languages/autoIndent",
3522
- "vs/editor/common/languages/enterAction"
3523
- ],
3524
- "vs/editor/contrib/linesOperations/browser/sortLinesCommand": [
3525
- "require",
3526
- "exports",
3527
- "vs/editor/common/core/editOperation",
3528
- "vs/editor/common/core/range"
3529
- ],
3530
- "vs/nls!vs/editor/contrib/linesOperations/browser/linesOperations": [],
3531
- "===anonymous35===": [
3532
- "vs/editor/contrib/linesOperations/browser/linesOperations.nls",
3533
- "vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys"
3534
- ],
3535
- "vs/editor/contrib/linesOperations/browser/linesOperations.nls": [],
3536
- "vs/editor/contrib/linesOperations/browser/linesOperations.nls.keys": [],
3537
- "vs/editor/contrib/suggest/browser/suggest": [
3538
- "require",
3539
- "exports",
3540
- "vs/base/common/cancellation",
3541
- "vs/base/common/errors",
3542
- "vs/base/common/filters",
3543
- "vs/base/common/lifecycle",
3544
- "vs/base/common/stopwatch",
3545
- "vs/base/common/types",
3546
- "vs/base/common/uri",
3547
- "vs/editor/common/core/position",
3548
- "vs/editor/common/core/range",
3549
- "vs/editor/common/services/resolverService",
3550
- "vs/editor/contrib/snippet/browser/snippetParser",
3551
- "vs/nls!vs/editor/contrib/suggest/browser/suggest",
3552
- "vs/platform/actions/common/actions",
3553
- "vs/platform/commands/common/commands",
3554
- "vs/platform/contextkey/common/contextkey",
3555
- "vs/editor/common/services/languageFeatures",
3556
- "vs/platform/history/browser/contextScopedHistoryWidget"
3557
- ],
3558
- "vs/nls!vs/editor/contrib/snippet/browser/snippetController2": [],
3559
- "vs/editor/contrib/snippet/browser/snippetSession": [
3536
+ "vs/nls!vs/editor/contrib/snippet/browser/snippetController2": [],
3537
+ "vs/editor/contrib/snippet/browser/snippetSession": [
3560
3538
  "require",
3561
3539
  "exports",
3562
3540
  "vs/base/common/arrays",
@@ -3573,7 +3551,7 @@
3573
3551
  "vs/editor/contrib/snippet/browser/snippetVariables",
3574
3552
  "vs/css!vs/editor/contrib/snippet/browser/snippetSession"
3575
3553
  ],
3576
- "===anonymous36===": [
3554
+ "===anonymous35===": [
3577
3555
  "vs/editor/contrib/snippet/browser/snippetController2.nls",
3578
3556
  "vs/editor/contrib/snippet/browser/snippetController2.nls.keys"
3579
3557
  ],
@@ -3674,7 +3652,7 @@
3674
3652
  "vs/css!vs/editor/contrib/suggest/browser/media/suggest",
3675
3653
  "vs/editor/contrib/symbolIcons/browser/symbolIcons"
3676
3654
  ],
3677
- "===anonymous37===": [
3655
+ "===anonymous36===": [
3678
3656
  "vs/editor/contrib/suggest/browser/suggestController.nls",
3679
3657
  "vs/editor/contrib/suggest/browser/suggestController.nls.keys"
3680
3658
  ],
@@ -3701,7 +3679,7 @@
3701
3679
  "vs/editor/contrib/smartSelect/browser/bracketSelections"
3702
3680
  ],
3703
3681
  "vs/nls!vs/editor/contrib/tokenization/browser/tokenization": [],
3704
- "===anonymous38===": [
3682
+ "===anonymous37===": [
3705
3683
  "vs/editor/contrib/tokenization/browser/tokenization.nls",
3706
3684
  "vs/editor/contrib/tokenization/browser/tokenization.nls.keys"
3707
3685
  ],
@@ -3713,7 +3691,7 @@
3713
3691
  "vs/base/common/event"
3714
3692
  ],
3715
3693
  "vs/nls!vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": [],
3716
- "===anonymous39===": [
3694
+ "===anonymous38===": [
3717
3695
  "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.nls",
3718
3696
  "vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.nls.keys"
3719
3697
  ],
@@ -3748,14 +3726,14 @@
3748
3726
  "vs/platform/instantiation/common/instantiation"
3749
3727
  ],
3750
3728
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter": [],
3751
- "===anonymous40===": [
3729
+ "===anonymous39===": [
3752
3730
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.nls",
3753
3731
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.nls.keys"
3754
3732
  ],
3755
3733
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.nls": [],
3756
3734
  "vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.nls.keys": [],
3757
3735
  "vs/nls!vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators": [],
3758
- "===anonymous41===": [
3736
+ "===anonymous40===": [
3759
3737
  "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.nls",
3760
3738
  "vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.nls.keys"
3761
3739
  ],
@@ -3814,12 +3792,34 @@
3814
3792
  "vs/editor/common/languages/language"
3815
3793
  ],
3816
3794
  "vs/nls!vs/editor/contrib/wordHighlighter/browser/wordHighlighter": [],
3817
- "===anonymous42===": [
3795
+ "===anonymous41===": [
3818
3796
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter.nls",
3819
3797
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter.nls.keys"
3820
3798
  ],
3821
3799
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter.nls": [],
3822
3800
  "vs/editor/contrib/wordHighlighter/browser/wordHighlighter.nls.keys": [],
3801
+ "vs/editor/contrib/links/browser/getLinks": [
3802
+ "require",
3803
+ "exports",
3804
+ "vs/base/common/arrays",
3805
+ "vs/base/common/cancellation",
3806
+ "vs/base/common/errors",
3807
+ "vs/base/common/lifecycle",
3808
+ "vs/base/common/types",
3809
+ "vs/base/common/uri",
3810
+ "vs/editor/common/core/range",
3811
+ "vs/editor/common/services/model",
3812
+ "vs/platform/commands/common/commands",
3813
+ "vs/editor/common/services/languageFeatures"
3814
+ ],
3815
+ "vs/nls!vs/editor/contrib/links/browser/links": [],
3816
+ "vs/css!vs/editor/contrib/links/browser/links": [],
3817
+ "===anonymous42===": [
3818
+ "vs/editor/contrib/links/browser/links.nls",
3819
+ "vs/editor/contrib/links/browser/links.nls.keys"
3820
+ ],
3821
+ "vs/editor/contrib/links/browser/links.nls": [],
3822
+ "vs/editor/contrib/links/browser/links.nls.keys": [],
3823
3823
  "vs/editor/common/core/wordCharacterClassifier": [
3824
3824
  "require",
3825
3825
  "exports",
@@ -4165,6 +4165,13 @@
4165
4165
  "vs/platform/instantiation/common/extensions",
4166
4166
  "vs/platform/theme/common/themeService"
4167
4167
  ],
4168
+ "vs/nls!vs/platform/markers/common/markers": [],
4169
+ "===anonymous53===": [
4170
+ "vs/platform/markers/common/markers.nls",
4171
+ "vs/platform/markers/common/markers.nls.keys"
4172
+ ],
4173
+ "vs/platform/markers/common/markers.nls": [],
4174
+ "vs/platform/markers/common/markers.nls.keys": [],
4168
4175
  "vs/platform/configuration/common/configurationModels": [
4169
4176
  "require",
4170
4177
  "exports",
@@ -4416,13 +4423,6 @@
4416
4423
  "vs/editor/common/services/languageFeatures",
4417
4424
  "vs/platform/instantiation/common/extensions"
4418
4425
  ],
4419
- "vs/nls!vs/platform/markers/common/markers": [],
4420
- "===anonymous53===": [
4421
- "vs/platform/markers/common/markers.nls",
4422
- "vs/platform/markers/common/markers.nls.keys"
4423
- ],
4424
- "vs/platform/markers/common/markers.nls": [],
4425
- "vs/platform/markers/common/markers.nls.keys": [],
4426
4426
  "vs/nls!vs/editor/common/languages/modesRegistry": [],
4427
4427
  "===anonymous54===": [
4428
4428
  "vs/editor/common/languages/modesRegistry.nls",
@@ -4434,18 +4434,6 @@
4434
4434
  "require",
4435
4435
  "exports"
4436
4436
  ],
4437
- "vs/editor/common/commands/surroundSelectionCommand": [
4438
- "require",
4439
- "exports",
4440
- "vs/editor/common/core/range",
4441
- "vs/editor/common/core/selection"
4442
- ],
4443
- "vs/editor/common/languages/enterAction": [
4444
- "require",
4445
- "exports",
4446
- "vs/editor/common/languages/languageConfiguration",
4447
- "vs/editor/common/languages/languageConfigurationRegistry"
4448
- ],
4449
4437
  "vs/editor/contrib/editorState/browser/keybindingCancellation": [
4450
4438
  "require",
4451
4439
  "exports",
@@ -4457,849 +4445,914 @@
4457
4445
  "vs/platform/instantiation/common/extensions",
4458
4446
  "vs/nls!vs/editor/contrib/editorState/browser/keybindingCancellation"
4459
4447
  ],
4460
- "vs/base/browser/event": [
4448
+ "vs/editor/browser/config/migrateOptions": [
4461
4449
  "require",
4462
4450
  "exports",
4463
- "vs/base/common/event"
4464
- ],
4465
- "vs/base/common/decorators": [
4466
- "require",
4467
- "exports"
4468
- ],
4469
- "vs/css!vs/base/browser/ui/sash/sash": [],
4470
- "vs/base/common/buffer": [
4471
- "require",
4472
- "exports"
4451
+ "vs/base/common/collections"
4473
4452
  ],
4474
- "vs/nls!vs/editor/browser/widget/diffReview": [],
4475
- "vs/base/browser/ui/actionbar/actionbar": [
4453
+ "vs/editor/browser/controller/pointerHandler": [
4476
4454
  "require",
4477
4455
  "exports",
4478
4456
  "vs/base/browser/dom",
4479
- "vs/base/browser/keyboardEvent",
4480
- "vs/base/browser/ui/actionbar/actionViewItems",
4481
- "vs/base/common/actions",
4482
- "vs/base/common/event",
4457
+ "vs/base/common/platform",
4458
+ "vs/base/browser/touch",
4483
4459
  "vs/base/common/lifecycle",
4484
- "vs/base/common/types",
4485
- "vs/css!vs/base/browser/ui/actionbar/actionbar"
4460
+ "vs/editor/browser/controller/mouseHandler",
4461
+ "vs/editor/browser/editorDom",
4462
+ "vs/base/browser/canIUse",
4463
+ "vs/editor/browser/controller/textAreaInput"
4486
4464
  ],
4487
- "vs/base/browser/ui/scrollbar/scrollableElement": [
4465
+ "vs/editor/browser/controller/textAreaHandler": [
4488
4466
  "require",
4489
4467
  "exports",
4468
+ "vs/nls!vs/editor/browser/controller/textAreaHandler",
4490
4469
  "vs/base/browser/browser",
4491
- "vs/base/browser/dom",
4492
4470
  "vs/base/browser/fastDomNode",
4493
- "vs/base/browser/mouseEvent",
4494
- "vs/base/browser/ui/scrollbar/horizontalScrollbar",
4495
- "vs/base/browser/ui/scrollbar/verticalScrollbar",
4496
- "vs/base/browser/ui/widget",
4497
- "vs/base/common/async",
4498
- "vs/base/common/event",
4499
- "vs/base/common/lifecycle",
4500
4471
  "vs/base/common/platform",
4501
- "vs/base/common/scrollable",
4502
- "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
4472
+ "vs/base/common/strings",
4473
+ "vs/editor/browser/config/domFontInfo",
4474
+ "vs/editor/browser/controller/textAreaInput",
4475
+ "vs/editor/browser/controller/textAreaState",
4476
+ "vs/editor/browser/view/viewPart",
4477
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
4478
+ "vs/editor/browser/viewParts/margin/margin",
4479
+ "vs/editor/common/config/editorOptions",
4480
+ "vs/editor/common/core/wordCharacterClassifier",
4481
+ "vs/editor/common/core/position",
4482
+ "vs/editor/common/core/range",
4483
+ "vs/editor/common/core/selection",
4484
+ "vs/base/browser/ui/mouseCursor/mouseCursor",
4485
+ "vs/editor/common/languages",
4486
+ "vs/base/common/color",
4487
+ "vs/css!vs/editor/browser/controller/textAreaHandler"
4503
4488
  ],
4504
- "vs/css!vs/editor/browser/widget/media/diffReview": [],
4505
- "===anonymous55===": [
4506
- "vs/editor/browser/widget/diffReview.nls",
4507
- "vs/editor/browser/widget/diffReview.nls.keys"
4489
+ "vs/editor/browser/view/viewController": [
4490
+ "require",
4491
+ "exports",
4492
+ "vs/editor/browser/coreCommands",
4493
+ "vs/editor/common/core/position",
4494
+ "vs/base/common/platform"
4508
4495
  ],
4509
- "vs/editor/browser/widget/diffReview.nls": [],
4510
- "vs/editor/browser/widget/diffReview.nls.keys": [],
4511
- "vs/editor/common/core/eolCounter": [
4496
+ "vs/editor/browser/view/viewOverlays": [
4512
4497
  "require",
4513
- "exports"
4498
+ "exports",
4499
+ "vs/base/browser/fastDomNode",
4500
+ "vs/editor/browser/config/domFontInfo",
4501
+ "vs/editor/browser/view/viewLayer",
4502
+ "vs/editor/browser/view/viewPart"
4514
4503
  ],
4515
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
4504
+ "vs/editor/browser/view/viewPart": [
4516
4505
  "require",
4517
4506
  "exports",
4518
- "vs/base/common/event",
4519
- "vs/base/common/lifecycle",
4520
- "vs/editor/common/core/range",
4521
- "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree",
4522
- "vs/editor/common/languages/supports",
4523
- "vs/editor/common/languages/supports/richEditBrackets",
4524
- "vs/base/common/arrays"
4507
+ "vs/editor/common/viewEventHandler"
4525
4508
  ],
4526
- "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
4509
+ "vs/editor/browser/viewParts/contentWidgets/contentWidgets": [
4527
4510
  "require",
4528
4511
  "exports",
4529
- "vs/base/common/event",
4530
- "vs/base/common/lifecycle",
4531
- "vs/editor/common/core/range",
4532
- "vs/editor/common/core/editorColorRegistry",
4533
- "vs/platform/theme/common/themeService"
4512
+ "vs/base/browser/dom",
4513
+ "vs/base/browser/fastDomNode",
4514
+ "vs/editor/browser/view/viewPart"
4534
4515
  ],
4535
- "vs/editor/common/model/editStack": [
4516
+ "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [
4536
4517
  "require",
4537
4518
  "exports",
4538
- "vs/nls!vs/editor/common/model/editStack",
4539
- "vs/base/common/errors",
4519
+ "vs/editor/browser/view/dynamicViewOverlay",
4520
+ "vs/editor/common/core/editorColorRegistry",
4521
+ "vs/base/common/arrays",
4522
+ "vs/platform/theme/common/themeService",
4540
4523
  "vs/editor/common/core/selection",
4541
- "vs/base/common/uri",
4542
- "vs/editor/common/core/textChange",
4543
- "vs/base/common/buffer",
4544
- "vs/base/common/resources"
4524
+ "vs/platform/theme/common/theme",
4525
+ "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight"
4545
4526
  ],
4546
- "vs/editor/common/model/guidesTextModelPart": [
4527
+ "vs/editor/browser/viewParts/decorations/decorations": [
4547
4528
  "require",
4548
4529
  "exports",
4549
- "vs/base/common/arrays",
4550
- "vs/base/common/strings",
4551
- "vs/editor/common/core/cursorColumns",
4530
+ "vs/editor/browser/view/dynamicViewOverlay",
4552
4531
  "vs/editor/common/core/range",
4553
- "vs/editor/common/model/textModelPart",
4554
- "vs/editor/common/model/utils",
4555
- "vs/editor/common/textModelGuides"
4532
+ "vs/editor/browser/view/renderingContext",
4533
+ "vs/css!vs/editor/browser/viewParts/decorations/decorations"
4556
4534
  ],
4557
- "vs/editor/common/model/indentationGuesser": [
4535
+ "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar": [
4558
4536
  "require",
4559
- "exports"
4537
+ "exports",
4538
+ "vs/base/browser/dom",
4539
+ "vs/base/browser/fastDomNode",
4540
+ "vs/base/browser/ui/scrollbar/scrollableElement",
4541
+ "vs/editor/browser/view/viewPart",
4542
+ "vs/platform/theme/common/themeService",
4543
+ "vs/platform/theme/common/colorRegistry"
4560
4544
  ],
4561
- "vs/editor/common/model/intervalTree": [
4545
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin": [
4562
4546
  "require",
4563
- "exports"
4547
+ "exports",
4548
+ "vs/editor/browser/view/dynamicViewOverlay",
4549
+ "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin"
4564
4550
  ],
4565
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
4551
+ "vs/editor/browser/viewParts/indentGuides/indentGuides": [
4566
4552
  "require",
4567
4553
  "exports",
4568
- "vs/base/common/event",
4569
- "vs/base/common/strings",
4570
- "vs/editor/common/core/range",
4571
- "vs/editor/common/model",
4572
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4573
- "vs/editor/common/core/eolCounter",
4574
- "vs/editor/common/core/textChange",
4575
- "vs/base/common/lifecycle"
4554
+ "vs/editor/browser/view/dynamicViewOverlay",
4555
+ "vs/editor/common/core/editorColorRegistry",
4556
+ "vs/platform/theme/common/themeService",
4557
+ "vs/editor/common/core/position",
4558
+ "vs/base/common/arrays",
4559
+ "vs/base/common/types",
4560
+ "vs/editor/common/model/guidesTextModelPart",
4561
+ "vs/editor/common/textModelGuides",
4562
+ "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides"
4576
4563
  ],
4577
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
4564
+ "vs/editor/browser/viewParts/lineNumbers/lineNumbers": [
4578
4565
  "require",
4579
4566
  "exports",
4580
- "vs/base/common/strings",
4581
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4582
- "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
4567
+ "vs/base/common/platform",
4568
+ "vs/editor/browser/view/dynamicViewOverlay",
4569
+ "vs/editor/common/core/position",
4570
+ "vs/editor/common/core/editorColorRegistry",
4571
+ "vs/platform/theme/common/themeService",
4572
+ "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers"
4583
4573
  ],
4584
- "vs/editor/common/model/tokenizationTextModelPart": [
4574
+ "vs/editor/browser/viewParts/lines/viewLines": [
4585
4575
  "require",
4586
4576
  "exports",
4587
- "vs/base/common/event",
4577
+ "vs/base/common/platform",
4578
+ "vs/base/common/async",
4579
+ "vs/editor/browser/config/domFontInfo",
4580
+ "vs/editor/browser/view/viewLayer",
4581
+ "vs/editor/browser/view/viewPart",
4582
+ "vs/editor/browser/viewParts/lines/viewLine",
4588
4583
  "vs/editor/common/core/position",
4589
- "vs/editor/common/core/wordHelper",
4590
- "vs/editor/common/model/textModelPart",
4591
- "vs/editor/common/model/textModelTokens",
4592
- "vs/editor/common/tokens/contiguousTokensStore",
4593
- "vs/editor/common/tokens/sparseTokensStore"
4594
- ],
4595
- "vs/editor/common/textModelEvents": [
4596
- "require",
4597
- "exports"
4584
+ "vs/editor/common/core/range",
4585
+ "vs/editor/browser/view/renderingContext",
4586
+ "vs/base/browser/ui/mouseCursor/mouseCursor",
4587
+ "vs/css!vs/editor/browser/viewParts/lines/viewLines"
4598
4588
  ],
4599
- "vs/platform/undoRedo/common/undoRedo": [
4589
+ "vs/editor/browser/viewParts/linesDecorations/linesDecorations": [
4600
4590
  "require",
4601
4591
  "exports",
4602
- "vs/platform/instantiation/common/instantiation"
4603
- ],
4604
- "vs/editor/common/viewLayout/linePart": [
4605
- "require",
4606
- "exports"
4607
- ],
4608
- "vs/nls!vs/editor/browser/widget/inlineDiffMargin": [],
4609
- "===anonymous56===": [
4610
- "vs/editor/browser/widget/inlineDiffMargin.nls",
4611
- "vs/editor/browser/widget/inlineDiffMargin.nls.keys"
4612
- ],
4613
- "vs/editor/browser/widget/inlineDiffMargin.nls": [],
4614
- "vs/editor/browser/widget/inlineDiffMargin.nls.keys": [],
4615
- "vs/nls!vs/platform/theme/common/iconRegistry": [],
4616
- "===anonymous57===": [
4617
- "vs/platform/theme/common/iconRegistry.nls",
4618
- "vs/platform/theme/common/iconRegistry.nls.keys"
4619
- ],
4620
- "vs/platform/theme/common/iconRegistry.nls": [],
4621
- "vs/platform/theme/common/iconRegistry.nls.keys": [],
4622
- "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
4623
- "vs/nls!vs/editor/common/core/editorColorRegistry": [],
4624
- "===anonymous58===": [
4625
- "vs/editor/common/core/editorColorRegistry.nls",
4626
- "vs/editor/common/core/editorColorRegistry.nls.keys"
4592
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
4593
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations"
4627
4594
  ],
4628
- "vs/editor/common/core/editorColorRegistry.nls": [],
4629
- "vs/editor/common/core/editorColorRegistry.nls.keys": [],
4630
- "vs/editor/common/cursor/cursorAtomicMoveOperations": [
4595
+ "vs/editor/browser/viewParts/margin/margin": [
4631
4596
  "require",
4632
4597
  "exports",
4633
- "vs/editor/common/core/cursorColumns"
4598
+ "vs/base/browser/fastDomNode",
4599
+ "vs/editor/browser/view/viewPart"
4634
4600
  ],
4635
- "vs/editor/browser/controller/textAreaState": [
4601
+ "vs/editor/browser/viewParts/marginDecorations/marginDecorations": [
4636
4602
  "require",
4637
4603
  "exports",
4638
- "vs/base/common/strings",
4639
- "vs/editor/common/core/position",
4640
- "vs/editor/common/core/range"
4604
+ "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
4605
+ "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations"
4641
4606
  ],
4642
- "vs/editor/contrib/codeAction/browser/codeAction": [
4607
+ "vs/editor/browser/viewParts/minimap/minimap": [
4643
4608
  "require",
4644
4609
  "exports",
4645
- "vs/base/common/arrays",
4646
- "vs/base/common/cancellation",
4647
- "vs/base/common/errors",
4610
+ "vs/base/browser/dom",
4611
+ "vs/base/browser/fastDomNode",
4612
+ "vs/base/browser/globalPointerMoveMonitor",
4648
4613
  "vs/base/common/lifecycle",
4649
- "vs/base/common/uri",
4650
- "vs/editor/contrib/editorState/browser/editorState",
4614
+ "vs/base/common/platform",
4615
+ "vs/base/common/strings",
4616
+ "vs/editor/browser/view/viewLayer",
4617
+ "vs/editor/browser/view/viewPart",
4618
+ "vs/editor/common/config/editorOptions",
4651
4619
  "vs/editor/common/core/range",
4620
+ "vs/editor/common/core/rgba",
4621
+ "vs/editor/common/viewModel/minimapTokensColorTracker",
4622
+ "vs/editor/common/viewModel",
4623
+ "vs/platform/theme/common/colorRegistry",
4624
+ "vs/platform/theme/common/themeService",
4652
4625
  "vs/editor/common/core/selection",
4653
- "vs/editor/common/services/model",
4654
- "vs/platform/commands/common/commands",
4655
- "vs/platform/progress/common/progress",
4656
- "vs/editor/contrib/codeAction/browser/types",
4657
- "vs/editor/common/services/languageFeatures"
4626
+ "vs/base/browser/touch",
4627
+ "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory",
4628
+ "vs/editor/common/model",
4629
+ "vs/base/common/functional",
4630
+ "vs/css!vs/editor/browser/viewParts/minimap/minimap"
4658
4631
  ],
4659
- "vs/editor/contrib/codeAction/browser/codeActionUi": [
4632
+ "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [
4660
4633
  "require",
4661
4634
  "exports",
4662
- "vs/base/common/errors",
4663
- "vs/base/common/lazy",
4664
- "vs/base/common/lifecycle",
4665
- "vs/editor/contrib/message/browser/messageController",
4666
- "vs/platform/instantiation/common/instantiation",
4667
- "vs/editor/contrib/codeAction/browser/codeActionMenu",
4668
- "vs/editor/contrib/codeAction/browser/lightBulbWidget"
4635
+ "vs/base/browser/fastDomNode",
4636
+ "vs/editor/browser/view/viewPart",
4637
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets"
4669
4638
  ],
4670
- "vs/nls!vs/editor/contrib/codeAction/browser/codeActionCommands": [],
4671
- "vs/editor/contrib/codeAction/browser/codeActionModel": [
4639
+ "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler": [
4672
4640
  "require",
4673
4641
  "exports",
4674
- "vs/base/common/async",
4675
- "vs/base/common/errors",
4676
- "vs/base/common/event",
4677
- "vs/base/common/lifecycle",
4678
- "vs/base/common/resources",
4679
- "vs/editor/common/core/range",
4680
- "vs/platform/contextkey/common/contextkey",
4681
- "vs/platform/progress/common/progress",
4682
- "vs/editor/contrib/codeAction/browser/codeAction"
4683
- ],
4684
- "vs/editor/contrib/codeAction/browser/types": [
4685
- "require",
4686
- "exports"
4687
- ],
4688
- "===anonymous59===": [
4689
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls",
4690
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys"
4642
+ "vs/base/browser/fastDomNode",
4643
+ "vs/base/common/color",
4644
+ "vs/editor/browser/view/viewPart",
4645
+ "vs/editor/common/core/position",
4646
+ "vs/editor/common/languages",
4647
+ "vs/editor/common/core/editorColorRegistry",
4648
+ "vs/editor/common/viewModel"
4691
4649
  ],
4692
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls": [],
4693
- "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys": [],
4694
- "vs/editor/browser/editorDom": [
4650
+ "vs/editor/browser/viewParts/overviewRuler/overviewRuler": [
4695
4651
  "require",
4696
4652
  "exports",
4697
- "vs/base/browser/dom",
4698
- "vs/base/browser/globalPointerMoveMonitor",
4699
- "vs/base/browser/mouseEvent",
4700
- "vs/base/common/async",
4701
- "vs/base/common/lifecycle",
4702
- "vs/platform/theme/common/colorRegistry"
4653
+ "vs/base/browser/fastDomNode",
4654
+ "vs/editor/common/viewModel/overviewZoneManager",
4655
+ "vs/editor/common/viewEventHandler"
4703
4656
  ],
4704
- "vs/editor/contrib/colorPicker/browser/color": [
4657
+ "vs/editor/browser/viewParts/rulers/rulers": [
4705
4658
  "require",
4706
4659
  "exports",
4707
- "vs/base/common/cancellation",
4708
- "vs/base/common/errors",
4709
- "vs/base/common/uri",
4710
- "vs/editor/common/core/range",
4711
- "vs/editor/common/services/model",
4712
- "vs/platform/commands/common/commands",
4713
- "vs/editor/common/services/languageFeatures"
4660
+ "vs/base/browser/fastDomNode",
4661
+ "vs/editor/browser/view/viewPart",
4662
+ "vs/editor/common/core/editorColorRegistry",
4663
+ "vs/platform/theme/common/themeService",
4664
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers"
4714
4665
  ],
4715
- "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
4666
+ "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [
4716
4667
  "require",
4717
4668
  "exports",
4718
- "vs/base/common/event"
4669
+ "vs/base/browser/fastDomNode",
4670
+ "vs/editor/browser/view/viewPart",
4671
+ "vs/platform/theme/common/colorRegistry",
4672
+ "vs/platform/theme/common/themeService",
4673
+ "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration"
4719
4674
  ],
4720
- "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
4675
+ "vs/editor/browser/viewParts/selections/selections": [
4721
4676
  "require",
4722
4677
  "exports",
4723
- "vs/base/browser/browser",
4724
- "vs/base/browser/dom",
4725
- "vs/base/browser/globalPointerMoveMonitor",
4726
- "vs/base/browser/ui/widget",
4727
- "vs/base/common/color",
4728
- "vs/base/common/event",
4729
- "vs/base/common/lifecycle",
4730
- "vs/nls!vs/editor/contrib/colorPicker/browser/colorPickerWidget",
4678
+ "vs/editor/browser/view/dynamicViewOverlay",
4731
4679
  "vs/platform/theme/common/colorRegistry",
4732
4680
  "vs/platform/theme/common/themeService",
4733
- "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
4734
- ],
4735
- "vs/nls!vs/editor/common/config/editorConfigurationSchema": [],
4736
- "===anonymous60===": [
4737
- "vs/editor/common/config/editorConfigurationSchema.nls",
4738
- "vs/editor/common/config/editorConfigurationSchema.nls.keys"
4681
+ "vs/css!vs/editor/browser/viewParts/selections/selections"
4739
4682
  ],
4740
- "vs/editor/common/config/editorConfigurationSchema.nls": [],
4741
- "vs/editor/common/config/editorConfigurationSchema.nls.keys": [],
4742
- "vs/base/common/uuid": [
4683
+ "vs/editor/browser/viewParts/viewCursors/viewCursors": [
4743
4684
  "require",
4744
- "exports"
4745
- ],
4746
- "vs/nls!vs/platform/configuration/common/configurationRegistry": [],
4747
- "===anonymous61===": [
4748
- "vs/platform/configuration/common/configurationRegistry.nls",
4749
- "vs/platform/configuration/common/configurationRegistry.nls.keys"
4685
+ "exports",
4686
+ "vs/base/browser/fastDomNode",
4687
+ "vs/base/common/async",
4688
+ "vs/editor/browser/view/viewPart",
4689
+ "vs/editor/browser/viewParts/viewCursors/viewCursor",
4690
+ "vs/editor/common/config/editorOptions",
4691
+ "vs/editor/common/core/editorColorRegistry",
4692
+ "vs/platform/theme/common/themeService",
4693
+ "vs/platform/theme/common/theme",
4694
+ "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors"
4750
4695
  ],
4751
- "vs/platform/configuration/common/configurationRegistry.nls": [],
4752
- "vs/platform/configuration/common/configurationRegistry.nls.keys": [],
4753
- "vs/base/browser/ui/iconLabel/iconLabels": [
4696
+ "vs/editor/browser/viewParts/viewZones/viewZones": [
4754
4697
  "require",
4755
4698
  "exports",
4756
- "vs/base/browser/dom",
4757
- "vs/base/common/codicons"
4699
+ "vs/base/browser/fastDomNode",
4700
+ "vs/base/common/errors",
4701
+ "vs/editor/browser/view/viewPart",
4702
+ "vs/editor/common/core/position"
4758
4703
  ],
4759
- "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
4760
- "vs/base/common/numbers": [
4704
+ "vs/editor/browser/view/renderingContext": [
4761
4705
  "require",
4762
4706
  "exports"
4763
4707
  ],
4764
- "vs/base/common/extpath": [
4708
+ "vs/editor/common/viewModel/viewContext": [
4765
4709
  "require",
4766
4710
  "exports",
4767
- "vs/base/common/path",
4768
- "vs/base/common/platform",
4769
- "vs/base/common/strings"
4711
+ "vs/editor/common/editorTheme"
4770
4712
  ],
4771
- "vs/base/browser/dnd": [
4713
+ "vs/editor/common/viewLayout/viewLinesViewportData": [
4772
4714
  "require",
4773
4715
  "exports",
4774
- "vs/base/common/mime"
4716
+ "vs/editor/common/core/range"
4775
4717
  ],
4776
- "vs/base/common/marshalling": [
4718
+ "vs/editor/common/viewEventHandler": [
4777
4719
  "require",
4778
4720
  "exports",
4779
- "vs/base/common/buffer",
4780
- "vs/base/common/uri"
4721
+ "vs/base/common/lifecycle"
4781
4722
  ],
4782
- "vs/nls!vs/platform/dnd/browser/dnd": [],
4783
- "vs/platform/files/browser/htmlFileSystemProvider": [
4723
+ "vs/editor/browser/controller/mouseTarget": [
4784
4724
  "require",
4785
4725
  "exports",
4786
- "vs/base/common/uri",
4787
- "vs/base/common/network",
4788
- "vs/base/common/path"
4726
+ "vs/editor/browser/editorDom",
4727
+ "vs/editor/browser/view/viewPart",
4728
+ "vs/editor/browser/viewParts/lines/viewLine",
4729
+ "vs/editor/common/core/position",
4730
+ "vs/editor/common/core/range",
4731
+ "vs/editor/common/core/cursorColumns",
4732
+ "vs/base/browser/dom",
4733
+ "vs/editor/common/cursor/cursorAtomicMoveOperations"
4789
4734
  ],
4790
- "vs/platform/files/browser/webFileSystemAccess": [
4735
+ "vs/editor/common/cursor/cursorCollection": [
4791
4736
  "require",
4792
- "exports"
4737
+ "exports",
4738
+ "vs/base/common/arrays",
4739
+ "vs/editor/common/cursorCommon",
4740
+ "vs/editor/common/cursor/oneCursor",
4741
+ "vs/editor/common/core/position",
4742
+ "vs/editor/common/core/range",
4743
+ "vs/editor/common/core/selection"
4793
4744
  ],
4794
- "vs/platform/files/common/files": [
4745
+ "vs/editor/common/cursor/cursorContext": [
4795
4746
  "require",
4796
- "exports",
4797
- "vs/platform/instantiation/common/instantiation"
4747
+ "exports"
4798
4748
  ],
4799
- "===anonymous62===": [
4800
- "vs/platform/dnd/browser/dnd.nls",
4801
- "vs/platform/dnd/browser/dnd.nls.keys"
4749
+ "vs/editor/common/textModelEvents": [
4750
+ "require",
4751
+ "exports"
4802
4752
  ],
4803
- "vs/platform/dnd/browser/dnd.nls": [],
4804
- "vs/platform/dnd/browser/dnd.nls.keys": [],
4805
- "vs/nls!vs/platform/workspace/common/workspace": [],
4806
- "===anonymous63===": [
4807
- "vs/platform/workspace/common/workspace.nls",
4808
- "vs/platform/workspace/common/workspace.nls.keys"
4753
+ "vs/editor/common/viewEvents": [
4754
+ "require",
4755
+ "exports"
4809
4756
  ],
4810
- "vs/platform/workspace/common/workspace.nls": [],
4811
- "vs/platform/workspace/common/workspace.nls.keys": [],
4812
- "vs/base/browser/ui/findinput/findInputToggles": [
4757
+ "vs/editor/common/viewModelEventDispatcher": [
4813
4758
  "require",
4814
4759
  "exports",
4815
- "vs/base/browser/ui/toggle/toggle",
4816
- "vs/base/common/codicons",
4817
- "vs/nls!vs/base/browser/ui/findinput/findInputToggles"
4760
+ "vs/base/common/event",
4761
+ "vs/base/common/lifecycle"
4818
4762
  ],
4819
- "vs/editor/contrib/find/browser/findDecorations": [
4763
+ "vs/editor/common/core/eolCounter": [
4820
4764
  "require",
4821
- "exports",
4822
- "vs/editor/common/core/range",
4823
- "vs/editor/common/model",
4824
- "vs/editor/common/model/textModel",
4825
- "vs/platform/theme/common/colorRegistry",
4826
- "vs/platform/theme/common/themeService"
4765
+ "exports"
4827
4766
  ],
4828
- "vs/editor/contrib/find/browser/replaceAllCommand": [
4767
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl": [
4829
4768
  "require",
4830
4769
  "exports",
4831
- "vs/editor/common/core/range"
4770
+ "vs/base/common/event",
4771
+ "vs/base/common/lifecycle",
4772
+ "vs/editor/common/core/range",
4773
+ "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree",
4774
+ "vs/editor/common/languages/supports",
4775
+ "vs/editor/common/languages/supports/richEditBrackets",
4776
+ "vs/base/common/arrays"
4832
4777
  ],
4833
- "vs/editor/contrib/find/browser/replacePattern": [
4778
+ "vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider": [
4834
4779
  "require",
4835
4780
  "exports",
4836
- "vs/base/common/search"
4781
+ "vs/base/common/event",
4782
+ "vs/base/common/lifecycle",
4783
+ "vs/editor/common/core/range",
4784
+ "vs/editor/common/core/editorColorRegistry",
4785
+ "vs/platform/theme/common/themeService"
4837
4786
  ],
4838
- "vs/base/browser/ui/toggle/toggle": [
4787
+ "vs/editor/common/model/editStack": [
4839
4788
  "require",
4840
4789
  "exports",
4841
- "vs/base/browser/ui/widget",
4842
- "vs/base/common/codicons",
4843
- "vs/base/common/color",
4844
- "vs/base/common/event",
4845
- "vs/css!vs/base/browser/ui/toggle/toggle"
4790
+ "vs/nls!vs/editor/common/model/editStack",
4791
+ "vs/base/common/errors",
4792
+ "vs/editor/common/core/selection",
4793
+ "vs/base/common/uri",
4794
+ "vs/editor/common/core/textChange",
4795
+ "vs/base/common/buffer",
4796
+ "vs/base/common/resources"
4846
4797
  ],
4847
- "vs/nls!vs/editor/contrib/find/browser/findWidget": [],
4848
- "vs/platform/history/browser/contextScopedHistoryWidget": [
4798
+ "vs/editor/common/model/guidesTextModelPart": [
4849
4799
  "require",
4850
4800
  "exports",
4851
- "vs/base/browser/ui/findinput/findInput",
4852
- "vs/base/browser/ui/findinput/replaceInput",
4853
- "vs/platform/contextkey/common/contextkey",
4854
- "vs/platform/keybinding/common/keybindingsRegistry",
4855
- "vs/nls!vs/platform/history/browser/contextScopedHistoryWidget",
4856
- "vs/base/common/lifecycle"
4801
+ "vs/base/common/arrays",
4802
+ "vs/base/common/strings",
4803
+ "vs/editor/common/core/cursorColumns",
4804
+ "vs/editor/common/core/range",
4805
+ "vs/editor/common/model/textModelPart",
4806
+ "vs/editor/common/model/utils",
4807
+ "vs/editor/common/textModelGuides"
4857
4808
  ],
4858
- "vs/platform/history/browser/historyWidgetKeybindingHint": [
4809
+ "vs/editor/common/model/indentationGuesser": [
4859
4810
  "require",
4860
4811
  "exports"
4861
4812
  ],
4862
- "vs/css!vs/editor/contrib/find/browser/findWidget": [],
4863
- "===anonymous64===": [
4864
- "vs/editor/contrib/find/browser/findWidget.nls",
4865
- "vs/editor/contrib/find/browser/findWidget.nls.keys"
4866
- ],
4867
- "vs/editor/contrib/find/browser/findWidget.nls": [],
4868
- "vs/editor/contrib/find/browser/findWidget.nls.keys": [],
4869
- "vs/editor/contrib/folding/browser/foldingRanges": [
4813
+ "vs/editor/common/model/intervalTree": [
4870
4814
  "require",
4871
4815
  "exports"
4872
4816
  ],
4873
- "vs/editor/common/model/utils": [
4817
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
4874
4818
  "require",
4875
- "exports"
4819
+ "exports",
4820
+ "vs/base/common/event",
4821
+ "vs/base/common/strings",
4822
+ "vs/editor/common/core/range",
4823
+ "vs/editor/common/model",
4824
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4825
+ "vs/editor/common/core/eolCounter",
4826
+ "vs/editor/common/core/textChange",
4827
+ "vs/base/common/lifecycle"
4876
4828
  ],
4877
- "vs/nls!vs/editor/contrib/folding/browser/foldingDecorations": [],
4878
- "===anonymous65===": [
4879
- "vs/editor/contrib/folding/browser/foldingDecorations.nls",
4880
- "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys"
4829
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
4830
+ "require",
4831
+ "exports",
4832
+ "vs/base/common/strings",
4833
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
4834
+ "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
4881
4835
  ],
4882
- "vs/editor/contrib/folding/browser/foldingDecorations.nls": [],
4883
- "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys": [],
4884
- "vs/editor/contrib/inlineCompletions/browser/ghostTextModel": [
4836
+ "vs/editor/common/model/tokenizationTextModelPart": [
4885
4837
  "require",
4886
4838
  "exports",
4887
4839
  "vs/base/common/event",
4888
- "vs/base/common/lifecycle",
4889
4840
  "vs/editor/common/core/position",
4890
- "vs/editor/common/languages",
4891
- "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
4892
- "vs/editor/contrib/inlineCompletions/browser/suggestWidgetPreviewModel",
4893
- "vs/editor/contrib/inlineCompletions/browser/utils",
4841
+ "vs/editor/common/core/wordHelper",
4842
+ "vs/editor/common/model/textModelPart",
4843
+ "vs/editor/common/model/textModelTokens",
4844
+ "vs/editor/common/tokens/contiguousTokensStore",
4845
+ "vs/editor/common/tokens/sparseTokensStore"
4846
+ ],
4847
+ "vs/platform/undoRedo/common/undoRedo": [
4848
+ "require",
4849
+ "exports",
4894
4850
  "vs/platform/instantiation/common/instantiation"
4895
4851
  ],
4896
- "vs/editor/contrib/inlineCompletions/browser/ghostTextWidget": [
4852
+ "vs/nls!vs/editor/common/core/editorColorRegistry": [],
4853
+ "===anonymous55===": [
4854
+ "vs/editor/common/core/editorColorRegistry.nls",
4855
+ "vs/editor/common/core/editorColorRegistry.nls.keys"
4856
+ ],
4857
+ "vs/editor/common/core/editorColorRegistry.nls": [],
4858
+ "vs/editor/common/core/editorColorRegistry.nls.keys": [],
4859
+ "vs/editor/common/languages/textToHtmlTokenizer": [
4897
4860
  "require",
4898
4861
  "exports",
4899
- "vs/base/browser/dom",
4900
- "vs/base/common/lifecycle",
4901
4862
  "vs/base/common/strings",
4902
- "vs/editor/browser/config/domFontInfo",
4903
- "vs/editor/common/config/editorOptions",
4904
4863
  "vs/editor/common/tokens/lineTokens",
4905
- "vs/editor/common/core/position",
4906
- "vs/editor/common/core/range",
4907
- "vs/editor/common/core/stringBuilder",
4908
- "vs/editor/common/model",
4909
- "vs/editor/common/languages/language",
4910
- "vs/editor/common/core/editorColorRegistry",
4911
- "vs/editor/common/viewLayout/lineDecorations",
4912
- "vs/editor/common/viewLayout/viewLineRenderer",
4913
- "vs/editor/contrib/inlineCompletions/browser/ghostText",
4914
- "vs/platform/instantiation/common/instantiation",
4915
- "vs/platform/theme/common/themeService",
4916
- "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText"
4864
+ "vs/editor/common/languages",
4865
+ "vs/editor/common/languages/nullTokenize"
4917
4866
  ],
4918
- "vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextController": [],
4919
- "===anonymous66===": [
4920
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls",
4921
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys"
4867
+ "vs/editor/common/viewLayout/viewLayout": [
4868
+ "require",
4869
+ "exports",
4870
+ "vs/base/common/event",
4871
+ "vs/base/common/lifecycle",
4872
+ "vs/base/common/scrollable",
4873
+ "vs/editor/common/viewLayout/linesLayout",
4874
+ "vs/editor/common/viewModel",
4875
+ "vs/editor/common/viewModelEventDispatcher"
4922
4876
  ],
4923
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls": [],
4924
- "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys": [],
4925
- "vs/editor/contrib/markdownRenderer/browser/markdownRenderer": [
4877
+ "vs/editor/common/viewModel/minimapTokensColorTracker": [
4926
4878
  "require",
4927
4879
  "exports",
4928
- "vs/base/browser/markdownRenderer",
4929
- "vs/platform/opener/common/opener",
4930
- "vs/editor/common/languages/language",
4931
- "vs/base/common/errors",
4932
- "vs/editor/common/languages/textToHtmlTokenizer",
4933
4880
  "vs/base/common/event",
4934
4881
  "vs/base/common/lifecycle",
4935
- "vs/editor/browser/config/domFontInfo",
4936
- "vs/editor/common/languages/modesRegistry"
4882
+ "vs/editor/common/core/rgba",
4883
+ "vs/editor/common/languages"
4937
4884
  ],
4938
- "vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [],
4939
- "===anonymous67===": [
4940
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls",
4941
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls.keys"
4885
+ "vs/editor/common/viewModel/viewModelLines": [
4886
+ "require",
4887
+ "exports",
4888
+ "vs/base/common/arrays",
4889
+ "vs/editor/common/core/position",
4890
+ "vs/editor/common/core/range",
4891
+ "vs/editor/common/textModelGuides",
4892
+ "vs/editor/common/model/textModel",
4893
+ "vs/editor/common/textModelEvents",
4894
+ "vs/editor/common/viewEvents",
4895
+ "vs/editor/common/viewModel/modelLineProjection",
4896
+ "vs/editor/common/model/prefixSumComputer",
4897
+ "vs/editor/common/viewModel"
4942
4898
  ],
4943
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls": [],
4944
- "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls.keys": [],
4945
- "vs/editor/browser/config/migrateOptions": [
4899
+ "vs/editor/common/modelLineProjectionData": [
4946
4900
  "require",
4947
4901
  "exports",
4948
- "vs/base/common/collections"
4902
+ "vs/base/common/types",
4903
+ "vs/editor/common/core/position",
4904
+ "vs/editor/common/model"
4949
4905
  ],
4950
- "vs/editor/browser/controller/pointerHandler": [
4906
+ "vs/base/browser/event": [
4907
+ "require",
4908
+ "exports",
4909
+ "vs/base/common/event"
4910
+ ],
4911
+ "vs/base/common/decorators": [
4912
+ "require",
4913
+ "exports"
4914
+ ],
4915
+ "vs/css!vs/base/browser/ui/sash/sash": [],
4916
+ "vs/nls!vs/editor/browser/widget/diffReview": [],
4917
+ "vs/base/browser/ui/actionbar/actionbar": [
4951
4918
  "require",
4952
4919
  "exports",
4953
4920
  "vs/base/browser/dom",
4954
- "vs/base/common/platform",
4955
- "vs/base/browser/touch",
4921
+ "vs/base/browser/keyboardEvent",
4922
+ "vs/base/browser/ui/actionbar/actionViewItems",
4923
+ "vs/base/common/actions",
4924
+ "vs/base/common/event",
4956
4925
  "vs/base/common/lifecycle",
4957
- "vs/editor/browser/controller/mouseHandler",
4958
- "vs/editor/browser/editorDom",
4959
- "vs/base/browser/canIUse",
4960
- "vs/editor/browser/controller/textAreaInput"
4926
+ "vs/base/common/types",
4927
+ "vs/css!vs/base/browser/ui/actionbar/actionbar"
4961
4928
  ],
4962
- "vs/editor/browser/controller/textAreaHandler": [
4929
+ "vs/base/browser/ui/scrollbar/scrollableElement": [
4963
4930
  "require",
4964
4931
  "exports",
4965
- "vs/nls!vs/editor/browser/controller/textAreaHandler",
4966
4932
  "vs/base/browser/browser",
4933
+ "vs/base/browser/dom",
4967
4934
  "vs/base/browser/fastDomNode",
4935
+ "vs/base/browser/mouseEvent",
4936
+ "vs/base/browser/ui/scrollbar/horizontalScrollbar",
4937
+ "vs/base/browser/ui/scrollbar/verticalScrollbar",
4938
+ "vs/base/browser/ui/widget",
4939
+ "vs/base/common/async",
4940
+ "vs/base/common/event",
4941
+ "vs/base/common/lifecycle",
4968
4942
  "vs/base/common/platform",
4943
+ "vs/base/common/scrollable",
4944
+ "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
4945
+ ],
4946
+ "vs/css!vs/editor/browser/widget/media/diffReview": [],
4947
+ "===anonymous56===": [
4948
+ "vs/editor/browser/widget/diffReview.nls",
4949
+ "vs/editor/browser/widget/diffReview.nls.keys"
4950
+ ],
4951
+ "vs/editor/browser/widget/diffReview.nls": [],
4952
+ "vs/editor/browser/widget/diffReview.nls.keys": [],
4953
+ "vs/base/common/buffer": [
4954
+ "require",
4955
+ "exports"
4956
+ ],
4957
+ "vs/editor/common/viewLayout/linePart": [
4958
+ "require",
4959
+ "exports"
4960
+ ],
4961
+ "vs/nls!vs/editor/browser/widget/inlineDiffMargin": [],
4962
+ "===anonymous57===": [
4963
+ "vs/editor/browser/widget/inlineDiffMargin.nls",
4964
+ "vs/editor/browser/widget/inlineDiffMargin.nls.keys"
4965
+ ],
4966
+ "vs/editor/browser/widget/inlineDiffMargin.nls": [],
4967
+ "vs/editor/browser/widget/inlineDiffMargin.nls.keys": [],
4968
+ "vs/nls!vs/platform/theme/common/iconRegistry": [],
4969
+ "===anonymous58===": [
4970
+ "vs/platform/theme/common/iconRegistry.nls",
4971
+ "vs/platform/theme/common/iconRegistry.nls.keys"
4972
+ ],
4973
+ "vs/platform/theme/common/iconRegistry.nls": [],
4974
+ "vs/platform/theme/common/iconRegistry.nls.keys": [],
4975
+ "vs/css!vs/base/browser/ui/mouseCursor/mouseCursor": [],
4976
+ "vs/editor/common/cursor/cursorAtomicMoveOperations": [
4977
+ "require",
4978
+ "exports",
4979
+ "vs/editor/common/core/cursorColumns"
4980
+ ],
4981
+ "vs/editor/browser/controller/textAreaState": [
4982
+ "require",
4983
+ "exports",
4969
4984
  "vs/base/common/strings",
4970
- "vs/editor/browser/config/domFontInfo",
4971
- "vs/editor/browser/controller/textAreaInput",
4972
- "vs/editor/browser/controller/textAreaState",
4973
- "vs/editor/browser/view/viewPart",
4974
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers",
4975
- "vs/editor/browser/viewParts/margin/margin",
4976
- "vs/editor/common/config/editorOptions",
4977
- "vs/editor/common/core/wordCharacterClassifier",
4978
4985
  "vs/editor/common/core/position",
4979
- "vs/editor/common/core/range",
4980
- "vs/editor/common/core/selection",
4981
- "vs/base/browser/ui/mouseCursor/mouseCursor",
4982
- "vs/editor/common/languages",
4983
- "vs/base/common/color",
4984
- "vs/css!vs/editor/browser/controller/textAreaHandler"
4986
+ "vs/editor/common/core/range"
4985
4987
  ],
4986
- "vs/editor/browser/view/viewController": [
4988
+ "vs/editor/contrib/codeAction/browser/codeAction": [
4987
4989
  "require",
4988
4990
  "exports",
4989
- "vs/editor/browser/coreCommands",
4990
- "vs/editor/common/core/position",
4991
- "vs/base/common/platform"
4991
+ "vs/base/common/arrays",
4992
+ "vs/base/common/cancellation",
4993
+ "vs/base/common/errors",
4994
+ "vs/base/common/lifecycle",
4995
+ "vs/base/common/uri",
4996
+ "vs/editor/contrib/editorState/browser/editorState",
4997
+ "vs/editor/common/core/range",
4998
+ "vs/editor/common/core/selection",
4999
+ "vs/editor/common/services/model",
5000
+ "vs/platform/commands/common/commands",
5001
+ "vs/platform/progress/common/progress",
5002
+ "vs/editor/contrib/codeAction/browser/types",
5003
+ "vs/editor/common/services/languageFeatures"
4992
5004
  ],
4993
- "vs/editor/browser/view/viewOverlays": [
5005
+ "vs/editor/contrib/codeAction/browser/codeActionUi": [
4994
5006
  "require",
4995
5007
  "exports",
4996
- "vs/base/browser/fastDomNode",
4997
- "vs/editor/browser/config/domFontInfo",
4998
- "vs/editor/browser/view/viewLayer",
4999
- "vs/editor/browser/view/viewPart"
5008
+ "vs/base/common/errors",
5009
+ "vs/base/common/lazy",
5010
+ "vs/base/common/lifecycle",
5011
+ "vs/editor/contrib/message/browser/messageController",
5012
+ "vs/platform/instantiation/common/instantiation",
5013
+ "vs/editor/contrib/codeAction/browser/codeActionMenu",
5014
+ "vs/editor/contrib/codeAction/browser/lightBulbWidget"
5000
5015
  ],
5001
- "vs/editor/browser/view/viewPart": [
5016
+ "vs/nls!vs/editor/contrib/codeAction/browser/codeActionCommands": [],
5017
+ "vs/editor/contrib/codeAction/browser/codeActionModel": [
5002
5018
  "require",
5003
5019
  "exports",
5004
- "vs/editor/common/viewEventHandler"
5020
+ "vs/base/common/async",
5021
+ "vs/base/common/errors",
5022
+ "vs/base/common/event",
5023
+ "vs/base/common/lifecycle",
5024
+ "vs/base/common/resources",
5025
+ "vs/editor/common/core/range",
5026
+ "vs/platform/contextkey/common/contextkey",
5027
+ "vs/platform/progress/common/progress",
5028
+ "vs/editor/contrib/codeAction/browser/codeAction"
5005
5029
  ],
5006
- "vs/editor/browser/viewParts/contentWidgets/contentWidgets": [
5030
+ "vs/editor/contrib/codeAction/browser/types": [
5007
5031
  "require",
5008
- "exports",
5009
- "vs/base/browser/dom",
5010
- "vs/base/browser/fastDomNode",
5011
- "vs/editor/browser/view/viewPart"
5032
+ "exports"
5012
5033
  ],
5013
- "vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [
5034
+ "===anonymous59===": [
5035
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls",
5036
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys"
5037
+ ],
5038
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls": [],
5039
+ "vs/editor/contrib/codeAction/browser/codeActionCommands.nls.keys": [],
5040
+ "vs/base/browser/ui/iconLabel/iconLabels": [
5014
5041
  "require",
5015
5042
  "exports",
5016
- "vs/editor/browser/view/dynamicViewOverlay",
5017
- "vs/editor/common/core/editorColorRegistry",
5018
- "vs/base/common/arrays",
5019
- "vs/platform/theme/common/themeService",
5020
- "vs/editor/common/core/selection",
5021
- "vs/platform/theme/common/theme",
5022
- "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight"
5043
+ "vs/base/browser/dom",
5044
+ "vs/base/common/codicons"
5023
5045
  ],
5024
- "vs/editor/browser/viewParts/decorations/decorations": [
5046
+ "vs/css!vs/editor/contrib/codelens/browser/codelensWidget": [],
5047
+ "vs/base/common/numbers": [
5025
5048
  "require",
5026
- "exports",
5027
- "vs/editor/browser/view/dynamicViewOverlay",
5028
- "vs/editor/common/core/range",
5029
- "vs/editor/browser/view/renderingContext",
5030
- "vs/css!vs/editor/browser/viewParts/decorations/decorations"
5049
+ "exports"
5031
5050
  ],
5032
- "vs/editor/browser/viewParts/editorScrollbar/editorScrollbar": [
5051
+ "vs/editor/browser/editorDom": [
5033
5052
  "require",
5034
5053
  "exports",
5035
5054
  "vs/base/browser/dom",
5036
- "vs/base/browser/fastDomNode",
5037
- "vs/base/browser/ui/scrollbar/scrollableElement",
5038
- "vs/editor/browser/view/viewPart",
5039
- "vs/platform/theme/common/themeService",
5055
+ "vs/base/browser/globalPointerMoveMonitor",
5056
+ "vs/base/browser/mouseEvent",
5057
+ "vs/base/common/async",
5058
+ "vs/base/common/lifecycle",
5040
5059
  "vs/platform/theme/common/colorRegistry"
5041
5060
  ],
5042
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin": [
5061
+ "vs/editor/contrib/colorPicker/browser/color": [
5043
5062
  "require",
5044
5063
  "exports",
5045
- "vs/editor/browser/view/dynamicViewOverlay",
5046
- "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin"
5064
+ "vs/base/common/cancellation",
5065
+ "vs/base/common/errors",
5066
+ "vs/base/common/uri",
5067
+ "vs/editor/common/core/range",
5068
+ "vs/editor/common/services/model",
5069
+ "vs/platform/commands/common/commands",
5070
+ "vs/editor/common/services/languageFeatures"
5047
5071
  ],
5048
- "vs/editor/browser/viewParts/indentGuides/indentGuides": [
5072
+ "vs/editor/contrib/colorPicker/browser/colorPickerModel": [
5049
5073
  "require",
5050
5074
  "exports",
5051
- "vs/editor/browser/view/dynamicViewOverlay",
5052
- "vs/editor/common/core/editorColorRegistry",
5053
- "vs/platform/theme/common/themeService",
5054
- "vs/editor/common/core/position",
5055
- "vs/base/common/arrays",
5056
- "vs/base/common/types",
5057
- "vs/editor/common/model/guidesTextModelPart",
5058
- "vs/editor/common/textModelGuides",
5059
- "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides"
5075
+ "vs/base/common/event"
5060
5076
  ],
5061
- "vs/editor/browser/viewParts/lineNumbers/lineNumbers": [
5077
+ "vs/editor/contrib/colorPicker/browser/colorPickerWidget": [
5062
5078
  "require",
5063
5079
  "exports",
5064
- "vs/base/common/platform",
5065
- "vs/editor/browser/view/dynamicViewOverlay",
5066
- "vs/editor/common/core/position",
5067
- "vs/editor/common/core/editorColorRegistry",
5080
+ "vs/base/browser/browser",
5081
+ "vs/base/browser/dom",
5082
+ "vs/base/browser/globalPointerMoveMonitor",
5083
+ "vs/base/browser/ui/widget",
5084
+ "vs/base/common/color",
5085
+ "vs/base/common/event",
5086
+ "vs/base/common/lifecycle",
5087
+ "vs/nls!vs/editor/contrib/colorPicker/browser/colorPickerWidget",
5088
+ "vs/platform/theme/common/colorRegistry",
5068
5089
  "vs/platform/theme/common/themeService",
5069
- "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers"
5090
+ "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker"
5070
5091
  ],
5071
- "vs/editor/browser/viewParts/lines/viewLines": [
5072
- "require",
5073
- "exports",
5074
- "vs/base/common/platform",
5075
- "vs/base/common/async",
5076
- "vs/editor/browser/config/domFontInfo",
5077
- "vs/editor/browser/view/viewLayer",
5078
- "vs/editor/browser/view/viewPart",
5079
- "vs/editor/browser/viewParts/lines/viewLine",
5080
- "vs/editor/common/core/position",
5081
- "vs/editor/common/core/range",
5082
- "vs/editor/browser/view/renderingContext",
5083
- "vs/base/browser/ui/mouseCursor/mouseCursor",
5084
- "vs/css!vs/editor/browser/viewParts/lines/viewLines"
5092
+ "vs/nls!vs/editor/common/config/editorConfigurationSchema": [],
5093
+ "===anonymous60===": [
5094
+ "vs/editor/common/config/editorConfigurationSchema.nls",
5095
+ "vs/editor/common/config/editorConfigurationSchema.nls.keys"
5085
5096
  ],
5086
- "vs/editor/browser/viewParts/linesDecorations/linesDecorations": [
5097
+ "vs/editor/common/config/editorConfigurationSchema.nls": [],
5098
+ "vs/editor/common/config/editorConfigurationSchema.nls.keys": [],
5099
+ "vs/base/common/uuid": [
5087
5100
  "require",
5088
- "exports",
5089
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
5090
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations"
5101
+ "exports"
5091
5102
  ],
5092
- "vs/editor/browser/viewParts/margin/margin": [
5093
- "require",
5094
- "exports",
5095
- "vs/base/browser/fastDomNode",
5096
- "vs/editor/browser/view/viewPart"
5103
+ "vs/nls!vs/platform/configuration/common/configurationRegistry": [],
5104
+ "===anonymous61===": [
5105
+ "vs/platform/configuration/common/configurationRegistry.nls",
5106
+ "vs/platform/configuration/common/configurationRegistry.nls.keys"
5097
5107
  ],
5098
- "vs/editor/browser/viewParts/marginDecorations/marginDecorations": [
5108
+ "vs/platform/configuration/common/configurationRegistry.nls": [],
5109
+ "vs/platform/configuration/common/configurationRegistry.nls.keys": [],
5110
+ "vs/base/browser/dnd": [
5099
5111
  "require",
5100
5112
  "exports",
5101
- "vs/editor/browser/viewParts/glyphMargin/glyphMargin",
5102
- "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations"
5113
+ "vs/base/common/mime"
5103
5114
  ],
5104
- "vs/editor/browser/viewParts/minimap/minimap": [
5115
+ "vs/base/browser/ui/iconLabel/iconLabelHover": [
5105
5116
  "require",
5106
5117
  "exports",
5107
5118
  "vs/base/browser/dom",
5108
- "vs/base/browser/fastDomNode",
5109
- "vs/base/browser/globalPointerMoveMonitor",
5119
+ "vs/base/common/async",
5120
+ "vs/base/common/cancellation",
5121
+ "vs/base/common/htmlContent",
5122
+ "vs/base/common/iconLabels",
5110
5123
  "vs/base/common/lifecycle",
5111
- "vs/base/common/platform",
5112
- "vs/base/common/strings",
5113
- "vs/editor/browser/view/viewLayer",
5114
- "vs/editor/browser/view/viewPart",
5115
- "vs/editor/common/config/editorOptions",
5116
- "vs/editor/common/core/range",
5117
- "vs/editor/common/core/rgba",
5118
- "vs/editor/common/viewModel/minimapTokensColorTracker",
5119
- "vs/editor/common/viewModel",
5120
- "vs/platform/theme/common/colorRegistry",
5121
- "vs/platform/theme/common/themeService",
5122
- "vs/editor/common/core/selection",
5123
- "vs/base/browser/touch",
5124
- "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory",
5125
- "vs/editor/common/model",
5126
- "vs/base/common/functional",
5127
- "vs/css!vs/editor/browser/viewParts/minimap/minimap"
5124
+ "vs/base/common/types",
5125
+ "vs/nls!vs/base/browser/ui/iconLabel/iconLabelHover"
5128
5126
  ],
5129
- "vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [
5130
- "require",
5131
- "exports",
5132
- "vs/base/browser/fastDomNode",
5133
- "vs/editor/browser/view/viewPart",
5134
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets"
5127
+ "vs/nls!vs/base/browser/ui/actionbar/actionViewItems": [],
5128
+ "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
5129
+ "===anonymous62===": [
5130
+ "vs/base/browser/ui/actionbar/actionViewItems.nls",
5131
+ "vs/base/browser/ui/actionbar/actionViewItems.nls.keys"
5135
5132
  ],
5136
- "vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler": [
5133
+ "vs/base/browser/ui/actionbar/actionViewItems.nls": [],
5134
+ "vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
5135
+ "vs/nls!vs/base/common/actions": [],
5136
+ "===anonymous63===": [
5137
+ "vs/base/common/actions.nls",
5138
+ "vs/base/common/actions.nls.keys"
5139
+ ],
5140
+ "vs/base/common/actions.nls": [],
5141
+ "vs/base/common/actions.nls.keys": [],
5142
+ "vs/editor/common/commands/surroundSelectionCommand": [
5137
5143
  "require",
5138
5144
  "exports",
5139
- "vs/base/browser/fastDomNode",
5140
- "vs/base/common/color",
5141
- "vs/editor/browser/view/viewPart",
5142
- "vs/editor/common/core/position",
5143
- "vs/editor/common/languages",
5144
- "vs/editor/common/core/editorColorRegistry",
5145
- "vs/editor/common/viewModel"
5145
+ "vs/editor/common/core/range",
5146
+ "vs/editor/common/core/selection"
5146
5147
  ],
5147
- "vs/editor/browser/viewParts/overviewRuler/overviewRuler": [
5148
+ "vs/editor/common/languages/enterAction": [
5148
5149
  "require",
5149
5150
  "exports",
5150
- "vs/base/browser/fastDomNode",
5151
- "vs/editor/common/viewModel/overviewZoneManager",
5152
- "vs/editor/common/viewEventHandler"
5151
+ "vs/editor/common/languages/languageConfiguration",
5152
+ "vs/editor/common/languages/languageConfigurationRegistry"
5153
5153
  ],
5154
- "vs/editor/browser/viewParts/rulers/rulers": [
5154
+ "vs/base/common/extpath": [
5155
5155
  "require",
5156
5156
  "exports",
5157
- "vs/base/browser/fastDomNode",
5158
- "vs/editor/browser/view/viewPart",
5159
- "vs/editor/common/core/editorColorRegistry",
5160
- "vs/platform/theme/common/themeService",
5161
- "vs/css!vs/editor/browser/viewParts/rulers/rulers"
5157
+ "vs/base/common/path",
5158
+ "vs/base/common/platform",
5159
+ "vs/base/common/strings"
5162
5160
  ],
5163
- "vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [
5161
+ "vs/base/common/marshalling": [
5164
5162
  "require",
5165
5163
  "exports",
5166
- "vs/base/browser/fastDomNode",
5167
- "vs/editor/browser/view/viewPart",
5168
- "vs/platform/theme/common/colorRegistry",
5169
- "vs/platform/theme/common/themeService",
5170
- "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration"
5164
+ "vs/base/common/buffer",
5165
+ "vs/base/common/uri"
5171
5166
  ],
5172
- "vs/editor/browser/viewParts/selections/selections": [
5167
+ "vs/nls!vs/platform/dnd/browser/dnd": [],
5168
+ "vs/platform/files/browser/htmlFileSystemProvider": [
5173
5169
  "require",
5174
5170
  "exports",
5175
- "vs/editor/browser/view/dynamicViewOverlay",
5176
- "vs/platform/theme/common/colorRegistry",
5177
- "vs/platform/theme/common/themeService",
5178
- "vs/css!vs/editor/browser/viewParts/selections/selections"
5171
+ "vs/base/common/uri",
5172
+ "vs/base/common/network",
5173
+ "vs/base/common/path"
5179
5174
  ],
5180
- "vs/editor/browser/viewParts/viewCursors/viewCursors": [
5175
+ "vs/platform/files/browser/webFileSystemAccess": [
5181
5176
  "require",
5182
- "exports",
5183
- "vs/base/browser/fastDomNode",
5184
- "vs/base/common/async",
5185
- "vs/editor/browser/view/viewPart",
5186
- "vs/editor/browser/viewParts/viewCursors/viewCursor",
5187
- "vs/editor/common/config/editorOptions",
5188
- "vs/editor/common/core/editorColorRegistry",
5189
- "vs/platform/theme/common/themeService",
5190
- "vs/platform/theme/common/theme",
5191
- "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors"
5177
+ "exports"
5192
5178
  ],
5193
- "vs/editor/browser/viewParts/viewZones/viewZones": [
5179
+ "vs/platform/files/common/files": [
5194
5180
  "require",
5195
5181
  "exports",
5196
- "vs/base/browser/fastDomNode",
5197
- "vs/base/common/errors",
5198
- "vs/editor/browser/view/viewPart",
5199
- "vs/editor/common/core/position"
5182
+ "vs/platform/instantiation/common/instantiation"
5183
+ ],
5184
+ "===anonymous64===": [
5185
+ "vs/platform/dnd/browser/dnd.nls",
5186
+ "vs/platform/dnd/browser/dnd.nls.keys"
5187
+ ],
5188
+ "vs/platform/dnd/browser/dnd.nls": [],
5189
+ "vs/platform/dnd/browser/dnd.nls.keys": [],
5190
+ "vs/nls!vs/platform/workspace/common/workspace": [],
5191
+ "===anonymous65===": [
5192
+ "vs/platform/workspace/common/workspace.nls",
5193
+ "vs/platform/workspace/common/workspace.nls.keys"
5200
5194
  ],
5201
- "vs/editor/browser/view/renderingContext": [
5195
+ "vs/platform/workspace/common/workspace.nls": [],
5196
+ "vs/platform/workspace/common/workspace.nls.keys": [],
5197
+ "vs/editor/contrib/find/browser/findDecorations": [
5202
5198
  "require",
5203
- "exports"
5199
+ "exports",
5200
+ "vs/editor/common/core/range",
5201
+ "vs/editor/common/model",
5202
+ "vs/editor/common/model/textModel",
5203
+ "vs/platform/theme/common/colorRegistry",
5204
+ "vs/platform/theme/common/themeService"
5204
5205
  ],
5205
- "vs/editor/common/viewModel/viewContext": [
5206
+ "vs/editor/contrib/find/browser/replaceAllCommand": [
5206
5207
  "require",
5207
5208
  "exports",
5208
- "vs/editor/common/editorTheme"
5209
+ "vs/editor/common/core/range"
5209
5210
  ],
5210
- "vs/editor/common/viewLayout/viewLinesViewportData": [
5211
+ "vs/editor/contrib/find/browser/replacePattern": [
5211
5212
  "require",
5212
5213
  "exports",
5213
- "vs/editor/common/core/range"
5214
+ "vs/base/common/search"
5214
5215
  ],
5215
- "vs/editor/common/viewEventHandler": [
5216
+ "vs/base/browser/ui/findinput/findInputToggles": [
5216
5217
  "require",
5217
5218
  "exports",
5218
- "vs/base/common/lifecycle"
5219
+ "vs/base/browser/ui/toggle/toggle",
5220
+ "vs/base/common/codicons",
5221
+ "vs/nls!vs/base/browser/ui/findinput/findInputToggles"
5219
5222
  ],
5220
- "vs/editor/browser/controller/mouseTarget": [
5223
+ "vs/base/browser/ui/toggle/toggle": [
5221
5224
  "require",
5222
5225
  "exports",
5223
- "vs/editor/browser/editorDom",
5224
- "vs/editor/browser/view/viewPart",
5225
- "vs/editor/browser/viewParts/lines/viewLine",
5226
- "vs/editor/common/core/position",
5227
- "vs/editor/common/core/range",
5228
- "vs/editor/common/core/cursorColumns",
5229
- "vs/base/browser/dom",
5230
- "vs/editor/common/cursor/cursorAtomicMoveOperations"
5226
+ "vs/base/browser/ui/widget",
5227
+ "vs/base/common/codicons",
5228
+ "vs/base/common/color",
5229
+ "vs/base/common/event",
5230
+ "vs/css!vs/base/browser/ui/toggle/toggle"
5231
5231
  ],
5232
- "vs/editor/common/cursor/cursorCollection": [
5232
+ "vs/nls!vs/editor/contrib/find/browser/findWidget": [],
5233
+ "vs/platform/history/browser/contextScopedHistoryWidget": [
5233
5234
  "require",
5234
5235
  "exports",
5235
- "vs/base/common/arrays",
5236
- "vs/editor/common/cursorCommon",
5237
- "vs/editor/common/cursor/oneCursor",
5238
- "vs/editor/common/core/position",
5239
- "vs/editor/common/core/range",
5240
- "vs/editor/common/core/selection"
5236
+ "vs/base/browser/ui/findinput/findInput",
5237
+ "vs/base/browser/ui/findinput/replaceInput",
5238
+ "vs/platform/contextkey/common/contextkey",
5239
+ "vs/platform/keybinding/common/keybindingsRegistry",
5240
+ "vs/nls!vs/platform/history/browser/contextScopedHistoryWidget",
5241
+ "vs/base/common/lifecycle"
5241
5242
  ],
5242
- "vs/editor/common/cursor/cursorContext": [
5243
+ "vs/platform/history/browser/historyWidgetKeybindingHint": [
5243
5244
  "require",
5244
5245
  "exports"
5245
5246
  ],
5246
- "vs/editor/common/viewEvents": [
5247
+ "vs/css!vs/editor/contrib/find/browser/findWidget": [],
5248
+ "===anonymous66===": [
5249
+ "vs/editor/contrib/find/browser/findWidget.nls",
5250
+ "vs/editor/contrib/find/browser/findWidget.nls.keys"
5251
+ ],
5252
+ "vs/editor/contrib/find/browser/findWidget.nls": [],
5253
+ "vs/editor/contrib/find/browser/findWidget.nls.keys": [],
5254
+ "vs/editor/contrib/folding/browser/foldingRanges": [
5247
5255
  "require",
5248
5256
  "exports"
5249
5257
  ],
5250
- "vs/editor/common/viewModelEventDispatcher": [
5258
+ "vs/editor/common/model/utils": [
5251
5259
  "require",
5252
- "exports",
5253
- "vs/base/common/event",
5254
- "vs/base/common/lifecycle"
5260
+ "exports"
5255
5261
  ],
5256
- "vs/editor/common/languages/textToHtmlTokenizer": [
5257
- "require",
5258
- "exports",
5259
- "vs/base/common/strings",
5260
- "vs/editor/common/tokens/lineTokens",
5261
- "vs/editor/common/languages",
5262
- "vs/editor/common/languages/nullTokenize"
5262
+ "vs/nls!vs/editor/contrib/folding/browser/foldingDecorations": [],
5263
+ "===anonymous67===": [
5264
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls",
5265
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys"
5263
5266
  ],
5264
- "vs/editor/common/viewLayout/viewLayout": [
5267
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls": [],
5268
+ "vs/editor/contrib/folding/browser/foldingDecorations.nls.keys": [],
5269
+ "vs/editor/contrib/markdownRenderer/browser/markdownRenderer": [
5265
5270
  "require",
5266
5271
  "exports",
5272
+ "vs/base/browser/markdownRenderer",
5273
+ "vs/platform/opener/common/opener",
5274
+ "vs/editor/common/languages/language",
5275
+ "vs/base/common/errors",
5276
+ "vs/editor/common/languages/textToHtmlTokenizer",
5267
5277
  "vs/base/common/event",
5268
5278
  "vs/base/common/lifecycle",
5269
- "vs/base/common/scrollable",
5270
- "vs/editor/common/viewLayout/linesLayout",
5271
- "vs/editor/common/viewModel",
5272
- "vs/editor/common/viewModelEventDispatcher"
5279
+ "vs/editor/browser/config/domFontInfo",
5280
+ "vs/editor/common/languages/modesRegistry"
5273
5281
  ],
5274
- "vs/editor/common/viewModel/minimapTokensColorTracker": [
5282
+ "vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant": [],
5283
+ "===anonymous68===": [
5284
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls",
5285
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls.keys"
5286
+ ],
5287
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls": [],
5288
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextHoverParticipant.nls.keys": [],
5289
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextModel": [
5275
5290
  "require",
5276
5291
  "exports",
5277
5292
  "vs/base/common/event",
5278
5293
  "vs/base/common/lifecycle",
5279
- "vs/editor/common/core/rgba",
5280
- "vs/editor/common/languages"
5294
+ "vs/editor/common/core/position",
5295
+ "vs/editor/common/languages",
5296
+ "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel",
5297
+ "vs/editor/contrib/inlineCompletions/browser/suggestWidgetPreviewModel",
5298
+ "vs/editor/contrib/inlineCompletions/browser/utils",
5299
+ "vs/platform/instantiation/common/instantiation"
5281
5300
  ],
5282
- "vs/editor/common/viewModel/viewModelLines": [
5301
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextWidget": [
5283
5302
  "require",
5284
5303
  "exports",
5285
- "vs/base/common/arrays",
5304
+ "vs/base/browser/dom",
5305
+ "vs/base/common/lifecycle",
5306
+ "vs/base/common/strings",
5307
+ "vs/editor/browser/config/domFontInfo",
5308
+ "vs/editor/common/config/editorOptions",
5309
+ "vs/editor/common/tokens/lineTokens",
5286
5310
  "vs/editor/common/core/position",
5287
5311
  "vs/editor/common/core/range",
5288
- "vs/editor/common/textModelGuides",
5289
- "vs/editor/common/model/textModel",
5290
- "vs/editor/common/textModelEvents",
5291
- "vs/editor/common/viewEvents",
5292
- "vs/editor/common/viewModel/modelLineProjection",
5293
- "vs/editor/common/model/prefixSumComputer",
5294
- "vs/editor/common/viewModel"
5312
+ "vs/editor/common/core/stringBuilder",
5313
+ "vs/editor/common/model",
5314
+ "vs/editor/common/languages/language",
5315
+ "vs/editor/common/core/editorColorRegistry",
5316
+ "vs/editor/common/viewLayout/lineDecorations",
5317
+ "vs/editor/common/viewLayout/viewLineRenderer",
5318
+ "vs/editor/contrib/inlineCompletions/browser/ghostText",
5319
+ "vs/platform/instantiation/common/instantiation",
5320
+ "vs/platform/theme/common/themeService",
5321
+ "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText"
5295
5322
  ],
5296
- "vs/editor/common/modelLineProjectionData": [
5323
+ "vs/nls!vs/editor/contrib/inlineCompletions/browser/ghostTextController": [],
5324
+ "===anonymous69===": [
5325
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls",
5326
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys"
5327
+ ],
5328
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls": [],
5329
+ "vs/editor/contrib/inlineCompletions/browser/ghostTextController.nls.keys": [],
5330
+ "vs/base/common/idGenerator": [
5297
5331
  "require",
5298
- "exports",
5299
- "vs/base/common/types",
5300
- "vs/editor/common/core/position",
5301
- "vs/editor/common/model"
5332
+ "exports"
5333
+ ],
5334
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel": [],
5335
+ "===anonymous70===": [
5336
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls",
5337
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys"
5338
+ ],
5339
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls": [],
5340
+ "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys": [],
5341
+ "vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [],
5342
+ "===anonymous71===": [
5343
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls",
5344
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys"
5345
+ ],
5346
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls": [],
5347
+ "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys": [],
5348
+ "vs/nls!vs/editor/contrib/message/browser/messageController": [],
5349
+ "vs/css!vs/editor/contrib/message/browser/messageController": [],
5350
+ "===anonymous72===": [
5351
+ "vs/editor/contrib/message/browser/messageController.nls",
5352
+ "vs/editor/contrib/message/browser/messageController.nls.keys"
5302
5353
  ],
5354
+ "vs/editor/contrib/message/browser/messageController.nls": [],
5355
+ "vs/editor/contrib/message/browser/messageController.nls.keys": [],
5303
5356
  "vs/editor/contrib/zoneWidget/browser/zoneWidget": [
5304
5357
  "require",
5305
5358
  "exports",
@@ -5335,92 +5388,31 @@
5335
5388
  "vs/platform/storage/common/storage",
5336
5389
  "vs/platform/theme/common/themeService",
5337
5390
  "vs/platform/theme/common/theme",
5338
- "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
5339
- ],
5340
- "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
5341
- "===anonymous68===": [
5342
- "vs/editor/contrib/peekView/browser/peekView.nls",
5343
- "vs/editor/contrib/peekView/browser/peekView.nls.keys"
5344
- ],
5345
- "vs/editor/contrib/peekView/browser/peekView.nls": [],
5346
- "vs/editor/contrib/peekView/browser/peekView.nls.keys": [],
5347
- "vs/base/browser/ui/iconLabel/iconLabelHover": [
5348
- "require",
5349
- "exports",
5350
- "vs/base/browser/dom",
5351
- "vs/base/common/async",
5352
- "vs/base/common/cancellation",
5353
- "vs/base/common/htmlContent",
5354
- "vs/base/common/iconLabels",
5355
- "vs/base/common/lifecycle",
5356
- "vs/base/common/types",
5357
- "vs/nls!vs/base/browser/ui/iconLabel/iconLabelHover"
5358
- ],
5359
- "vs/nls!vs/base/browser/ui/actionbar/actionViewItems": [],
5360
- "vs/css!vs/base/browser/ui/actionbar/actionbar": [],
5361
- "===anonymous69===": [
5362
- "vs/base/browser/ui/actionbar/actionViewItems.nls",
5363
- "vs/base/browser/ui/actionbar/actionViewItems.nls.keys"
5364
- ],
5365
- "vs/base/browser/ui/actionbar/actionViewItems.nls": [],
5366
- "vs/base/browser/ui/actionbar/actionViewItems.nls.keys": [],
5367
- "vs/nls!vs/base/common/actions": [],
5368
- "===anonymous70===": [
5369
- "vs/base/common/actions.nls",
5370
- "vs/base/common/actions.nls.keys"
5371
- ],
5372
- "vs/base/common/actions.nls": [],
5373
- "vs/base/common/actions.nls.keys": [],
5374
- "vs/nls!vs/editor/contrib/gotoError/browser/gotoErrorWidget": [],
5375
- "vs/platform/severityIcon/common/severityIcon": [
5376
- "require",
5377
- "exports",
5378
- "vs/base/common/codicons",
5379
- "vs/base/common/severity",
5380
- "vs/platform/theme/common/colorRegistry",
5381
- "vs/platform/theme/common/themeService"
5382
- ],
5383
- "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
5384
- "===anonymous71===": [
5385
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
5386
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
5387
- ],
5388
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls": [],
5389
- "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys": [],
5390
- "vs/base/common/idGenerator": [
5391
- "require",
5392
- "exports"
5393
- ],
5394
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/referencesModel": [],
5395
- "===anonymous72===": [
5396
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls",
5397
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys"
5398
- ],
5399
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls": [],
5400
- "vs/editor/contrib/gotoSymbol/browser/referencesModel.nls.keys": [],
5401
- "vs/nls!vs/editor/contrib/gotoSymbol/browser/symbolNavigation": [],
5402
- "===anonymous73===": [
5403
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls",
5404
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys"
5405
- ],
5406
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls": [],
5407
- "vs/editor/contrib/gotoSymbol/browser/symbolNavigation.nls.keys": [],
5408
- "vs/nls!vs/editor/contrib/message/browser/messageController": [],
5409
- "vs/css!vs/editor/contrib/message/browser/messageController": [],
5410
- "===anonymous74===": [
5411
- "vs/editor/contrib/message/browser/messageController.nls",
5412
- "vs/editor/contrib/message/browser/messageController.nls.keys"
5391
+ "vs/css!vs/platform/actions/browser/menuEntryActionViewItem"
5413
5392
  ],
5414
- "vs/editor/contrib/message/browser/messageController.nls": [],
5415
- "vs/editor/contrib/message/browser/messageController.nls.keys": [],
5416
- "vs/editor/contrib/hover/browser/hoverOperation": [
5393
+ "vs/css!vs/editor/contrib/peekView/browser/media/peekViewWidget": [],
5394
+ "===anonymous73===": [
5395
+ "vs/editor/contrib/peekView/browser/peekView.nls",
5396
+ "vs/editor/contrib/peekView/browser/peekView.nls.keys"
5397
+ ],
5398
+ "vs/editor/contrib/peekView/browser/peekView.nls": [],
5399
+ "vs/editor/contrib/peekView/browser/peekView.nls.keys": [],
5400
+ "vs/nls!vs/editor/contrib/gotoError/browser/gotoErrorWidget": [],
5401
+ "vs/platform/severityIcon/common/severityIcon": [
5417
5402
  "require",
5418
5403
  "exports",
5419
- "vs/base/common/async",
5420
- "vs/base/common/errors",
5421
- "vs/base/common/event",
5422
- "vs/base/common/lifecycle"
5404
+ "vs/base/common/codicons",
5405
+ "vs/base/common/severity",
5406
+ "vs/platform/theme/common/colorRegistry",
5407
+ "vs/platform/theme/common/themeService"
5408
+ ],
5409
+ "vs/css!vs/editor/contrib/gotoError/browser/media/gotoErrorWidget": [],
5410
+ "===anonymous74===": [
5411
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls",
5412
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys"
5423
5413
  ],
5414
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls": [],
5415
+ "vs/editor/contrib/gotoError/browser/gotoErrorWidget.nls.keys": [],
5424
5416
  "vs/base/browser/ui/hover/hoverWidget": [
5425
5417
  "require",
5426
5418
  "exports",
@@ -5430,6 +5422,14 @@
5430
5422
  "vs/base/common/lifecycle",
5431
5423
  "vs/css!vs/base/browser/ui/hover/hover"
5432
5424
  ],
5425
+ "vs/editor/contrib/hover/browser/hoverOperation": [
5426
+ "require",
5427
+ "exports",
5428
+ "vs/base/common/async",
5429
+ "vs/base/common/errors",
5430
+ "vs/base/common/event",
5431
+ "vs/base/common/lifecycle"
5432
+ ],
5433
5433
  "vs/editor/contrib/hover/browser/getHover": [
5434
5434
  "require",
5435
5435
  "exports",
@@ -5646,12 +5646,6 @@
5646
5646
  "vs/platform/theme/common/themeService"
5647
5647
  ],
5648
5648
  "vs/css!vs/editor/contrib/unicodeHighlighter/browser/bannerController": [],
5649
- "vs/editor/common/services/semanticTokensDto": [
5650
- "require",
5651
- "exports",
5652
- "vs/base/common/buffer",
5653
- "vs/base/common/platform"
5654
- ],
5655
5649
  "vs/editor/common/tokens/sparseMultilineTokens": [
5656
5650
  "require",
5657
5651
  "exports",
@@ -5659,6 +5653,12 @@
5659
5653
  "vs/editor/common/core/range",
5660
5654
  "vs/editor/common/core/eolCounter"
5661
5655
  ],
5656
+ "vs/editor/common/services/semanticTokensDto": [
5657
+ "require",
5658
+ "exports",
5659
+ "vs/base/common/buffer",
5660
+ "vs/base/common/platform"
5661
+ ],
5662
5662
  "vs/nls!vs/platform/contextkey/common/contextkeys": [],
5663
5663
  "===anonymous82===": [
5664
5664
  "vs/platform/contextkey/common/contextkeys.nls",
@@ -5923,31 +5923,117 @@
5923
5923
  ],
5924
5924
  "vs/editor/contrib/editorState/browser/keybindingCancellation.nls": [],
5925
5925
  "vs/editor/contrib/editorState/browser/keybindingCancellation.nls.keys": [],
5926
- "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
5926
+ "vs/base/common/collections": [
5927
+ "require",
5928
+ "exports"
5929
+ ],
5930
+ "vs/editor/browser/controller/mouseHandler": [
5927
5931
  "require",
5928
5932
  "exports",
5933
+ "vs/base/browser/dom",
5929
5934
  "vs/base/browser/mouseEvent",
5930
- "vs/base/browser/ui/scrollbar/abstractScrollbar",
5931
- "vs/base/browser/ui/scrollbar/scrollbarArrow",
5932
- "vs/base/browser/ui/scrollbar/scrollbarState",
5933
- "vs/base/common/codicons"
5935
+ "vs/base/common/async",
5936
+ "vs/base/common/lifecycle",
5937
+ "vs/base/common/platform",
5938
+ "vs/editor/browser/controller/mouseTarget",
5939
+ "vs/editor/browser/editorDom",
5940
+ "vs/editor/common/config/editorZoom",
5941
+ "vs/editor/common/core/position",
5942
+ "vs/editor/common/core/selection",
5943
+ "vs/editor/common/viewEventHandler"
5934
5944
  ],
5935
- "vs/base/browser/ui/scrollbar/verticalScrollbar": [
5945
+ "vs/nls!vs/editor/browser/controller/textAreaHandler": [],
5946
+ "vs/css!vs/editor/browser/controller/textAreaHandler": [],
5947
+ "===anonymous90===": [
5948
+ "vs/editor/browser/controller/textAreaHandler.nls",
5949
+ "vs/editor/browser/controller/textAreaHandler.nls.keys"
5950
+ ],
5951
+ "vs/editor/browser/controller/textAreaHandler.nls": [],
5952
+ "vs/editor/browser/controller/textAreaHandler.nls.keys": [],
5953
+ "vs/editor/browser/view/viewLayer": [
5936
5954
  "require",
5937
5955
  "exports",
5938
- "vs/base/browser/mouseEvent",
5939
- "vs/base/browser/ui/scrollbar/abstractScrollbar",
5940
- "vs/base/browser/ui/scrollbar/scrollbarArrow",
5941
- "vs/base/browser/ui/scrollbar/scrollbarState",
5942
- "vs/base/common/codicons"
5956
+ "vs/base/browser/fastDomNode",
5957
+ "vs/editor/common/core/stringBuilder"
5943
5958
  ],
5944
- "vs/base/common/scrollable": [
5959
+ "vs/editor/browser/view/dynamicViewOverlay": [
5945
5960
  "require",
5946
5961
  "exports",
5947
- "vs/base/common/event",
5962
+ "vs/editor/common/viewEventHandler"
5963
+ ],
5964
+ "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
5965
+ "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
5966
+ "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
5967
+ "vs/editor/common/textModelGuides": [
5968
+ "require",
5969
+ "exports"
5970
+ ],
5971
+ "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
5972
+ "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
5973
+ "vs/editor/browser/viewParts/lines/viewLine": [
5974
+ "require",
5975
+ "exports",
5976
+ "vs/base/browser/browser",
5977
+ "vs/base/browser/fastDomNode",
5978
+ "vs/base/common/platform",
5979
+ "vs/editor/browser/viewParts/lines/rangeUtil",
5980
+ "vs/editor/browser/view/renderingContext",
5981
+ "vs/editor/common/viewLayout/lineDecorations",
5982
+ "vs/editor/common/viewLayout/viewLineRenderer",
5983
+ "vs/platform/theme/common/theme",
5984
+ "vs/editor/common/config/editorOptions"
5985
+ ],
5986
+ "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
5987
+ "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
5988
+ "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
5989
+ "vs/base/browser/globalPointerMoveMonitor": [
5990
+ "require",
5991
+ "exports",
5992
+ "vs/base/browser/dom",
5948
5993
  "vs/base/common/lifecycle"
5949
5994
  ],
5950
- "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
5995
+ "vs/editor/common/core/rgba": [
5996
+ "require",
5997
+ "exports"
5998
+ ],
5999
+ "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory": [
6000
+ "require",
6001
+ "exports",
6002
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer",
6003
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6004
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked",
6005
+ "vs/base/common/uint"
6006
+ ],
6007
+ "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
6008
+ "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
6009
+ "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
6010
+ "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
6011
+ "vs/css!vs/editor/browser/viewParts/selections/selections": [],
6012
+ "vs/editor/browser/viewParts/viewCursors/viewCursor": [
6013
+ "require",
6014
+ "exports",
6015
+ "vs/base/browser/dom",
6016
+ "vs/base/browser/fastDomNode",
6017
+ "vs/base/common/strings",
6018
+ "vs/editor/browser/config/domFontInfo",
6019
+ "vs/editor/common/config/editorOptions",
6020
+ "vs/editor/common/core/position",
6021
+ "vs/editor/common/core/range",
6022
+ "vs/base/browser/ui/mouseCursor/mouseCursor"
6023
+ ],
6024
+ "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
6025
+ "vs/editor/common/editorTheme": [
6026
+ "require",
6027
+ "exports"
6028
+ ],
6029
+ "vs/editor/common/cursor/oneCursor": [
6030
+ "require",
6031
+ "exports",
6032
+ "vs/editor/common/cursorCommon",
6033
+ "vs/editor/common/core/position",
6034
+ "vs/editor/common/core/range",
6035
+ "vs/editor/common/core/selection"
6036
+ ],
5951
6037
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree": [
5952
6038
  "require",
5953
6039
  "exports",
@@ -5969,7 +6055,7 @@
5969
6055
  "vs/base/common/buffer",
5970
6056
  "vs/editor/common/core/stringBuilder"
5971
6057
  ],
5972
- "===anonymous90===": [
6058
+ "===anonymous91===": [
5973
6059
  "vs/editor/common/model/editStack.nls",
5974
6060
  "vs/editor/common/model/editStack.nls.keys"
5975
6061
  ],
@@ -5980,10 +6066,6 @@
5980
6066
  "exports",
5981
6067
  "vs/base/common/lifecycle"
5982
6068
  ],
5983
- "vs/editor/common/textModelGuides": [
5984
- "require",
5985
- "exports"
5986
- ],
5987
6069
  "vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
5988
6070
  "require",
5989
6071
  "exports",
@@ -6023,6 +6105,44 @@
6023
6105
  "vs/base/common/arrays",
6024
6106
  "vs/editor/common/tokens/lineTokens"
6025
6107
  ],
6108
+ "vs/base/common/scrollable": [
6109
+ "require",
6110
+ "exports",
6111
+ "vs/base/common/event",
6112
+ "vs/base/common/lifecycle"
6113
+ ],
6114
+ "vs/editor/common/viewLayout/linesLayout": [
6115
+ "require",
6116
+ "exports",
6117
+ "vs/base/common/strings"
6118
+ ],
6119
+ "vs/editor/common/viewModel/modelLineProjection": [
6120
+ "require",
6121
+ "exports",
6122
+ "vs/editor/common/tokens/lineTokens",
6123
+ "vs/editor/common/core/position",
6124
+ "vs/editor/common/textModelEvents",
6125
+ "vs/editor/common/viewModel"
6126
+ ],
6127
+ "vs/base/browser/ui/scrollbar/horizontalScrollbar": [
6128
+ "require",
6129
+ "exports",
6130
+ "vs/base/browser/mouseEvent",
6131
+ "vs/base/browser/ui/scrollbar/abstractScrollbar",
6132
+ "vs/base/browser/ui/scrollbar/scrollbarArrow",
6133
+ "vs/base/browser/ui/scrollbar/scrollbarState",
6134
+ "vs/base/common/codicons"
6135
+ ],
6136
+ "vs/base/browser/ui/scrollbar/verticalScrollbar": [
6137
+ "require",
6138
+ "exports",
6139
+ "vs/base/browser/mouseEvent",
6140
+ "vs/base/browser/ui/scrollbar/abstractScrollbar",
6141
+ "vs/base/browser/ui/scrollbar/scrollbarArrow",
6142
+ "vs/base/browser/ui/scrollbar/scrollbarState",
6143
+ "vs/base/common/codicons"
6144
+ ],
6145
+ "vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
6026
6146
  "vs/editor/contrib/codeAction/browser/codeActionMenu": [
6027
6147
  "require",
6028
6148
  "exports",
@@ -6053,32 +6173,33 @@
6053
6173
  "vs/platform/theme/common/themeService",
6054
6174
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget"
6055
6175
  ],
6056
- "vs/base/browser/globalPointerMoveMonitor": [
6057
- "require",
6058
- "exports",
6059
- "vs/base/browser/dom",
6060
- "vs/base/common/lifecycle"
6061
- ],
6062
6176
  "vs/nls!vs/editor/contrib/colorPicker/browser/colorPickerWidget": [],
6063
6177
  "vs/css!vs/editor/contrib/colorPicker/browser/colorPicker": [],
6064
- "===anonymous91===": [
6178
+ "===anonymous92===": [
6065
6179
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget.nls",
6066
6180
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget.nls.keys"
6067
6181
  ],
6068
6182
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget.nls": [],
6069
6183
  "vs/editor/contrib/colorPicker/browser/colorPickerWidget.nls.keys": [],
6070
- "vs/nls!vs/base/browser/ui/findinput/findInputToggles": [],
6071
- "===anonymous92===": [
6072
- "vs/base/browser/ui/findinput/findInputToggles.nls",
6073
- "vs/base/browser/ui/findinput/findInputToggles.nls.keys"
6184
+ "vs/nls!vs/base/browser/ui/iconLabel/iconLabelHover": [],
6185
+ "===anonymous93===": [
6186
+ "vs/base/browser/ui/iconLabel/iconLabelHover.nls",
6187
+ "vs/base/browser/ui/iconLabel/iconLabelHover.nls.keys"
6074
6188
  ],
6075
- "vs/base/browser/ui/findinput/findInputToggles.nls": [],
6076
- "vs/base/browser/ui/findinput/findInputToggles.nls.keys": [],
6189
+ "vs/base/browser/ui/iconLabel/iconLabelHover.nls": [],
6190
+ "vs/base/browser/ui/iconLabel/iconLabelHover.nls.keys": [],
6077
6191
  "vs/base/common/search": [
6078
6192
  "require",
6079
6193
  "exports",
6080
6194
  "vs/base/common/strings"
6081
6195
  ],
6196
+ "vs/nls!vs/base/browser/ui/findinput/findInputToggles": [],
6197
+ "===anonymous94===": [
6198
+ "vs/base/browser/ui/findinput/findInputToggles.nls",
6199
+ "vs/base/browser/ui/findinput/findInputToggles.nls.keys"
6200
+ ],
6201
+ "vs/base/browser/ui/findinput/findInputToggles.nls": [],
6202
+ "vs/base/browser/ui/findinput/findInputToggles.nls.keys": [],
6082
6203
  "vs/css!vs/base/browser/ui/toggle/toggle": [],
6083
6204
  "vs/base/browser/ui/findinput/findInput": [
6084
6205
  "require",
@@ -6100,16 +6221,41 @@
6100
6221
  "vs/base/browser/ui/widget",
6101
6222
  "vs/base/common/codicons",
6102
6223
  "vs/base/common/event",
6103
- "vs/nls!vs/base/browser/ui/findinput/replaceInput",
6104
- "vs/css!vs/base/browser/ui/findinput/findInput"
6105
- ],
6106
- "vs/nls!vs/platform/history/browser/contextScopedHistoryWidget": [],
6107
- "===anonymous93===": [
6108
- "vs/platform/history/browser/contextScopedHistoryWidget.nls",
6109
- "vs/platform/history/browser/contextScopedHistoryWidget.nls.keys"
6224
+ "vs/nls!vs/base/browser/ui/findinput/replaceInput",
6225
+ "vs/css!vs/base/browser/ui/findinput/findInput"
6226
+ ],
6227
+ "vs/nls!vs/platform/history/browser/contextScopedHistoryWidget": [],
6228
+ "===anonymous95===": [
6229
+ "vs/platform/history/browser/contextScopedHistoryWidget.nls",
6230
+ "vs/platform/history/browser/contextScopedHistoryWidget.nls.keys"
6231
+ ],
6232
+ "vs/platform/history/browser/contextScopedHistoryWidget.nls": [],
6233
+ "vs/platform/history/browser/contextScopedHistoryWidget.nls.keys": [],
6234
+ "vs/base/browser/markdownRenderer": [
6235
+ "require",
6236
+ "exports",
6237
+ "vs/base/browser/dom",
6238
+ "vs/base/browser/dompurify/dompurify",
6239
+ "vs/base/browser/event",
6240
+ "vs/base/browser/formattedTextRenderer",
6241
+ "vs/base/browser/mouseEvent",
6242
+ "vs/base/browser/ui/iconLabel/iconLabels",
6243
+ "vs/base/common/async",
6244
+ "vs/base/common/cancellation",
6245
+ "vs/base/common/errors",
6246
+ "vs/base/common/event",
6247
+ "vs/base/common/htmlContent",
6248
+ "vs/base/common/iconLabels",
6249
+ "vs/base/common/idGenerator",
6250
+ "vs/base/common/lifecycle",
6251
+ "vs/base/common/marked/marked",
6252
+ "vs/base/common/marshalling",
6253
+ "vs/base/common/network",
6254
+ "vs/base/common/objects",
6255
+ "vs/base/common/resources",
6256
+ "vs/base/common/strings",
6257
+ "vs/base/common/uri"
6110
6258
  ],
6111
- "vs/platform/history/browser/contextScopedHistoryWidget.nls": [],
6112
- "vs/platform/history/browser/contextScopedHistoryWidget.nls.keys": [],
6113
6259
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel": [
6114
6260
  "require",
6115
6261
  "exports",
@@ -6163,145 +6309,6 @@
6163
6309
  "vs/editor/contrib/inlineCompletions/browser/utils"
6164
6310
  ],
6165
6311
  "vs/css!vs/editor/contrib/inlineCompletions/browser/ghostText": [],
6166
- "vs/base/browser/markdownRenderer": [
6167
- "require",
6168
- "exports",
6169
- "vs/base/browser/dom",
6170
- "vs/base/browser/dompurify/dompurify",
6171
- "vs/base/browser/event",
6172
- "vs/base/browser/formattedTextRenderer",
6173
- "vs/base/browser/mouseEvent",
6174
- "vs/base/browser/ui/iconLabel/iconLabels",
6175
- "vs/base/common/async",
6176
- "vs/base/common/cancellation",
6177
- "vs/base/common/errors",
6178
- "vs/base/common/event",
6179
- "vs/base/common/htmlContent",
6180
- "vs/base/common/iconLabels",
6181
- "vs/base/common/idGenerator",
6182
- "vs/base/common/lifecycle",
6183
- "vs/base/common/marked/marked",
6184
- "vs/base/common/marshalling",
6185
- "vs/base/common/network",
6186
- "vs/base/common/objects",
6187
- "vs/base/common/resources",
6188
- "vs/base/common/strings",
6189
- "vs/base/common/uri"
6190
- ],
6191
- "vs/base/common/collections": [
6192
- "require",
6193
- "exports"
6194
- ],
6195
- "vs/editor/browser/controller/mouseHandler": [
6196
- "require",
6197
- "exports",
6198
- "vs/base/browser/dom",
6199
- "vs/base/browser/mouseEvent",
6200
- "vs/base/common/async",
6201
- "vs/base/common/lifecycle",
6202
- "vs/base/common/platform",
6203
- "vs/editor/browser/controller/mouseTarget",
6204
- "vs/editor/browser/editorDom",
6205
- "vs/editor/common/config/editorZoom",
6206
- "vs/editor/common/core/position",
6207
- "vs/editor/common/core/selection",
6208
- "vs/editor/common/viewEventHandler"
6209
- ],
6210
- "vs/nls!vs/editor/browser/controller/textAreaHandler": [],
6211
- "vs/css!vs/editor/browser/controller/textAreaHandler": [],
6212
- "===anonymous94===": [
6213
- "vs/editor/browser/controller/textAreaHandler.nls",
6214
- "vs/editor/browser/controller/textAreaHandler.nls.keys"
6215
- ],
6216
- "vs/editor/browser/controller/textAreaHandler.nls": [],
6217
- "vs/editor/browser/controller/textAreaHandler.nls.keys": [],
6218
- "vs/editor/browser/view/viewLayer": [
6219
- "require",
6220
- "exports",
6221
- "vs/base/browser/fastDomNode",
6222
- "vs/editor/common/core/stringBuilder"
6223
- ],
6224
- "vs/editor/browser/view/dynamicViewOverlay": [
6225
- "require",
6226
- "exports",
6227
- "vs/editor/common/viewEventHandler"
6228
- ],
6229
- "vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
6230
- "vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
6231
- "vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
6232
- "vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
6233
- "vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
6234
- "vs/editor/browser/viewParts/lines/viewLine": [
6235
- "require",
6236
- "exports",
6237
- "vs/base/browser/browser",
6238
- "vs/base/browser/fastDomNode",
6239
- "vs/base/common/platform",
6240
- "vs/editor/browser/viewParts/lines/rangeUtil",
6241
- "vs/editor/browser/view/renderingContext",
6242
- "vs/editor/common/viewLayout/lineDecorations",
6243
- "vs/editor/common/viewLayout/viewLineRenderer",
6244
- "vs/platform/theme/common/theme",
6245
- "vs/editor/common/config/editorOptions"
6246
- ],
6247
- "vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
6248
- "vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
6249
- "vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
6250
- "vs/editor/common/core/rgba": [
6251
- "require",
6252
- "exports"
6253
- ],
6254
- "vs/editor/browser/viewParts/minimap/minimapCharRendererFactory": [
6255
- "require",
6256
- "exports",
6257
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer",
6258
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6259
- "vs/editor/browser/viewParts/minimap/minimapPreBaked",
6260
- "vs/base/common/uint"
6261
- ],
6262
- "vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
6263
- "vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
6264
- "vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
6265
- "vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
6266
- "vs/css!vs/editor/browser/viewParts/selections/selections": [],
6267
- "vs/editor/browser/viewParts/viewCursors/viewCursor": [
6268
- "require",
6269
- "exports",
6270
- "vs/base/browser/dom",
6271
- "vs/base/browser/fastDomNode",
6272
- "vs/base/common/strings",
6273
- "vs/editor/browser/config/domFontInfo",
6274
- "vs/editor/common/config/editorOptions",
6275
- "vs/editor/common/core/position",
6276
- "vs/editor/common/core/range",
6277
- "vs/base/browser/ui/mouseCursor/mouseCursor"
6278
- ],
6279
- "vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
6280
- "vs/editor/common/editorTheme": [
6281
- "require",
6282
- "exports"
6283
- ],
6284
- "vs/editor/common/cursor/oneCursor": [
6285
- "require",
6286
- "exports",
6287
- "vs/editor/common/cursorCommon",
6288
- "vs/editor/common/core/position",
6289
- "vs/editor/common/core/range",
6290
- "vs/editor/common/core/selection"
6291
- ],
6292
- "vs/editor/common/viewLayout/linesLayout": [
6293
- "require",
6294
- "exports",
6295
- "vs/base/common/strings"
6296
- ],
6297
- "vs/editor/common/viewModel/modelLineProjection": [
6298
- "require",
6299
- "exports",
6300
- "vs/editor/common/tokens/lineTokens",
6301
- "vs/editor/common/core/position",
6302
- "vs/editor/common/textModelEvents",
6303
- "vs/editor/common/viewModel"
6304
- ],
6305
6312
  "vs/css!vs/editor/contrib/zoneWidget/browser/zoneWidget": [],
6306
6313
  "vs/base/browser/ui/dropdown/dropdownActionViewItem": [
6307
6314
  "require",
@@ -6319,19 +6326,12 @@
6319
6326
  ],
6320
6327
  "vs/nls!vs/platform/actions/browser/menuEntryActionViewItem": [],
6321
6328
  "vs/css!vs/platform/actions/browser/menuEntryActionViewItem": [],
6322
- "===anonymous95===": [
6329
+ "===anonymous96===": [
6323
6330
  "vs/platform/actions/browser/menuEntryActionViewItem.nls",
6324
6331
  "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys"
6325
6332
  ],
6326
6333
  "vs/platform/actions/browser/menuEntryActionViewItem.nls": [],
6327
6334
  "vs/platform/actions/browser/menuEntryActionViewItem.nls.keys": [],
6328
- "vs/nls!vs/base/browser/ui/iconLabel/iconLabelHover": [],
6329
- "===anonymous96===": [
6330
- "vs/base/browser/ui/iconLabel/iconLabelHover.nls",
6331
- "vs/base/browser/ui/iconLabel/iconLabelHover.nls.keys"
6332
- ],
6333
- "vs/base/browser/ui/iconLabel/iconLabelHover.nls": [],
6334
- "vs/base/browser/ui/iconLabel/iconLabelHover.nls.keys": [],
6335
6335
  "vs/css!vs/base/browser/ui/hover/hover": [],
6336
6336
  "vs/base/common/labels": [
6337
6337
  "require",
@@ -6475,6 +6475,7 @@
6475
6475
  "vs/base/common/event",
6476
6476
  "vs/base/common/iterator"
6477
6477
  ],
6478
+ "vs/css!vs/base/browser/ui/splitview/splitview": [],
6478
6479
  "vs/base/browser/ui/countBadge/countBadge": [
6479
6480
  "require",
6480
6481
  "exports",
@@ -6498,7 +6499,6 @@
6498
6499
  ],
6499
6500
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.nls": [],
6500
6501
  "vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.nls.keys": [],
6501
- "vs/css!vs/base/browser/ui/splitview/splitview": [],
6502
6502
  "vs/base/common/range": [
6503
6503
  "require",
6504
6504
  "exports"
@@ -6581,29 +6581,26 @@
6581
6581
  "vs/base/common/glob",
6582
6582
  "vs/base/common/path"
6583
6583
  ],
6584
- "vs/base/browser/ui/scrollbar/abstractScrollbar": [
6584
+ "vs/editor/browser/viewParts/lines/rangeUtil": [
6585
6585
  "require",
6586
6586
  "exports",
6587
- "vs/base/browser/dom",
6588
- "vs/base/browser/fastDomNode",
6589
- "vs/base/browser/globalPointerMoveMonitor",
6590
- "vs/base/browser/ui/scrollbar/scrollbarArrow",
6591
- "vs/base/browser/ui/scrollbar/scrollbarVisibilityController",
6592
- "vs/base/browser/ui/widget",
6593
- "vs/base/common/platform"
6587
+ "vs/editor/browser/view/renderingContext"
6594
6588
  ],
6595
- "vs/base/browser/ui/scrollbar/scrollbarArrow": [
6589
+ "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
6596
6590
  "require",
6597
6591
  "exports",
6598
- "vs/base/browser/globalPointerMoveMonitor",
6599
- "vs/base/browser/ui/widget",
6600
- "vs/base/common/async",
6601
- "vs/base/browser/dom"
6592
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6593
+ "vs/base/common/uint"
6602
6594
  ],
6603
- "vs/base/browser/ui/scrollbar/scrollbarState": [
6595
+ "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
6604
6596
  "require",
6605
6597
  "exports"
6606
6598
  ],
6599
+ "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
6600
+ "require",
6601
+ "exports",
6602
+ "vs/base/common/functional"
6603
+ ],
6607
6604
  "vs/editor/common/textModelBracketPairs": [
6608
6605
  "require",
6609
6606
  "exports"
@@ -6665,6 +6662,29 @@
6665
6662
  "exports",
6666
6663
  "vs/editor/common/tokens/lineTokens"
6667
6664
  ],
6665
+ "vs/base/browser/ui/scrollbar/abstractScrollbar": [
6666
+ "require",
6667
+ "exports",
6668
+ "vs/base/browser/dom",
6669
+ "vs/base/browser/fastDomNode",
6670
+ "vs/base/browser/globalPointerMoveMonitor",
6671
+ "vs/base/browser/ui/scrollbar/scrollbarArrow",
6672
+ "vs/base/browser/ui/scrollbar/scrollbarVisibilityController",
6673
+ "vs/base/browser/ui/widget",
6674
+ "vs/base/common/platform"
6675
+ ],
6676
+ "vs/base/browser/ui/scrollbar/scrollbarArrow": [
6677
+ "require",
6678
+ "exports",
6679
+ "vs/base/browser/globalPointerMoveMonitor",
6680
+ "vs/base/browser/ui/widget",
6681
+ "vs/base/common/async",
6682
+ "vs/base/browser/dom"
6683
+ ],
6684
+ "vs/base/browser/ui/scrollbar/scrollbarState": [
6685
+ "require",
6686
+ "exports"
6687
+ ],
6668
6688
  "vs/nls!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
6669
6689
  "vs/css!vs/editor/contrib/codeAction/browser/lightBulbWidget": [],
6670
6690
  "===anonymous103===": [
@@ -6705,6 +6725,9 @@
6705
6725
  ],
6706
6726
  "vs/base/browser/ui/findinput/replaceInput.nls": [],
6707
6727
  "vs/base/browser/ui/findinput/replaceInput.nls.keys": [],
6728
+ "vs/base/common/marked/marked": [
6729
+ "exports"
6730
+ ],
6708
6731
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionToGhostText": [
6709
6732
  "require",
6710
6733
  "exports",
@@ -6736,29 +6759,6 @@
6736
6759
  "vs/editor/contrib/suggest/browser/suggestController",
6737
6760
  "vs/editor/contrib/inlineCompletions/browser/inlineCompletionToGhostText"
6738
6761
  ],
6739
- "vs/base/common/marked/marked": [
6740
- "exports"
6741
- ],
6742
- "vs/editor/browser/viewParts/lines/rangeUtil": [
6743
- "require",
6744
- "exports",
6745
- "vs/editor/browser/view/renderingContext"
6746
- ],
6747
- "vs/editor/browser/viewParts/minimap/minimapCharRenderer": [
6748
- "require",
6749
- "exports",
6750
- "vs/editor/browser/viewParts/minimap/minimapCharSheet",
6751
- "vs/base/common/uint"
6752
- ],
6753
- "vs/editor/browser/viewParts/minimap/minimapCharSheet": [
6754
- "require",
6755
- "exports"
6756
- ],
6757
- "vs/editor/browser/viewParts/minimap/minimapPreBaked": [
6758
- "require",
6759
- "exports",
6760
- "vs/base/common/functional"
6761
- ],
6762
6762
  "vs/base/browser/ui/dropdown/dropdown": [
6763
6763
  "require",
6764
6764
  "exports",
@@ -6878,12 +6878,6 @@
6878
6878
  ],
6879
6879
  "vs/base/parts/quickinput/browser/quickInput.nls": [],
6880
6880
  "vs/base/parts/quickinput/browser/quickInput.nls.keys": [],
6881
- "vs/base/browser/ui/scrollbar/scrollbarVisibilityController": [
6882
- "require",
6883
- "exports",
6884
- "vs/base/common/async",
6885
- "vs/base/common/lifecycle"
6886
- ],
6887
6881
  "vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast": [
6888
6882
  "require",
6889
6883
  "exports",
@@ -6905,6 +6899,12 @@
6905
6899
  "require",
6906
6900
  "exports"
6907
6901
  ],
6902
+ "vs/base/browser/ui/scrollbar/scrollbarVisibilityController": [
6903
+ "require",
6904
+ "exports",
6905
+ "vs/base/common/async",
6906
+ "vs/base/common/lifecycle"
6907
+ ],
6908
6908
  "vs/base/common/history": [
6909
6909
  "require",
6910
6910
  "exports",