5430 lines
185 KiB
JSON
5430 lines
185 KiB
JSON
|
{
|
||
|
"graph": {
|
||
|
"===anonymous1===": [
|
||
|
"require"
|
||
|
],
|
||
|
"===anonymous2===": [
|
||
|
"vs/editor/editor.main",
|
||
|
"vs/css",
|
||
|
"vs/nls",
|
||
|
"vs/base/common/worker/simpleWorker",
|
||
|
"vs/editor/common/services/editorSimpleWorker"
|
||
|
],
|
||
|
"vs/editor/editor.main": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/editor.api",
|
||
|
"vs/editor/editor.all",
|
||
|
"vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp",
|
||
|
"vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard",
|
||
|
"vs/editor/standalone/browser/inspectTokens/inspectTokens",
|
||
|
"vs/editor/standalone/browser/quickOpen/gotoLine",
|
||
|
"vs/editor/standalone/browser/quickOpen/quickCommand",
|
||
|
"vs/editor/standalone/browser/quickOpen/quickOutline",
|
||
|
"vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch",
|
||
|
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast"
|
||
|
],
|
||
|
"vs/css": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"module"
|
||
|
],
|
||
|
"vs/nls": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"module"
|
||
|
],
|
||
|
"vs/base/common/worker/simpleWorker": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/common/services/editorSimpleWorker": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/diff/diff",
|
||
|
"vs/base/common/iterator",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/diff/diffComputer",
|
||
|
"vs/editor/common/model/mirrorTextModel",
|
||
|
"vs/editor/common/model/wordHelper",
|
||
|
"vs/editor/common/modes/linkComputer",
|
||
|
"vs/editor/common/modes/supports/inplaceReplaceSupport",
|
||
|
"vs/editor/common/standalone/standaloneBase",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/editor.api": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/standalone/standaloneBase",
|
||
|
"vs/editor/standalone/browser/standaloneEditor",
|
||
|
"vs/editor/standalone/browser/standaloneLanguages"
|
||
|
],
|
||
|
"vs/editor/editor.all": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/controller/coreCommands",
|
||
|
"vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/editor/browser/widget/diffEditorWidget",
|
||
|
"vs/editor/browser/widget/diffNavigator",
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching",
|
||
|
"vs/editor/contrib/caretOperations/caretOperations",
|
||
|
"vs/editor/contrib/caretOperations/transpose",
|
||
|
"vs/editor/contrib/clipboard/clipboard",
|
||
|
"vs/editor/contrib/codeAction/codeActionContributions",
|
||
|
"vs/editor/contrib/codelens/codelensController",
|
||
|
"vs/editor/contrib/colorPicker/colorDetector",
|
||
|
"vs/editor/contrib/comment/comment",
|
||
|
"vs/editor/contrib/contextmenu/contextmenu",
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo",
|
||
|
"vs/editor/contrib/dnd/dnd",
|
||
|
"vs/editor/contrib/find/findController",
|
||
|
"vs/editor/contrib/folding/folding",
|
||
|
"vs/editor/contrib/fontZoom/fontZoom",
|
||
|
"vs/editor/contrib/format/formatActions",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse",
|
||
|
"vs/editor/contrib/gotoError/gotoError",
|
||
|
"vs/editor/contrib/hover/hover",
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace",
|
||
|
"vs/editor/contrib/linesOperations/linesOperations",
|
||
|
"vs/editor/contrib/links/links",
|
||
|
"vs/editor/contrib/multicursor/multicursor",
|
||
|
"vs/editor/contrib/parameterHints/parameterHints",
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch",
|
||
|
"vs/editor/contrib/rename/rename",
|
||
|
"vs/editor/contrib/smartSelect/smartSelect",
|
||
|
"vs/editor/contrib/snippet/snippetController2",
|
||
|
"vs/editor/contrib/suggest/suggestController",
|
||
|
"vs/editor/contrib/tokenization/tokenization",
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode",
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter",
|
||
|
"vs/editor/contrib/wordOperations/wordOperations",
|
||
|
"vs/editor/contrib/wordPartOperations/wordPartOperations",
|
||
|
"vs/editor/common/standaloneStrings"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/htmlContentRenderer",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/standaloneStrings",
|
||
|
"vs/css!vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/inspectTokens/inspectTokens": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/editor/standalone/common/standaloneThemeService",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/standaloneStrings",
|
||
|
"vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/quickOpen/gotoLine": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel",
|
||
|
"vs/editor/browser/editorBrowser",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/standalone/browser/quickOpen/editorQuickOpen",
|
||
|
"vs/editor/common/standaloneStrings",
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/gotoLine"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/quickOpen/quickCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/standalone/browser/quickOpen/editorQuickOpen",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/editor/common/standaloneStrings"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/quickOpen/quickOutline": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/quickOpen/quickOpen",
|
||
|
"vs/editor/standalone/browser/quickOpen/editorQuickOpen",
|
||
|
"vs/editor/common/standaloneStrings",
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/quickOutline"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/contrib/referenceSearch/referencesController",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/storage/common/storage"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/standalone/common/standaloneThemeService",
|
||
|
"vs/editor/common/standaloneStrings"
|
||
|
],
|
||
|
"vs/base/common/errors": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/lifecycle": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/platform": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/types": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/arrays": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/diff/diff": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/diff/diffChange"
|
||
|
],
|
||
|
"vs/base/common/iterator": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/uri": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"vs/editor/common/core/position": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/core/range": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position"
|
||
|
],
|
||
|
"vs/editor/common/diff/diffComputer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/diff/diff",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/common/model/mirrorTextModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/viewModel/prefixSumComputer"
|
||
|
],
|
||
|
"vs/editor/common/model/wordHelper": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/modes/linkComputer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/editor/common/core/uint"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/inplaceReplaceSupport": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/standalone/standaloneBase": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/core/token",
|
||
|
"vs/editor/common/standalone/standaloneEnums",
|
||
|
"vs/editor/common/standalone/promise-polyfill/polyfill"
|
||
|
],
|
||
|
"vs/editor/common/config/editorOptions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/common/config/editorOptions",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/common/model/wordHelper",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/standaloneEditor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/browser/services/openerService",
|
||
|
"vs/editor/browser/widget/diffNavigator",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/config/fontInfo",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/common/services/resolverService",
|
||
|
"vs/editor/common/services/webWorker",
|
||
|
"vs/editor/common/standalone/standaloneEnums",
|
||
|
"vs/editor/standalone/browser/colorizer",
|
||
|
"vs/editor/standalone/browser/simpleServices",
|
||
|
"vs/editor/standalone/browser/standaloneCodeEditor",
|
||
|
"vs/editor/standalone/browser/standaloneServices",
|
||
|
"vs/editor/standalone/common/standaloneThemeService",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/platform/accessibility/common/accessibility",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/css!vs/editor/standalone/browser/standalone-tokens"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/standaloneLanguages": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/token",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/common/modes/modesRegistry",
|
||
|
"vs/editor/common/standalone/standaloneEnums",
|
||
|
"vs/editor/standalone/browser/standaloneServices",
|
||
|
"vs/editor/standalone/common/monarch/monarchCompile",
|
||
|
"vs/editor/standalone/common/monarch/monarchLexer"
|
||
|
],
|
||
|
"vs/editor/browser/controller/coreCommands": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/browser/controller/coreCommands",
|
||
|
"vs/base/common/types",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/controller/cursorColumnSelection",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/cursorDeleteOperations",
|
||
|
"vs/editor/common/controller/cursorMoveCommands",
|
||
|
"vs/editor/common/controller/cursorTypeOperations",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/platform/contextkey/common/contextkey"
|
||
|
],
|
||
|
"vs/editor/browser/widget/codeEditorWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/network",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/browser/view/viewImpl",
|
||
|
"vs/editor/browser/view/viewOutgoingEvents",
|
||
|
"vs/editor/common/controller/cursor",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorAction",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/editor/common/viewModel/viewModelImpl",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/instantiation/common/serviceCollection",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/accessibility/common/accessibility",
|
||
|
"vs/base/common/types",
|
||
|
"vs/css!vs/editor/browser/widget/media/editor",
|
||
|
"vs/css!vs/editor/browser/widget/media/tokens"
|
||
|
],
|
||
|
"vs/editor/browser/widget/diffEditorWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/browser/widget/diffEditorWidget",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/ui/sash/sash",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/editor/browser/widget/diffReview",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/stringBuilder",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/common/view/overviewZoneManager",
|
||
|
"vs/editor/common/viewLayout/lineDecorations",
|
||
|
"vs/editor/common/viewLayout/viewLineRenderer",
|
||
|
"vs/editor/common/viewModel/viewModel",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/instantiation/common/serviceCollection",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/widget/media/diffEditor"
|
||
|
],
|
||
|
"vs/editor/browser/widget/diffNavigator": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/assert",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/bracketMatching/bracketMatching",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/css!vs/editor/contrib/bracketMatching/bracketMatching"
|
||
|
],
|
||
|
"vs/editor/contrib/caretOperations/caretOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/caretOperations/caretOperations",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/caretOperations/moveCaretCommand"
|
||
|
],
|
||
|
"vs/editor/contrib/caretOperations/transpose": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/caretOperations/transpose",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys"
|
||
|
],
|
||
|
"vs/editor/contrib/clipboard/clipboard": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/clipboard/clipboard",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/controller/textAreaInput",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/css!vs/editor/contrib/clipboard/clipboard"
|
||
|
],
|
||
|
"vs/editor/contrib/codeAction/codeActionContributions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands"
|
||
|
],
|
||
|
"vs/editor/contrib/codelens/codelensController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/codelens/codelens",
|
||
|
"vs/editor/contrib/codelens/codelensWidget",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/editor/contrib/codelens/codeLensCache"
|
||
|
],
|
||
|
"vs/editor/contrib/colorPicker/colorDetector": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/hash",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/colorPicker/color",
|
||
|
"vs/platform/configuration/common/configuration"
|
||
|
],
|
||
|
"vs/editor/contrib/comment/comment": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/comment/comment",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/comment/blockCommentCommand",
|
||
|
"vs/editor/contrib/comment/lineCommentCommand"
|
||
|
],
|
||
|
"vs/editor/contrib/contextmenu/contextmenu": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/contextmenu/contextmenu",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/keybinding/common/keybinding"
|
||
|
],
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/cursorUndo/cursorUndo",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys"
|
||
|
],
|
||
|
"vs/editor/contrib/dnd/dnd": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/contrib/dnd/dragAndDropCommand",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/css!vs/editor/contrib/dnd/dnd"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/find/findController",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/find/findModel",
|
||
|
"vs/editor/contrib/find/findOptionsWidget",
|
||
|
"vs/editor/contrib/find/findState",
|
||
|
"vs/editor/contrib/find/findWidget",
|
||
|
"vs/platform/clipboard/common/clipboardService",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/folding": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/folding/folding",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/contrib/folding/foldingModel",
|
||
|
"vs/editor/contrib/folding/foldingDecorations",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/folding/hiddenRangeModel",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/contrib/folding/indentRangeProvider",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/folding/syntaxRangeProvider",
|
||
|
"vs/editor/contrib/folding/intializingRangeProvider",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/css!vs/editor/contrib/folding/folding"
|
||
|
],
|
||
|
"vs/editor/contrib/fontZoom/fontZoom": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/fontZoom/fontZoom",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/config/editorZoom"
|
||
|
],
|
||
|
"vs/editor/contrib/format/formatActions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/contrib/format/format",
|
||
|
"vs/editor/contrib/format/formattingEdit",
|
||
|
"vs/nls!vs/editor/contrib/format/formatActions",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/message/messageController",
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/editor/contrib/referenceSearch/referencesController",
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/nls!vs/editor/contrib/goToDefinition/goToDefinitionCommands",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/progress/common/progress",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinition",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/editor/browser/core/editorState"
|
||
|
],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/goToDefinition/goToDefinitionMouse",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/htmlContent",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinition",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/services/resolverService",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands",
|
||
|
"vs/editor/contrib/goToDefinition/clickLinkGesture",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/base/common/types",
|
||
|
"vs/css!vs/editor/contrib/goToDefinition/goToDefinitionMouse"
|
||
|
],
|
||
|
"vs/editor/contrib/gotoError/gotoError": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/gotoError/gotoError",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/platform/keybinding/common/keybinding"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/hover": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/hover/hover",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/editor/contrib/hover/modesContentHover",
|
||
|
"vs/editor/contrib/hover/modesGlyphHover",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/services/markersDecorationService",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/editor/browser/services/bulkEditService",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/css!vs/editor/contrib/hover/hover"
|
||
|
],
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/inPlaceReplace/inPlaceReplace",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/editor/contrib/linesOperations/linesOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/linesOperations/linesOperations",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/editor/browser/controller/coreCommands",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/commands/trimTrailingWhitespaceCommand",
|
||
|
"vs/editor/common/controller/cursorTypeOperations",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/linesOperations/copyLinesCommand",
|
||
|
"vs/editor/contrib/linesOperations/moveLinesCommand",
|
||
|
"vs/editor/contrib/linesOperations/sortLinesCommand"
|
||
|
],
|
||
|
"vs/editor/contrib/links/links": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/links/links",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/htmlContent",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/goToDefinition/clickLinkGesture",
|
||
|
"vs/editor/contrib/links/getLinks",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/contrib/links/links"
|
||
|
],
|
||
|
"vs/editor/contrib/multicursor/multicursor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/multicursor/multicursor",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/controller/cursorMoveCommands",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/find/findController",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/contrib/parameterHints/parameterHints": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHints",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget",
|
||
|
"vs/editor/contrib/parameterHints/provideSignatureHelp",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referenceSearch",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/keybinding/common/keybindingsRegistry",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/editor/contrib/referenceSearch/referencesController",
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/browser/widget/embeddedCodeEditorWidget",
|
||
|
"vs/editor/browser/editorBrowser",
|
||
|
"vs/platform/list/browser/listService",
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/base/common/cancellation"
|
||
|
],
|
||
|
"vs/editor/contrib/rename/rename": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/rename/rename",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/progress/common/progress",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/rename/renameInputField",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/contrib/message/messageController",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/editor/browser/services/bulkEditService",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/editor/contrib/smartSelect/smartSelect": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/nls!vs/editor/contrib/smartSelect/smartSelect",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/contrib/smartSelect/wordSelections",
|
||
|
"vs/editor/contrib/smartSelect/bracketSelections",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/editor/contrib/snippet/snippetController2": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/suggest/suggest",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/log/common/log",
|
||
|
"vs/editor/contrib/snippet/snippetSession"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/suggestController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/snippet/snippetController2",
|
||
|
"vs/editor/contrib/snippet/snippetParser",
|
||
|
"vs/editor/contrib/suggest/suggestMemory",
|
||
|
"vs/nls!vs/editor/contrib/suggest/suggestController",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/editor/contrib/suggest/suggest",
|
||
|
"vs/editor/contrib/suggest/suggestAlternatives",
|
||
|
"vs/editor/contrib/suggest/suggestModel",
|
||
|
"vs/editor/contrib/suggest/suggestWidget",
|
||
|
"vs/editor/contrib/suggest/wordContextKey",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/base/common/async",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/contrib/tokenization/tokenization": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/tokenization/tokenization",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/base/common/stopwatch"
|
||
|
],
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/config/commonEditorConfig"
|
||
|
],
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/wordHighlighter/wordHighlighter",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/contrib/wordOperations/wordOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/cursorWordOperations",
|
||
|
"vs/editor/common/controller/wordCharacterClassifier",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorContextKeys"
|
||
|
],
|
||
|
"vs/editor/contrib/wordPartOperations/wordPartOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/controller/cursorWordOperations",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/wordOperations/wordOperations",
|
||
|
"vs/platform/commands/common/commands"
|
||
|
],
|
||
|
"vs/editor/common/standaloneStrings": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/common/standaloneStrings"
|
||
|
],
|
||
|
"vs/base/browser/browser": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/base/browser/dom": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/arrays"
|
||
|
],
|
||
|
"vs/editor/browser/editorExtensions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/common/services/resolverService",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/keybinding/common/keybindingsRegistry",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/platform/telemetry/common/telemetry",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard": [],
|
||
|
"vs/base/common/strings": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/parts/quickopen/browser/quickOpenModel",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/browser/ui/iconLabel/iconLabel",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/browser/ui/highlightedlabel/highlightedLabel",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/arrays"
|
||
|
],
|
||
|
"vs/editor/browser/editorBrowser": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/editorCommon"
|
||
|
],
|
||
|
"vs/editor/common/editorContextKeys": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/contextkey/common/contextkey"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/quickOpen/editorQuickOpen": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/standalone/browser/quickOpen/quickOpenEditorWidget",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/editorQuickOpen"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/gotoLine": [],
|
||
|
"vs/editor/standalone/common/standaloneThemeService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/base/common/filters": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/map",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/keybinding": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/browser/services/codeEditorService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesController",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/platform/notification/common/notification"
|
||
|
],
|
||
|
"vs/platform/configuration/common/configuration": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/configuration/common/configurationRegistry"
|
||
|
],
|
||
|
"vs/platform/contextkey/common/contextkey": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/instantiation/common/instantiation": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/platform/notification/common/notification": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/severity",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/storage/common/storage": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/base/common/cancellation": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/editor/common/modes": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes/languageFeatureRegistry",
|
||
|
"vs/editor/common/modes/tokenizationRegistry"
|
||
|
],
|
||
|
"vs/editor/contrib/quickOpen/quickOpen": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/editor/common/services/resolverService"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/quickOutline": [],
|
||
|
"vs/base/common/color": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/modes/nullMode": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/token",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/editor/common/services/modeService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/theme/common/colorRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/event",
|
||
|
"vs/nls!vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/platform/theme/common/themeService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens": [],
|
||
|
"vs/base/browser/fastDomNode": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom"
|
||
|
],
|
||
|
"vs/base/browser/htmlContentRenderer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/idGenerator",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/htmlContent",
|
||
|
"vs/base/common/marked/marked",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/marshalling",
|
||
|
"vs/base/common/objects"
|
||
|
],
|
||
|
"vs/base/browser/ui/aria/aria": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/css!vs/base/browser/ui/aria/aria"
|
||
|
],
|
||
|
"vs/base/browser/ui/widget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/platform/opener/common/opener": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp": [],
|
||
|
"vs/editor/common/viewModel/prefixSumComputer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/uint"
|
||
|
],
|
||
|
"vs/base/common/event": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/functional",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/linkedList"
|
||
|
],
|
||
|
"vs/base/common/keyCodes": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/editor/common/core/selection": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/common/core/token": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/standalone/standaloneEnums": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/standalone/promise-polyfill/polyfill": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"module"
|
||
|
],
|
||
|
"vs/base/common/assert": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/objects": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/caretOperations/caretOperations": [],
|
||
|
"vs/editor/contrib/caretOperations/moveCaretCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"===anonymous3===": [
|
||
|
"vs/editor/contrib/caretOperations/caretOperations.nls",
|
||
|
"vs/editor/contrib/caretOperations/caretOperations.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/caretOperations/caretOperations.nls": [],
|
||
|
"vs/editor/contrib/caretOperations/caretOperations.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/caretOperations/transpose": [],
|
||
|
"vs/editor/common/commands/replaceCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"===anonymous4===": [
|
||
|
"vs/editor/contrib/caretOperations/transpose.nls",
|
||
|
"vs/editor/contrib/caretOperations/transpose.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/caretOperations/transpose.nls": [],
|
||
|
"vs/editor/contrib/caretOperations/transpose.nls.keys": [],
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/bulkEditService",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/message/messageController",
|
||
|
"vs/nls!vs/editor/contrib/codeAction/codeActionCommands",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/platform/progress/common/progress",
|
||
|
"vs/editor/contrib/codeAction/codeActionModel",
|
||
|
"vs/editor/contrib/codeAction/codeActionTrigger",
|
||
|
"vs/editor/contrib/codeAction/codeActionWidget",
|
||
|
"vs/editor/contrib/codeAction/lightBulbWidget",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/comment/comment": [],
|
||
|
"vs/editor/contrib/comment/blockCommentCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry"
|
||
|
],
|
||
|
"vs/editor/contrib/comment/lineCommentCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/contrib/comment/blockCommentCommand"
|
||
|
],
|
||
|
"===anonymous5===": [
|
||
|
"vs/editor/contrib/comment/comment.nls",
|
||
|
"vs/editor/contrib/comment/comment.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/comment/comment.nls": [],
|
||
|
"vs/editor/contrib/comment/comment.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/cursorUndo/cursorUndo": [],
|
||
|
"===anonymous6===": [
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo.nls",
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo.nls": [],
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/fontZoom/fontZoom": [],
|
||
|
"vs/editor/common/config/editorZoom": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"===anonymous7===": [
|
||
|
"vs/editor/contrib/fontZoom/fontZoom.nls",
|
||
|
"vs/editor/contrib/fontZoom/fontZoom.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/fontZoom/fontZoom.nls": [],
|
||
|
"vs/editor/contrib/fontZoom/fontZoom.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHints": [],
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/editor/contrib/markdown/markdownRenderer",
|
||
|
"vs/editor/contrib/parameterHints/provideSignatureHelp",
|
||
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsModel",
|
||
|
"vs/css!vs/editor/contrib/parameterHints/parameterHints"
|
||
|
],
|
||
|
"vs/editor/contrib/parameterHints/provideSignatureHelp": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/base/common/cancellation"
|
||
|
],
|
||
|
"===anonymous8===": [
|
||
|
"vs/editor/contrib/parameterHints/parameterHints.nls",
|
||
|
"vs/editor/contrib/parameterHints/parameterHints.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/parameterHints/parameterHints.nls": [],
|
||
|
"vs/editor/contrib/parameterHints/parameterHints.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/tokenization/tokenization": [],
|
||
|
"vs/base/common/stopwatch": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"===anonymous9===": [
|
||
|
"vs/editor/contrib/tokenization/tokenization.nls",
|
||
|
"vs/editor/contrib/tokenization/tokenization.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/tokenization/tokenization.nls": [],
|
||
|
"vs/editor/contrib/tokenization/tokenization.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": [],
|
||
|
"vs/editor/common/config/commonEditorConfig": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/common/config/commonEditorConfig",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/config/editorZoom",
|
||
|
"vs/editor/common/config/fontInfo",
|
||
|
"vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/platform/registry/common/platform"
|
||
|
],
|
||
|
"===anonymous10===": [
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls",
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls": [],
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.nls.keys": [],
|
||
|
"vs/nls!vs/editor/common/standaloneStrings": [],
|
||
|
"===anonymous11===": [
|
||
|
"vs/editor/common/standaloneStrings.nls",
|
||
|
"vs/editor/common/standaloneStrings.nls.keys"
|
||
|
],
|
||
|
"vs/editor/common/standaloneStrings.nls": [],
|
||
|
"vs/editor/common/standaloneStrings.nls.keys": [],
|
||
|
"vs/editor/common/editorCommon": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/model/textModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/stopwatch",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/editStack",
|
||
|
"vs/editor/common/model/indentationGuesser",
|
||
|
"vs/editor/common/model/intervalTree",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
|
||
|
"vs/editor/common/model/textModelEvents",
|
||
|
"vs/editor/common/model/textModelSearch",
|
||
|
"vs/editor/common/model/textModelTokens",
|
||
|
"vs/editor/common/model/wordHelper",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/editor/common/modes/supports",
|
||
|
"vs/editor/common/modes/supports/richEditBrackets",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/quickOpen/quickOpenEditorWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/styler"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/editorQuickOpen": [],
|
||
|
"vs/platform/registry/common/platform": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/assert"
|
||
|
],
|
||
|
"vs/platform/configuration/common/configurationRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/base/common/event",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/platform/jsonschemas/common/jsonContributionRegistry"
|
||
|
],
|
||
|
"vs/base/common/severity": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/common/severity",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/common/core/characterClassifier": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/uint"
|
||
|
],
|
||
|
"vs/editor/common/core/uint": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/browser/services/openerService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/marshalling",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/linkedList"
|
||
|
],
|
||
|
"vs/editor/common/config/fontInfo": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/config/editorZoom"
|
||
|
],
|
||
|
"vs/editor/common/model": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/services/editorWorkerService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/common/services/resolverService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/common/services/webWorker": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/services/editorWorkerServiceImpl"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/colorizer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/lineTokens",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/viewLayout/viewLineRenderer",
|
||
|
"vs/editor/common/viewModel/viewModel",
|
||
|
"vs/editor/standalone/common/monarch/monarchLexer"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/simpleServices": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/severity",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/editorBrowser",
|
||
|
"vs/editor/common/config/commonEditorConfig",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/configuration/common/configurationModels",
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService",
|
||
|
"vs/platform/keybinding/common/keybindingResolver",
|
||
|
"vs/platform/keybinding/common/keybindingsRegistry",
|
||
|
"vs/platform/keybinding/common/resolvedKeybindingItem",
|
||
|
"vs/platform/keybinding/common/usLayoutResolvedKeybinding",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/workspace/common/workspace",
|
||
|
"vs/editor/common/standaloneStrings"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/standaloneCodeEditor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/editor/browser/widget/diffEditorWidget",
|
||
|
"vs/editor/common/editorAction",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/standalone/browser/simpleServices",
|
||
|
"vs/editor/standalone/common/standaloneThemeService",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/accessibility/common/accessibility",
|
||
|
"vs/editor/common/standaloneStrings"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/standaloneServices": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/services/bulkEditService",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/common/services/editorWorkerServiceImpl",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/editor/common/services/modeServiceImpl",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/common/services/modelServiceImpl",
|
||
|
"vs/editor/common/services/resourceConfiguration",
|
||
|
"vs/editor/standalone/browser/simpleServices",
|
||
|
"vs/editor/standalone/browser/standaloneCodeServiceImpl",
|
||
|
"vs/editor/standalone/browser/standaloneThemeServiceImpl",
|
||
|
"vs/editor/standalone/common/standaloneThemeService",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/contextkey/browser/contextKeyService",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/contextview/browser/contextMenuService",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/contextview/browser/contextViewService",
|
||
|
"vs/platform/dialogs/common/dialogs",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/instantiation/common/instantiationService",
|
||
|
"vs/platform/instantiation/common/serviceCollection",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/label/common/label",
|
||
|
"vs/platform/list/browser/listService",
|
||
|
"vs/platform/log/common/log",
|
||
|
"vs/platform/markers/common/markerService",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/progress/common/progress",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/platform/telemetry/common/telemetry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/workspace/common/workspace",
|
||
|
"vs/platform/actions/common/menuService",
|
||
|
"vs/editor/common/services/markersDecorationService",
|
||
|
"vs/editor/common/services/markerDecorationsServiceImpl",
|
||
|
"vs/editor/contrib/suggest/suggestMemory",
|
||
|
"vs/platform/accessibility/common/accessibility",
|
||
|
"vs/platform/accessibility/common/accessibilityService",
|
||
|
"vs/platform/layout/browser/layoutService",
|
||
|
"vs/editor/contrib/codelens/codeLensCache"
|
||
|
],
|
||
|
"vs/platform/commands/common/commands": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/types",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/linkedList"
|
||
|
],
|
||
|
"vs/platform/contextview/browser/contextView": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/accessibility/common/accessibility": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/browser/config/configuration": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/config/charWidthReader",
|
||
|
"vs/editor/browser/config/elementSizeObserver",
|
||
|
"vs/editor/common/config/commonEditorConfig",
|
||
|
"vs/editor/common/config/fontInfo"
|
||
|
],
|
||
|
"vs/css!vs/editor/standalone/browser/standalone-tokens": [],
|
||
|
"vs/nls!vs/editor/contrib/bracketMatching/bracketMatching": [],
|
||
|
"vs/base/common/async": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/common/view/editorColorRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/base/common/color",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/platform/actions/common/actions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/bracketMatching/bracketMatching": [],
|
||
|
"===anonymous12===": [
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching.nls",
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching.nls": [],
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/clipboard/clipboard": [],
|
||
|
"vs/editor/browser/controller/textAreaInput": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/controller/textAreaState",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/clipboard/clipboard": [],
|
||
|
"===anonymous13===": [
|
||
|
"vs/editor/contrib/clipboard/clipboard.nls",
|
||
|
"vs/editor/contrib/clipboard/clipboard.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/clipboard/clipboard.nls": [],
|
||
|
"vs/editor/contrib/clipboard/clipboard.nls.keys": [],
|
||
|
"vs/base/common/hash": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/contrib/colorPicker/color": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/modelService"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/contextmenu/contextmenu": [],
|
||
|
"vs/base/browser/ui/actionbar/actionbar": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/nls!vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/css!vs/base/browser/ui/actionbar/actionbar"
|
||
|
],
|
||
|
"===anonymous14===": [
|
||
|
"vs/editor/contrib/contextmenu/contextmenu.nls",
|
||
|
"vs/editor/contrib/contextmenu/contextmenu.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/contextmenu/contextmenu.nls": [],
|
||
|
"vs/editor/contrib/contextmenu/contextmenu.nls.keys": [],
|
||
|
"vs/editor/contrib/dnd/dragAndDropCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/dnd/dnd": [],
|
||
|
"vs/nls!vs/editor/contrib/goToDefinition/goToDefinitionMouse": [],
|
||
|
"vs/base/common/htmlContent": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays"
|
||
|
],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinition": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/editor/browser/core/editorState": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/contrib/goToDefinition/clickLinkGesture": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/css!vs/editor/contrib/goToDefinition/goToDefinitionMouse"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/goToDefinition/goToDefinitionMouse": [],
|
||
|
"===anonymous15===": [
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse.nls",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse.nls": [],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/inPlaceReplace/inPlaceReplace": [],
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"===anonymous16===": [
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls",
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls": [],
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/hover/hover": [],
|
||
|
"vs/editor/contrib/hover/modesContentHover": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/hover/modesContentHover",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/htmlContent",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/colorPicker/color",
|
||
|
"vs/editor/contrib/colorPicker/colorDetector",
|
||
|
"vs/editor/contrib/colorPicker/colorPickerModel",
|
||
|
"vs/editor/contrib/colorPicker/colorPickerWidget",
|
||
|
"vs/editor/contrib/hover/getHover",
|
||
|
"vs/editor/contrib/hover/hoverOperation",
|
||
|
"vs/editor/contrib/hover/hoverWidgets",
|
||
|
"vs/editor/contrib/markdown/markdownRenderer",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/editor/contrib/gotoError/gotoError",
|
||
|
"vs/base/common/async",
|
||
|
"vs/editor/contrib/codeAction/codeAction",
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/editor/contrib/codeAction/codeActionTrigger",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/modesGlyphHover": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/htmlContent",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/contrib/hover/hoverOperation",
|
||
|
"vs/editor/contrib/hover/hoverWidgets",
|
||
|
"vs/editor/contrib/markdown/markdownRenderer",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/base/common/arrays"
|
||
|
],
|
||
|
"vs/editor/common/services/markersDecorationService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/browser/services/bulkEditService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/hover/hover": [],
|
||
|
"===anonymous17===": [
|
||
|
"vs/editor/contrib/hover/hover.nls",
|
||
|
"vs/editor/contrib/hover/hover.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/hover.nls": [],
|
||
|
"vs/editor/contrib/hover/hover.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referenceSearch": [],
|
||
|
"vs/platform/keybinding/common/keybindingsRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/registry/common/platform"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/browser/widget/embeddedCodeEditorWidget",
|
||
|
"vs/editor/contrib/zoneWidget/zoneWidget",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/instantiation/common/extensions",
|
||
|
"vs/css!vs/editor/contrib/referenceSearch/media/peekViewWidget"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/idGenerator",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/browser/widget/embeddedCodeEditorWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/accessibility/common/accessibility"
|
||
|
],
|
||
|
"vs/platform/list/browser/listService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/list/listWidget",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/nls!vs/platform/list/browser/listService",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/platform/theme/common/styler",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/base/browser/ui/tree/objectTree",
|
||
|
"vs/base/browser/ui/tree/asyncDataTree",
|
||
|
"vs/base/browser/ui/tree/dataTree",
|
||
|
"vs/platform/accessibility/common/accessibility"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/editor/browser/widget/embeddedCodeEditorWidget",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/services/resolverService",
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesWidget",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/label/common/label",
|
||
|
"vs/platform/list/browser/listService",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/base/browser/ui/splitview/splitview",
|
||
|
"vs/css!vs/editor/contrib/referenceSearch/media/referencesWidget"
|
||
|
],
|
||
|
"===anonymous18===": [
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch.nls",
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch.nls": [],
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch.nls.keys": [],
|
||
|
"vs/editor/contrib/suggest/suggest": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/base/common/filters"
|
||
|
],
|
||
|
"vs/platform/log/common/log": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/contrib/snippet/snippetSession": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/platform/clipboard/common/clipboardService",
|
||
|
"vs/platform/workspace/common/workspace",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/editor/contrib/snippet/snippetParser",
|
||
|
"vs/editor/contrib/snippet/snippetVariables",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/css!vs/editor/contrib/snippet/snippetSession"
|
||
|
],
|
||
|
"vs/editor/common/controller/cursorWordOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/wordCharacterClassifier",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/common/services/modelService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/telemetry/common/telemetry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesController": [],
|
||
|
"===anonymous19===": [
|
||
|
"vs/editor/contrib/referenceSearch/referencesController.nls",
|
||
|
"vs/editor/contrib/referenceSearch/referencesController.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesController.nls": [],
|
||
|
"vs/editor/contrib/referenceSearch/referencesController.nls.keys": [],
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/wordHelper",
|
||
|
"vs/editor/common/modes/languageConfiguration",
|
||
|
"vs/editor/common/modes/supports",
|
||
|
"vs/editor/common/modes/supports/characterPair",
|
||
|
"vs/editor/common/modes/supports/electricCharacter",
|
||
|
"vs/editor/common/modes/supports/indentRules",
|
||
|
"vs/editor/common/modes/supports/onEnter",
|
||
|
"vs/editor/common/modes/supports/richEditBrackets"
|
||
|
],
|
||
|
"vs/editor/common/modes/modesRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/common/modes/modesRegistry",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/platform/registry/common/platform"
|
||
|
],
|
||
|
"vs/editor/standalone/common/monarch/monarchCompile": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/standalone/common/monarch/monarchCommon"
|
||
|
],
|
||
|
"vs/editor/standalone/common/monarch/monarchLexer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/token",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/editor/standalone/common/monarch/monarchCommon"
|
||
|
],
|
||
|
"vs/editor/contrib/codelens/codelens": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/modelService"
|
||
|
],
|
||
|
"vs/editor/contrib/codelens/codelensWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/contrib/codelens/codelensWidget"
|
||
|
],
|
||
|
"vs/editor/contrib/codelens/codeLensCache": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/instantiation/common/extensions",
|
||
|
"vs/base/common/map",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/contrib/format/format": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/editor/browser/editorBrowser",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/contrib/format/formattingEdit",
|
||
|
"vs/nls!vs/editor/contrib/format/format",
|
||
|
"vs/platform/extensions/common/extensions",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/linkedList"
|
||
|
],
|
||
|
"vs/editor/contrib/format/formattingEdit": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/format/formatActions": [],
|
||
|
"===anonymous20===": [
|
||
|
"vs/editor/contrib/format/formatActions.nls",
|
||
|
"vs/editor/contrib/format/formatActions.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/format/formatActions.nls": [],
|
||
|
"vs/editor/contrib/format/formatActions.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/links/links": [],
|
||
|
"vs/editor/contrib/links/getLinks": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/arrays"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/links/links": [],
|
||
|
"===anonymous21===": [
|
||
|
"vs/editor/contrib/links/links.nls",
|
||
|
"vs/editor/contrib/links/links.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/links/links.nls": [],
|
||
|
"vs/editor/contrib/links/links.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/rename/rename": [],
|
||
|
"vs/platform/progress/common/progress": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/contrib/rename/renameInputField": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/nls!vs/editor/contrib/rename/renameInputField",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/css!vs/editor/contrib/rename/renameInputField"
|
||
|
],
|
||
|
"vs/editor/contrib/message/messageController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/message/messageController",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/css!vs/editor/contrib/message/messageController"
|
||
|
],
|
||
|
"===anonymous22===": [
|
||
|
"vs/editor/contrib/rename/rename.nls",
|
||
|
"vs/editor/contrib/rename/rename.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/rename/rename.nls": [],
|
||
|
"vs/editor/contrib/rename/rename.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/smartSelect/smartSelect": [],
|
||
|
"vs/editor/contrib/smartSelect/wordSelections": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/contrib/smartSelect/bracketSelections": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/base/common/linkedList"
|
||
|
],
|
||
|
"===anonymous23===": [
|
||
|
"vs/editor/contrib/smartSelect/smartSelect.nls",
|
||
|
"vs/editor/contrib/smartSelect/smartSelect.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/smartSelect/smartSelect.nls": [],
|
||
|
"vs/editor/contrib/smartSelect/smartSelect.nls.keys": [],
|
||
|
"vs/editor/common/controller/cursorCommon": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry"
|
||
|
],
|
||
|
"vs/editor/common/controller/wordCharacterClassifier": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/characterClassifier"
|
||
|
],
|
||
|
"vs/base/common/map": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/browser/keyboardEvent": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"vs/base/browser/mouseEvent": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/iframe",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"vs/nls!vs/base/parts/quickopen/browser/quickOpenModel": [],
|
||
|
"vs/base/browser/ui/iconLabel/iconLabel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/highlightedlabel/highlightedLabel",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/css!vs/base/browser/ui/iconLabel/iconlabel"
|
||
|
],
|
||
|
"vs/base/browser/ui/highlightedlabel/highlightedLabel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/browser/ui/octiconLabel/octiconLabel",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/keybindingLabels",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/nls!vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
||
|
"vs/css!vs/base/browser/ui/keybindingLabel/keybindingLabel"
|
||
|
],
|
||
|
"===anonymous24===": [
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel.nls",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel.nls.keys"
|
||
|
],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel.nls": [],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel.nls.keys": [],
|
||
|
"vs/editor/common/modes/languageFeatureRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/modes/languageSelector",
|
||
|
"vs/editor/common/services/modelService"
|
||
|
],
|
||
|
"vs/editor/common/modes/tokenizationRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/map"
|
||
|
],
|
||
|
"vs/nls!vs/base/browser/ui/aria/aria": [],
|
||
|
"vs/css!vs/base/browser/ui/aria/aria": [],
|
||
|
"===anonymous25===": [
|
||
|
"vs/base/browser/ui/aria/aria.nls",
|
||
|
"vs/base/browser/ui/aria/aria.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/aria/aria.nls": [],
|
||
|
"vs/base/browser/ui/aria/aria.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/gotoError/gotoError": [],
|
||
|
"vs/platform/markers/common/markers": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/nls!vs/platform/markers/common/markers",
|
||
|
"vs/base/common/severity"
|
||
|
],
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/base/common/color",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/common/labels",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget",
|
||
|
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget"
|
||
|
],
|
||
|
"vs/base/common/actions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"===anonymous26===": [
|
||
|
"vs/editor/contrib/gotoError/gotoError.nls",
|
||
|
"vs/editor/contrib/gotoError/gotoError.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/gotoError/gotoError.nls": [],
|
||
|
"vs/editor/contrib/gotoError/gotoError.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/goToDefinition/goToDefinitionCommands": [],
|
||
|
"===anonymous27===": [
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands.nls",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands.nls": [],
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands.nls.keys": [],
|
||
|
"vs/editor/common/core/editOperation": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/contrib/snippet/snippetParser": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/suggestMemory": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/map",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/async",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/instantiation/common/extensions"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/suggest/suggestController": [],
|
||
|
"vs/editor/contrib/suggest/suggestAlternatives": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/contextkey/common/contextkey"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/suggestModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/suggest/completionModel",
|
||
|
"vs/editor/contrib/suggest/suggest",
|
||
|
"vs/editor/contrib/snippet/snippetController2",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/editor/contrib/suggest/wordDistance"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/suggestWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/suggest/suggestWidget",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/list/listWidget",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/editor/contrib/suggest/suggest",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/platform/telemetry/common/telemetry",
|
||
|
"vs/platform/theme/common/styler",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/editor/contrib/markdown/markdownRenderer",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/base/browser/ui/iconLabel/iconLabel",
|
||
|
"vs/editor/common/services/getIconClasses",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/files/common/files",
|
||
|
"vs/css!vs/editor/contrib/suggest/media/suggest"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/wordContextKey": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"===anonymous28===": [
|
||
|
"vs/editor/contrib/suggest/suggestController.nls",
|
||
|
"vs/editor/contrib/suggest/suggestController.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/suggestController.nls": [],
|
||
|
"vs/editor/contrib/suggest/suggestController.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/wordHighlighter/wordHighlighter": [],
|
||
|
"===anonymous29===": [
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter.nls",
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter.nls": [],
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter.nls.keys": [],
|
||
|
"vs/base/common/idGenerator": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/marked/marked": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"module"
|
||
|
],
|
||
|
"vs/base/common/marshalling": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/uri"
|
||
|
],
|
||
|
"vs/nls!vs/platform/theme/common/colorRegistry": [],
|
||
|
"vs/platform/jsonschemas/common/jsonContributionRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"===anonymous30===": [
|
||
|
"vs/platform/theme/common/colorRegistry.nls",
|
||
|
"vs/platform/theme/common/colorRegistry.nls.keys"
|
||
|
],
|
||
|
"vs/platform/theme/common/colorRegistry.nls": [],
|
||
|
"vs/platform/theme/common/colorRegistry.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/find/findController": [],
|
||
|
"vs/editor/contrib/find/findModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/model/textModelSearch",
|
||
|
"vs/editor/contrib/find/findDecorations",
|
||
|
"vs/editor/contrib/find/replaceAllCommand",
|
||
|
"vs/editor/contrib/find/replacePattern",
|
||
|
"vs/platform/contextkey/common/contextkey"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findOptionsWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/async",
|
||
|
"vs/editor/contrib/find/findModel",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findState": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/find/findWidget",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/sash/sash",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/contrib/find/findModel",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/browser/contextScopedHistoryWidget",
|
||
|
"vs/css!vs/editor/contrib/find/findWidget"
|
||
|
],
|
||
|
"vs/platform/clipboard/common/clipboardService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"===anonymous31===": [
|
||
|
"vs/editor/contrib/find/findController.nls",
|
||
|
"vs/editor/contrib/find/findController.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findController.nls": [],
|
||
|
"vs/editor/contrib/find/findController.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/folding/folding": [],
|
||
|
"vs/editor/contrib/folding/foldingModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/contrib/folding/foldingRanges"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/foldingDecorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/model/textModel"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/hiddenRangeModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/base/common/arrays"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/indentRangeProvider": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/contrib/folding/foldingRanges",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/syntaxRangeProvider": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/contrib/folding/foldingRanges"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/intializingRangeProvider": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/contrib/folding/syntaxRangeProvider"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/folding/folding": [],
|
||
|
"===anonymous32===": [
|
||
|
"vs/editor/contrib/folding/folding.nls",
|
||
|
"vs/editor/contrib/folding/folding.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/folding.nls": [],
|
||
|
"vs/editor/contrib/folding/folding.nls.keys": [],
|
||
|
"vs/base/browser/event": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/parts/quickopen/browser/quickOpenWidget",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenViewer",
|
||
|
"vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/base/parts/tree/browser/treeImpl",
|
||
|
"vs/base/browser/ui/progressbar/progressbar",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/parts/tree/browser/treeDefaults",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/css!vs/base/parts/quickopen/browser/quickopen"
|
||
|
],
|
||
|
"vs/platform/theme/common/styler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/base/common/objects"
|
||
|
],
|
||
|
"vs/nls!vs/base/common/severity": [],
|
||
|
"===anonymous33===": [
|
||
|
"vs/base/common/severity.nls",
|
||
|
"vs/base/common/severity.nls.keys"
|
||
|
],
|
||
|
"vs/base/common/severity.nls": [],
|
||
|
"vs/base/common/severity.nls.keys": [],
|
||
|
"vs/base/common/diff/diffChange": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/services/editorWorkerServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/worker/simpleWorker",
|
||
|
"vs/base/worker/defaultWorkerFactory",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/common/services/editorSimpleWorker",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/common/services/resourceConfiguration",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/platform/log/common/log",
|
||
|
"vs/base/common/stopwatch"
|
||
|
],
|
||
|
"vs/base/common/linkedList": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/iterator"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/hoverOperation": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/hoverWidgets": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/contrib/markdown/markdownRenderer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/htmlContentRenderer",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/common/modes/textToHtmlTokenizer",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/linesOperations/linesOperations": [],
|
||
|
"vs/editor/common/commands/trimTrailingWhitespaceCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/common/controller/cursorTypeOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/commands/shiftCommand",
|
||
|
"vs/editor/common/commands/surroundSelectionCommand",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/wordCharacterClassifier",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes/languageConfiguration",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry"
|
||
|
],
|
||
|
"vs/editor/contrib/linesOperations/copyLinesCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"vs/editor/contrib/linesOperations/moveLinesCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/commands/shiftCommand",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/modes/languageConfiguration",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/contrib/indentation/indentUtils"
|
||
|
],
|
||
|
"vs/editor/contrib/linesOperations/sortLinesCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"===anonymous34===": [
|
||
|
"vs/editor/contrib/linesOperations/linesOperations.nls",
|
||
|
"vs/editor/contrib/linesOperations/linesOperations.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/linesOperations/linesOperations.nls": [],
|
||
|
"vs/editor/contrib/linesOperations/linesOperations.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/multicursor/multicursor": [],
|
||
|
"vs/editor/common/controller/cursorMoveCommands": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/types",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/cursorMoveOperations",
|
||
|
"vs/editor/common/controller/cursorWordOperations",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"===anonymous35===": [
|
||
|
"vs/editor/contrib/multicursor/multicursor.nls",
|
||
|
"vs/editor/contrib/multicursor/multicursor.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/multicursor/multicursor.nls": [],
|
||
|
"vs/editor/contrib/multicursor/multicursor.nls.keys": [],
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/browser/ui/scrollbar/horizontalScrollbar",
|
||
|
"vs/base/browser/ui/scrollbar/verticalScrollbar",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/scrollable",
|
||
|
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget": [],
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/contrib/parameterHints/provideSignatureHelp"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/parameterHints/parameterHints": [],
|
||
|
"===anonymous36===": [
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls",
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls": [],
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget.nls.keys": [],
|
||
|
"vs/nls!vs/platform/configuration/common/configurationRegistry": [],
|
||
|
"===anonymous37===": [
|
||
|
"vs/platform/configuration/common/configurationRegistry.nls",
|
||
|
"vs/platform/configuration/common/configurationRegistry.nls.keys"
|
||
|
],
|
||
|
"vs/platform/configuration/common/configurationRegistry.nls": [],
|
||
|
"vs/platform/configuration/common/configurationRegistry.nls.keys": [],
|
||
|
"vs/base/common/network": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/resources": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/extpath",
|
||
|
"vs/base/common/path",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"vs/editor/common/core/lineTokens": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/editor/common/viewLayout/viewLineRenderer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/stringBuilder",
|
||
|
"vs/editor/common/viewLayout/lineDecorations"
|
||
|
],
|
||
|
"vs/editor/common/viewModel/viewModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/common/editorAction": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/services/modeServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/modes/abstractMode",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/editor/common/services/languagesRegistry"
|
||
|
],
|
||
|
"vs/editor/common/services/modelServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/modes/modesRegistry",
|
||
|
"vs/editor/common/services/resourceConfiguration",
|
||
|
"vs/platform/configuration/common/configuration"
|
||
|
],
|
||
|
"vs/editor/common/services/resourceConfiguration": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/standaloneCodeServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/network",
|
||
|
"vs/editor/browser/services/codeEditorServiceImpl"
|
||
|
],
|
||
|
"vs/editor/standalone/browser/standaloneThemeServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/supports/tokenization",
|
||
|
"vs/editor/standalone/common/themes",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/platform/contextkey/browser/contextKeyService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/map",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/keybinding/common/keybindingResolver"
|
||
|
],
|
||
|
"vs/platform/contextview/browser/contextMenuService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/contextview/browser/contextMenuHandler",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/telemetry/common/telemetry",
|
||
|
"vs/base/common/event",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/platform/contextview/browser/contextViewService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/contextview/contextview",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/layout/browser/layoutService"
|
||
|
],
|
||
|
"vs/platform/dialogs/common/dialogs": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/instantiation/common/instantiationService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/platform/instantiation/common/graph",
|
||
|
"vs/platform/instantiation/common/descriptors",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/instantiation/common/serviceCollection",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/platform/instantiation/common/serviceCollection": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/platform/label/common/label": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/platform/markers/common/markerService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/event",
|
||
|
"vs/platform/markers/common/markers"
|
||
|
],
|
||
|
"vs/platform/workspace/common/workspace": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/base/common/map"
|
||
|
],
|
||
|
"vs/platform/actions/common/menuService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/platform/contextkey/common/contextkey"
|
||
|
],
|
||
|
"vs/editor/common/services/markerDecorationsServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/base/common/map",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/platform/accessibility/common/accessibilityService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/platform/layout/browser/layoutService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/instantiation"
|
||
|
],
|
||
|
"vs/editor/browser/config/charWidthReader": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/browser/config/elementSizeObserver": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/nls!vs/editor/common/modes/modesRegistry": [],
|
||
|
"===anonymous38===": [
|
||
|
"vs/editor/common/modes/modesRegistry.nls",
|
||
|
"vs/editor/common/modes/modesRegistry.nls.keys"
|
||
|
],
|
||
|
"vs/editor/common/modes/modesRegistry.nls": [],
|
||
|
"vs/editor/common/modes/modesRegistry.nls.keys": [],
|
||
|
"vs/nls!vs/editor/common/view/editorColorRegistry": [],
|
||
|
"===anonymous39===": [
|
||
|
"vs/editor/common/view/editorColorRegistry.nls",
|
||
|
"vs/editor/common/view/editorColorRegistry.nls.keys"
|
||
|
],
|
||
|
"vs/editor/common/view/editorColorRegistry.nls": [],
|
||
|
"vs/editor/common/view/editorColorRegistry.nls.keys": [],
|
||
|
"vs/platform/instantiation/common/extensions": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/instantiation/common/descriptors"
|
||
|
],
|
||
|
"vs/editor/contrib/zoneWidget/zoneWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/sash/sash",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/idGenerator",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/css!vs/editor/contrib/zoneWidget/zoneWidget"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/peekViewWidget": [],
|
||
|
"vs/css!vs/editor/contrib/referenceSearch/media/peekViewWidget": [],
|
||
|
"===anonymous40===": [
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget.nls",
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget.nls": [],
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesModel": [],
|
||
|
"===anonymous41===": [
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel.nls",
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel.nls": [],
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel.nls.keys": [],
|
||
|
"vs/base/browser/iframe": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/iconLabel/iconlabel": [],
|
||
|
"vs/base/browser/ui/octiconLabel/octiconLabel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/common/modes/languageSelector": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/glob"
|
||
|
],
|
||
|
"vs/base/common/keybindingLabels": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/common/keybindingLabels"
|
||
|
],
|
||
|
"vs/nls!vs/base/browser/ui/keybindingLabel/keybindingLabel": [],
|
||
|
"vs/css!vs/base/browser/ui/keybindingLabel/keybindingLabel": [],
|
||
|
"===anonymous42===": [
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel.nls",
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel.nls": [],
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel.nls.keys": [],
|
||
|
"vs/base/common/functional": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/platform/configuration/common/configurationModels": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/map",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/platform/configuration/common/configuration"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/platform/keybinding/common/abstractKeybindingService",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/keybindingResolver": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/contextkey/common/contextkey"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/resolvedKeybindingItem": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/usLayoutResolvedKeybinding": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/platform/keybinding/common/baseResolvedKeybinding"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/codeAction/codeActionCommands": [],
|
||
|
"vs/editor/contrib/codeAction/codeActionModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/editor/contrib/codeAction/codeAction"
|
||
|
],
|
||
|
"vs/editor/contrib/codeAction/codeActionTrigger": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/contrib/codeAction/codeActionWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/core/position"
|
||
|
],
|
||
|
"vs/editor/contrib/codeAction/lightBulbWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/contrib/codeAction/codeActionModel",
|
||
|
"vs/css!vs/editor/contrib/codeAction/lightBulbWidget"
|
||
|
],
|
||
|
"===anonymous43===": [
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands.nls",
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands.nls": [],
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands.nls.keys": [],
|
||
|
"vs/css!vs/editor/contrib/codelens/codelensWidget": [],
|
||
|
"vs/nls!vs/platform/markers/common/markers": [],
|
||
|
"===anonymous44===": [
|
||
|
"vs/platform/markers/common/markers.nls",
|
||
|
"vs/platform/markers/common/markers.nls.keys"
|
||
|
],
|
||
|
"vs/platform/markers/common/markers.nls": [],
|
||
|
"vs/platform/markers/common/markers.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/rename/renameInputField": [],
|
||
|
"vs/css!vs/editor/contrib/rename/renameInputField": [],
|
||
|
"===anonymous45===": [
|
||
|
"vs/editor/contrib/rename/renameInputField.nls",
|
||
|
"vs/editor/contrib/rename/renameInputField.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/rename/renameInputField.nls": [],
|
||
|
"vs/editor/contrib/rename/renameInputField.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/message/messageController": [],
|
||
|
"vs/css!vs/editor/contrib/message/messageController": [],
|
||
|
"===anonymous46===": [
|
||
|
"vs/editor/contrib/message/messageController.nls",
|
||
|
"vs/editor/contrib/message/messageController.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/message/messageController.nls": [],
|
||
|
"vs/editor/contrib/message/messageController.nls.keys": [],
|
||
|
"vs/editor/standalone/common/monarch/monarchCommon": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/browser/controller/textAreaState": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/contrib/folding/foldingRanges": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/format/format": [],
|
||
|
"vs/platform/extensions/common/extensions": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"===anonymous47===": [
|
||
|
"vs/editor/contrib/format/format.nls",
|
||
|
"vs/editor/contrib/format/format.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/format/format.nls": [],
|
||
|
"vs/editor/contrib/format/format.nls.keys": [],
|
||
|
"vs/nls!vs/base/browser/ui/actionbar/actionbar": [],
|
||
|
"vs/base/browser/touch": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/decorators"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/actionbar/actionbar": [],
|
||
|
"===anonymous48===": [
|
||
|
"vs/base/browser/ui/actionbar/actionbar.nls",
|
||
|
"vs/base/browser/ui/actionbar/actionbar.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/actionbar/actionbar.nls": [],
|
||
|
"vs/base/browser/ui/actionbar/actionbar.nls.keys": [],
|
||
|
"vs/base/browser/ui/list/listWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/browser/ui/list/listWidget",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/decorators",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/browser/ui/list/list",
|
||
|
"vs/base/browser/ui/list/listView",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/browser/ui/list/splice",
|
||
|
"vs/base/common/numbers",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/css!vs/base/browser/ui/list/list"
|
||
|
],
|
||
|
"vs/nls!vs/platform/list/browser/listService": [],
|
||
|
"vs/base/browser/ui/tree/objectTree": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/tree/abstractTree",
|
||
|
"vs/base/browser/ui/tree/objectTreeModel"
|
||
|
],
|
||
|
"vs/base/browser/ui/tree/asyncDataTree": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/tree/abstractTree",
|
||
|
"vs/base/browser/ui/tree/objectTree",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/iterator",
|
||
|
"vs/base/browser/ui/list/listView",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/map"
|
||
|
],
|
||
|
"vs/base/browser/ui/tree/dataTree": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/tree/abstractTree",
|
||
|
"vs/base/browser/ui/tree/objectTreeModel"
|
||
|
],
|
||
|
"===anonymous49===": [
|
||
|
"vs/platform/list/browser/listService.nls",
|
||
|
"vs/platform/list/browser/listService.nls.keys"
|
||
|
],
|
||
|
"vs/platform/list/browser/listService.nls": [],
|
||
|
"vs/platform/list/browser/listService.nls.keys": [],
|
||
|
"vs/editor/contrib/snippet/snippetVariables": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/contrib/snippet/snippetVariables",
|
||
|
"vs/base/common/path",
|
||
|
"vs/editor/contrib/snippet/snippetParser",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/platform/workspaces/common/workspaces"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/snippet/snippetSession": [],
|
||
|
"vs/nls!vs/editor/common/config/editorOptions": [],
|
||
|
"===anonymous50===": [
|
||
|
"vs/editor/common/config/editorOptions.nls",
|
||
|
"vs/editor/common/config/editorOptions.nls.keys"
|
||
|
],
|
||
|
"vs/editor/common/config/editorOptions.nls": [],
|
||
|
"vs/editor/common/config/editorOptions.nls.keys": [],
|
||
|
"vs/nls!vs/editor/browser/controller/coreCommands": [],
|
||
|
"vs/editor/common/controller/cursorColumnSelection": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/common/controller/cursorDeleteOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/cursorMoveOperations",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"===anonymous51===": [
|
||
|
"vs/editor/browser/controller/coreCommands.nls",
|
||
|
"vs/editor/browser/controller/coreCommands.nls.keys"
|
||
|
],
|
||
|
"vs/editor/browser/controller/coreCommands.nls": [],
|
||
|
"vs/editor/browser/controller/coreCommands.nls.keys": [],
|
||
|
"vs/nls!vs/editor/browser/widget/codeEditorWidget": [],
|
||
|
"vs/editor/browser/view/viewImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/browser/controller/pointerHandler",
|
||
|
"vs/editor/browser/controller/textAreaHandler",
|
||
|
"vs/editor/browser/view/viewController",
|
||
|
"vs/editor/browser/view/viewOverlays",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/browser/viewParts/contentWidgets/contentWidgets",
|
||
|
"vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
|
||
|
"vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight",
|
||
|
"vs/editor/browser/viewParts/decorations/decorations",
|
||
|
"vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
|
||
|
"vs/editor/browser/viewParts/glyphMargin/glyphMargin",
|
||
|
"vs/editor/browser/viewParts/indentGuides/indentGuides",
|
||
|
"vs/editor/browser/viewParts/lineNumbers/lineNumbers",
|
||
|
"vs/editor/browser/viewParts/lines/viewLines",
|
||
|
"vs/editor/browser/viewParts/linesDecorations/linesDecorations",
|
||
|
"vs/editor/browser/viewParts/margin/margin",
|
||
|
"vs/editor/browser/viewParts/marginDecorations/marginDecorations",
|
||
|
"vs/editor/browser/viewParts/minimap/minimap",
|
||
|
"vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
|
||
|
"vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
|
||
|
"vs/editor/browser/viewParts/overviewRuler/overviewRuler",
|
||
|
"vs/editor/browser/viewParts/rulers/rulers",
|
||
|
"vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
|
||
|
"vs/editor/browser/viewParts/selections/selections",
|
||
|
"vs/editor/browser/viewParts/viewCursors/viewCursors",
|
||
|
"vs/editor/browser/viewParts/viewZones/viewZones",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/view/renderingContext",
|
||
|
"vs/editor/common/view/viewContext",
|
||
|
"vs/editor/common/view/viewEventDispatcher",
|
||
|
"vs/editor/common/view/viewEvents",
|
||
|
"vs/editor/common/viewLayout/viewLinesViewportData",
|
||
|
"vs/editor/common/viewModel/viewEventHandler",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/browser/view/viewOutgoingEvents": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/controller/mouseTarget"
|
||
|
],
|
||
|
"vs/editor/common/controller/cursor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/controller/cursorCollection",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/cursorDeleteOperations",
|
||
|
"vs/editor/common/controller/cursorTypeOperations",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/common/view/viewEvents"
|
||
|
],
|
||
|
"vs/editor/common/viewModel/viewModelImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/textToHtmlTokenizer",
|
||
|
"vs/editor/common/view/minimapCharRenderer",
|
||
|
"vs/editor/common/view/viewEvents",
|
||
|
"vs/editor/common/viewLayout/viewLayout",
|
||
|
"vs/editor/common/viewModel/characterHardWrappingLineMapper",
|
||
|
"vs/editor/common/viewModel/splitLinesCollection",
|
||
|
"vs/editor/common/viewModel/viewModel",
|
||
|
"vs/editor/common/viewModel/viewModelDecorations",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/widget/media/editor": [],
|
||
|
"vs/css!vs/editor/browser/widget/media/tokens": [],
|
||
|
"===anonymous52===": [
|
||
|
"vs/editor/browser/widget/codeEditorWidget.nls",
|
||
|
"vs/editor/browser/widget/codeEditorWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/browser/widget/codeEditorWidget.nls": [],
|
||
|
"vs/editor/browser/widget/codeEditorWidget.nls.keys": [],
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/ui/checkbox/checkbox",
|
||
|
"vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes",
|
||
|
"vs/css!vs/base/browser/ui/findinput/findInputCheckboxes"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget": [],
|
||
|
"vs/base/common/labels": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/path",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/resources"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget": [],
|
||
|
"===anonymous53===": [
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget.nls",
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget.nls": [],
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/hover/modesContentHover": [],
|
||
|
"vs/editor/contrib/colorPicker/colorPickerModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/editor/contrib/colorPicker/colorPickerWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/contrib/colorPicker/colorPicker"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/getHover": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/editor/contrib/codeAction/codeAction": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/contrib/codeAction/codeActionTrigger",
|
||
|
"vs/editor/browser/core/editorState"
|
||
|
],
|
||
|
"===anonymous54===": [
|
||
|
"vs/editor/contrib/hover/modesContentHover.nls",
|
||
|
"vs/editor/contrib/hover/modesContentHover.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/hover/modesContentHover.nls": [],
|
||
|
"vs/editor/contrib/hover/modesContentHover.nls.keys": [],
|
||
|
"vs/editor/common/modes/textToHtmlTokenizer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/lineTokens",
|
||
|
"vs/editor/common/modes/nullMode"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/editor/common/services/resolverService",
|
||
|
"vs/base/browser/ui/iconLabel/iconLabel",
|
||
|
"vs/base/browser/ui/countBadge/countBadge",
|
||
|
"vs/platform/label/common/label",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/platform/theme/common/styler",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesTree",
|
||
|
"vs/base/common/labels",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/base/common/filters"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesWidget": [],
|
||
|
"vs/base/browser/ui/splitview/splitview": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/numbers",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/browser/ui/sash/sash",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/css!vs/base/browser/ui/splitview/splitview"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/referenceSearch/media/referencesWidget": [],
|
||
|
"===anonymous55===": [
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget.nls",
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget.nls": [],
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget.nls.keys": [],
|
||
|
"vs/editor/contrib/suggest/completionModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/common/config/editorOptions"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/wordDistance": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/contrib/smartSelect/bracketSelections"
|
||
|
],
|
||
|
"vs/nls!vs/editor/common/config/commonEditorConfig": [],
|
||
|
"===anonymous56===": [
|
||
|
"vs/editor/common/config/commonEditorConfig.nls",
|
||
|
"vs/editor/common/config/commonEditorConfig.nls.keys"
|
||
|
],
|
||
|
"vs/editor/common/config/commonEditorConfig.nls": [],
|
||
|
"vs/editor/common/config/commonEditorConfig.nls.keys": [],
|
||
|
"vs/base/common/extpath": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/path"
|
||
|
],
|
||
|
"vs/base/common/path": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/process"
|
||
|
],
|
||
|
"vs/editor/common/modes/abstractMode": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/services/languagesRegistry": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/mime",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/modesRegistry",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/platform/registry/common/platform"
|
||
|
],
|
||
|
"vs/editor/browser/services/codeEditorServiceImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/editor/browser/services/abstractCodeEditorService",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/platform/contextview/browser/contextMenuHandler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/browser/ui/menu/menu",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/platform/theme/common/styler",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/css!vs/platform/contextview/browser/contextMenuHandler"
|
||
|
],
|
||
|
"vs/base/browser/ui/contextview/contextview": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/range",
|
||
|
"vs/css!vs/base/browser/ui/contextview/contextview"
|
||
|
],
|
||
|
"vs/editor/common/modes/languageConfiguration": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/characterPair": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/modes/languageConfiguration"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/electricCharacter": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/modes/languageConfiguration",
|
||
|
"vs/editor/common/modes/supports",
|
||
|
"vs/editor/common/modes/supports/richEditBrackets"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/indentRules": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/onEnter": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/modes/languageConfiguration"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/richEditBrackets": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/platform/instantiation/common/descriptors": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/model/textModelSearch": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/controller/wordCharacterClassifier",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findDecorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/contrib/find/replaceAllCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/contrib/find/replacePattern": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/glob": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/extpath",
|
||
|
"vs/base/common/path",
|
||
|
"vs/base/common/map",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/nls!vs/base/common/keybindingLabels": [],
|
||
|
"===anonymous57===": [
|
||
|
"vs/base/common/keybindingLabels.nls",
|
||
|
"vs/base/common/keybindingLabels.nls.keys"
|
||
|
],
|
||
|
"vs/base/common/keybindingLabels.nls": [],
|
||
|
"vs/base/common/keybindingLabels.nls.keys": [],
|
||
|
"vs/base/worker/defaultWorkerFactory": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/worker/simpleWorker"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/baseResolvedKeybinding": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/keybindingLabels",
|
||
|
"vs/base/common/keyCodes"
|
||
|
],
|
||
|
"vs/editor/common/modes/supports/tokenization": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/color"
|
||
|
],
|
||
|
"vs/editor/standalone/common/themes": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/colorRegistry"
|
||
|
],
|
||
|
"vs/platform/instantiation/common/graph": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/collections"
|
||
|
],
|
||
|
"vs/nls!vs/editor/browser/widget/diffEditorWidget": [],
|
||
|
"vs/base/browser/ui/sash/sash": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/css!vs/base/browser/ui/sash/sash"
|
||
|
],
|
||
|
"vs/editor/browser/widget/diffReview": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/editor/browser/widget/diffReview",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/core/lineTokens",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/editor/common/viewLayout/viewLineRenderer",
|
||
|
"vs/editor/common/viewModel/viewModel",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/widget/media/diffReview"
|
||
|
],
|
||
|
"vs/editor/common/core/stringBuilder": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/editor/common/view/overviewZoneManager": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/viewLayout/lineDecorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/widget/media/diffEditor": [],
|
||
|
"===anonymous58===": [
|
||
|
"vs/editor/browser/widget/diffEditorWidget.nls",
|
||
|
"vs/editor/browser/widget/diffEditorWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/browser/widget/diffEditorWidget.nls": [],
|
||
|
"vs/editor/browser/widget/diffEditorWidget.nls.keys": [],
|
||
|
"vs/editor/common/commands/shiftCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry"
|
||
|
],
|
||
|
"vs/editor/contrib/indentation/indentUtils": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/browser/ui/scrollbar/horizontalScrollbar": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarState"
|
||
|
],
|
||
|
"vs/base/browser/ui/scrollbar/verticalScrollbar": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarState"
|
||
|
],
|
||
|
"vs/base/common/scrollable": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars": [],
|
||
|
"vs/nls!vs/platform/keybinding/common/abstractKeybindingService": [],
|
||
|
"===anonymous59===": [
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService.nls",
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService.nls.keys"
|
||
|
],
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService.nls": [],
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService.nls.keys": [],
|
||
|
"vs/base/browser/globalMouseMoveMonitor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/iframe",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/codeAction/lightBulbWidget": [],
|
||
|
"vs/css!vs/editor/contrib/zoneWidget/zoneWidget": [],
|
||
|
"vs/base/browser/ui/tree/abstractTree": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/ui/list/listWidget",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/browser/dnd",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/browser/ui/list/listView",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/base/browser/ui/tree/indexTreeModel",
|
||
|
"vs/nls!vs/base/browser/ui/tree/abstractTree",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/map",
|
||
|
"vs/base/common/numbers",
|
||
|
"vs/css!vs/base/browser/ui/tree/media/tree"
|
||
|
],
|
||
|
"vs/base/browser/ui/tree/objectTreeModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/iterator",
|
||
|
"vs/base/browser/ui/tree/indexTreeModel"
|
||
|
],
|
||
|
"vs/nls!vs/base/parts/quickopen/browser/quickOpenWidget": [],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenViewer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/base/browser/ui/inputbox/inputBox": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/htmlContentRenderer",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/history",
|
||
|
"vs/css!vs/base/browser/ui/inputbox/inputBox"
|
||
|
],
|
||
|
"vs/base/parts/tree/browser/treeImpl": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/parts/tree/browser/treeDefaults",
|
||
|
"vs/base/parts/tree/browser/treeModel",
|
||
|
"vs/base/parts/tree/browser/treeView",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/css!vs/base/parts/tree/browser/tree"
|
||
|
],
|
||
|
"vs/base/browser/ui/progressbar/progressbar": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/async",
|
||
|
"vs/css!vs/base/browser/ui/progressbar/progressbar"
|
||
|
],
|
||
|
"vs/base/parts/tree/browser/treeDefaults": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/keyCodes"
|
||
|
],
|
||
|
"vs/css!vs/base/parts/quickopen/browser/quickopen": [],
|
||
|
"===anonymous60===": [
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget.nls",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget.nls.keys"
|
||
|
],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget.nls": [],
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget.nls.keys": [],
|
||
|
"vs/editor/browser/controller/mouseTarget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/editor/browser/editorDom",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/browser/viewParts/lines/viewLine",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/base/browser/ui/checkbox/checkbox": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/css!vs/base/browser/ui/checkbox/checkbox"
|
||
|
],
|
||
|
"vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes": [],
|
||
|
"vs/css!vs/base/browser/ui/findinput/findInputCheckboxes": [],
|
||
|
"===anonymous61===": [
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls",
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls": [],
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes.nls.keys": [],
|
||
|
"vs/base/common/decorators": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/controller/cursorMoveOperations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/snippet/snippetVariables": [],
|
||
|
"vs/platform/workspaces/common/workspaces": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/uri"
|
||
|
],
|
||
|
"===anonymous62===": [
|
||
|
"vs/editor/contrib/snippet/snippetVariables.nls",
|
||
|
"vs/editor/contrib/snippet/snippetVariables.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/snippet/snippetVariables.nls": [],
|
||
|
"vs/editor/contrib/snippet/snippetVariables.nls.keys": [],
|
||
|
"vs/nls!vs/editor/contrib/suggest/suggestWidget": [],
|
||
|
"vs/editor/common/services/getIconClasses": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/editor/common/modes/modesRegistry",
|
||
|
"vs/platform/files/common/files"
|
||
|
],
|
||
|
"vs/platform/files/common/files": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/suggest/media/suggest": [],
|
||
|
"===anonymous63===": [
|
||
|
"vs/editor/contrib/suggest/suggestWidget.nls",
|
||
|
"vs/editor/contrib/suggest/suggestWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/suggest/suggestWidget.nls": [],
|
||
|
"vs/editor/contrib/suggest/suggestWidget.nls.keys": [],
|
||
|
"vs/base/browser/ui/menu/menu": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/browser/ui/menu/menu",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/css!vs/base/browser/ui/menu/menu"
|
||
|
],
|
||
|
"vs/css!vs/platform/contextview/browser/contextMenuHandler": [],
|
||
|
"vs/nls!vs/editor/contrib/find/findWidget": [],
|
||
|
"vs/platform/browser/contextScopedHistoryWidget": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/base/browser/ui/findinput/findInput",
|
||
|
"vs/platform/keybinding/common/keybindingsRegistry"
|
||
|
],
|
||
|
"vs/css!vs/editor/contrib/find/findWidget": [],
|
||
|
"===anonymous64===": [
|
||
|
"vs/editor/contrib/find/findWidget.nls",
|
||
|
"vs/editor/contrib/find/findWidget.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/find/findWidget.nls": [],
|
||
|
"vs/editor/contrib/find/findWidget.nls.keys": [],
|
||
|
"vs/css!vs/editor/contrib/colorPicker/colorPicker": [],
|
||
|
"vs/editor/common/commands/surroundSelectionCommand": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"vs/base/browser/ui/countBadge/countBadge": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/css!vs/base/browser/ui/countBadge/countBadge"
|
||
|
],
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesTree": [],
|
||
|
"===anonymous65===": [
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree.nls",
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree.nls.keys"
|
||
|
],
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree.nls": [],
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree.nls.keys": [],
|
||
|
"vs/base/common/mime": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/path",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/glob"
|
||
|
],
|
||
|
"vs/base/common/collections": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/common/range": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/contextview/contextview": [],
|
||
|
"vs/base/browser/ui/scrollbar/abstractScrollbar": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarVisibilityController",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarArrow": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarState": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/browser/services/abstractCodeEditorService": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/browser/controller/pointerHandler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/editor/browser/controller/mouseHandler",
|
||
|
"vs/editor/browser/editorDom"
|
||
|
],
|
||
|
"vs/editor/browser/controller/textAreaHandler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/controller/textAreaInput",
|
||
|
"vs/editor/browser/controller/textAreaState",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/browser/viewParts/lineNumbers/lineNumbers",
|
||
|
"vs/editor/browser/viewParts/margin/margin",
|
||
|
"vs/editor/common/controller/wordCharacterClassifier",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/view/viewEvents",
|
||
|
"vs/css!vs/editor/browser/controller/textAreaHandler"
|
||
|
],
|
||
|
"vs/editor/browser/view/viewController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/controller/coreCommands",
|
||
|
"vs/editor/common/core/position"
|
||
|
],
|
||
|
"vs/editor/browser/view/viewOverlays": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/view/viewLayer",
|
||
|
"vs/editor/browser/view/viewPart"
|
||
|
],
|
||
|
"vs/editor/browser/view/viewPart": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/common/viewModel/viewEventHandler"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/contentWidgets/contentWidgets": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/base/common/types"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/decorations/decorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/view/renderingContext",
|
||
|
"vs/css!vs/editor/browser/viewParts/decorations/decorations"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/editorScrollbar/editorScrollbar": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/glyphMargin/glyphMargin": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/indentGuides/indentGuides": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/lineNumbers/lineNumbers": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/lines/viewLines": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/view/viewLayer",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/browser/viewParts/lines/viewLine",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/view/renderingContext",
|
||
|
"vs/css!vs/editor/browser/viewParts/lines/viewLines"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/linesDecorations/linesDecorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/viewParts/glyphMargin/glyphMargin",
|
||
|
"vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/margin/margin": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/browser/view/viewPart"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/marginDecorations/marginDecorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/browser/viewParts/glyphMargin/glyphMargin",
|
||
|
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/minimap/minimap": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/view/viewLayer",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/view/minimapCharRenderer",
|
||
|
"vs/editor/common/view/runtimeMinimapCharRenderer",
|
||
|
"vs/editor/common/view/viewEvents",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/minimap/minimap"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/color",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/view/editorColorRegistry"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/overviewRuler/overviewRuler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/common/view/overviewZoneManager",
|
||
|
"vs/editor/common/viewModel/viewEventHandler"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/rulers/rulers": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/rulers/rulers"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/selections/selections": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/selections/selections"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/viewCursors/viewCursors": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/async",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/browser/viewParts/viewCursors/viewCursor",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/viewZones/viewZones": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/common/core/position"
|
||
|
],
|
||
|
"vs/editor/common/view/renderingContext": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/view/viewContext": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/view/viewEventDispatcher": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/view/viewEvents": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/common/viewLayout/viewLinesViewportData": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/editor/common/viewModel/viewEventHandler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/sash/sash": [],
|
||
|
"vs/base/browser/ui/tree/indexTreeModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/iterator"
|
||
|
],
|
||
|
"vs/base/common/numbers": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/splitview/splitview": [],
|
||
|
"vs/css!vs/base/browser/ui/progressbar/progressbar": [],
|
||
|
"vs/base/browser/ui/list/listView": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/browser/ui/list/rangeMap",
|
||
|
"vs/base/browser/ui/list/rowCache",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/decorators",
|
||
|
"vs/base/common/range",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/browser/dnd",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/editor/common/controller/cursorCollection": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/controller/oneCursor",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"vs/editor/common/view/minimapCharRenderer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/event",
|
||
|
"vs/editor/common/core/rgba",
|
||
|
"vs/editor/common/modes"
|
||
|
],
|
||
|
"vs/editor/common/viewLayout/viewLayout": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/scrollable",
|
||
|
"vs/editor/common/viewLayout/linesLayout",
|
||
|
"vs/editor/common/viewModel/viewModel"
|
||
|
],
|
||
|
"vs/editor/common/viewModel/characterHardWrappingLineMapper": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/editor/common/core/uint",
|
||
|
"vs/editor/common/viewModel/prefixSumComputer",
|
||
|
"vs/editor/common/viewModel/splitLinesCollection"
|
||
|
],
|
||
|
"vs/editor/common/viewModel/splitLinesCollection": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/view/viewEvents",
|
||
|
"vs/editor/common/viewModel/prefixSumComputer",
|
||
|
"vs/editor/common/viewModel/viewModel"
|
||
|
],
|
||
|
"vs/editor/common/viewModel/viewModelDecorations": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/viewModel/viewModel"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/checkbox/checkbox": [],
|
||
|
"vs/base/parts/tree/browser/treeModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/assert",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/event"
|
||
|
],
|
||
|
"vs/base/parts/tree/browser/treeView": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/common/diff/diff",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/parts/tree/browser/treeDnd",
|
||
|
"vs/base/common/iterator",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/parts/tree/browser/treeViewModel",
|
||
|
"vs/base/parts/tree/browser/tree",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/dnd",
|
||
|
"vs/base/parts/tree/browser/treeDefaults",
|
||
|
"vs/base/common/async"
|
||
|
],
|
||
|
"vs/css!vs/base/parts/tree/browser/tree": [],
|
||
|
"vs/base/browser/ui/findinput/findInput": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/nls!vs/base/browser/ui/findinput/findInput",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes",
|
||
|
"vs/css!vs/base/browser/ui/findinput/findInput"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/countBadge/countBadge": [],
|
||
|
"vs/nls!vs/base/browser/ui/inputbox/inputBox": [],
|
||
|
"vs/base/common/history": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/iterator"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/inputbox/inputBox": [],
|
||
|
"===anonymous66===": [
|
||
|
"vs/base/browser/ui/inputbox/inputBox.nls",
|
||
|
"vs/base/browser/ui/inputbox/inputBox.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/inputbox/inputBox.nls": [],
|
||
|
"vs/base/browser/ui/inputbox/inputBox.nls.keys": [],
|
||
|
"vs/nls!vs/editor/browser/widget/diffReview": [],
|
||
|
"vs/css!vs/editor/browser/widget/media/diffReview": [],
|
||
|
"===anonymous67===": [
|
||
|
"vs/editor/browser/widget/diffReview.nls",
|
||
|
"vs/editor/browser/widget/diffReview.nls.keys"
|
||
|
],
|
||
|
"vs/editor/browser/widget/diffReview.nls": [],
|
||
|
"vs/editor/browser/widget/diffReview.nls.keys": [],
|
||
|
"vs/nls!vs/base/browser/ui/list/listWidget": [],
|
||
|
"vs/base/browser/ui/list/list": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/browser/ui/list/splice": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/css!vs/base/browser/ui/list/list": [],
|
||
|
"===anonymous68===": [
|
||
|
"vs/base/browser/ui/list/listWidget.nls",
|
||
|
"vs/base/browser/ui/list/listWidget.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/list/listWidget.nls": [],
|
||
|
"vs/base/browser/ui/list/listWidget.nls.keys": [],
|
||
|
"vs/editor/common/model/editStack": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/errors"
|
||
|
],
|
||
|
"vs/editor/common/model/indentationGuesser": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/model/intervalTree": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer"
|
||
|
],
|
||
|
"vs/editor/common/model/textModelEvents": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/model/textModelTokens": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/editor/common/core/lineTokens",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/modes/nullMode"
|
||
|
],
|
||
|
"vs/editor/browser/view/dynamicViewOverlay": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/viewModel/viewEventHandler"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/rulers/rulers": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration": [],
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarVisibilityController": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/browser/controller/mouseHandler": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/controller/mouseTarget",
|
||
|
"vs/editor/browser/editorDom",
|
||
|
"vs/editor/common/config/editorZoom",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/viewModel/viewEventHandler"
|
||
|
],
|
||
|
"vs/editor/browser/editorDom": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/common/lifecycle"
|
||
|
],
|
||
|
"vs/editor/browser/view/viewLayer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/editor/common/core/stringBuilder"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/decorations/decorations": [],
|
||
|
"vs/nls!vs/base/browser/ui/menu/menu": [],
|
||
|
"vs/css!vs/base/browser/ui/menu/menu": [],
|
||
|
"===anonymous69===": [
|
||
|
"vs/base/browser/ui/menu/menu.nls",
|
||
|
"vs/base/browser/ui/menu/menu.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/menu/menu.nls": [],
|
||
|
"vs/base/browser/ui/menu/menu.nls.keys": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides": [],
|
||
|
"vs/editor/browser/viewParts/viewCursors/viewCursor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors": [],
|
||
|
"vs/editor/browser/viewParts/lines/viewLine": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/editor/browser/viewParts/lines/rangeUtil",
|
||
|
"vs/editor/common/view/renderingContext",
|
||
|
"vs/editor/common/viewLayout/lineDecorations",
|
||
|
"vs/editor/common/viewLayout/viewLineRenderer",
|
||
|
"vs/platform/theme/common/themeService"
|
||
|
],
|
||
|
"vs/base/common/process": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/platform"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/controller/textAreaHandler": [],
|
||
|
"vs/editor/common/core/rgba": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/controller/oneCursor": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection"
|
||
|
],
|
||
|
"vs/editor/common/viewLayout/linesLayout": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/viewLayout/whitespaceComputer"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/viewParts/selections/selections": [],
|
||
|
"vs/base/browser/dnd": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/nls!vs/base/browser/ui/tree/abstractTree": [],
|
||
|
"vs/css!vs/base/browser/ui/tree/media/tree": [],
|
||
|
"===anonymous70===": [
|
||
|
"vs/base/browser/ui/tree/abstractTree.nls",
|
||
|
"vs/base/browser/ui/tree/abstractTree.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/tree/abstractTree.nls": [],
|
||
|
"vs/base/browser/ui/tree/abstractTree.nls.keys": [],
|
||
|
"vs/css!vs/editor/browser/viewParts/lines/viewLines": [],
|
||
|
"vs/nls!vs/base/browser/ui/findinput/findInput": [],
|
||
|
"vs/css!vs/base/browser/ui/findinput/findInput": [],
|
||
|
"===anonymous71===": [
|
||
|
"vs/base/browser/ui/findinput/findInput.nls",
|
||
|
"vs/base/browser/ui/findinput/findInput.nls.keys"
|
||
|
],
|
||
|
"vs/base/browser/ui/findinput/findInput.nls": [],
|
||
|
"vs/base/browser/ui/findinput/findInput.nls.keys": [],
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
|
||
|
"vs/editor/common/model/textModelSearch"
|
||
|
],
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase"
|
||
|
],
|
||
|
"vs/editor/common/view/runtimeMinimapCharRenderer": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/view/minimapCharRenderer"
|
||
|
],
|
||
|
"vs/css!vs/editor/browser/viewParts/minimap/minimap": [],
|
||
|
"vs/base/browser/ui/list/rangeMap": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/range"
|
||
|
],
|
||
|
"vs/base/browser/ui/list/rowCache": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/browser/dom"
|
||
|
],
|
||
|
"vs/editor/common/viewLayout/whitespaceComputer": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/browser/viewParts/lines/rangeUtil": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/editor/common/view/renderingContext"
|
||
|
],
|
||
|
"vs/base/parts/tree/browser/treeDnd": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/base/parts/tree/browser/treeViewModel": [
|
||
|
"require",
|
||
|
"exports",
|
||
|
"vs/base/common/iterator"
|
||
|
],
|
||
|
"vs/base/parts/tree/browser/tree": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
],
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase": [
|
||
|
"require",
|
||
|
"exports"
|
||
|
]
|
||
|
},
|
||
|
"bundles": {
|
||
|
"vs/editor/editor.main": [
|
||
|
"vs/base/browser/dnd",
|
||
|
"vs/base/browser/iframe",
|
||
|
"vs/base/browser/ui/list/list",
|
||
|
"vs/base/browser/ui/list/splice",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarState",
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/assert",
|
||
|
"vs/base/common/collections",
|
||
|
"vs/base/common/color",
|
||
|
"vs/base/common/decorators",
|
||
|
"vs/base/common/diff/diffChange",
|
||
|
"vs/base/common/diff/diff",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/functional",
|
||
|
"vs/base/common/hash",
|
||
|
"vs/base/common/htmlContent",
|
||
|
"vs/base/common/idGenerator",
|
||
|
"vs/base/common/iterator",
|
||
|
"vs/base/common/history",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/linkedList",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/browser/browser",
|
||
|
"vs/base/browser/event",
|
||
|
"vs/base/browser/ui/tree/indexTreeModel",
|
||
|
"vs/base/browser/ui/tree/objectTreeModel",
|
||
|
"vs/base/common/actions",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/async",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarVisibilityController",
|
||
|
"vs/base/common/map",
|
||
|
"vs/base/common/marked/marked",
|
||
|
"vs/base/common/network",
|
||
|
"vs/base/common/numbers",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/browser/keyboardEvent",
|
||
|
"vs/base/browser/mouseEvent",
|
||
|
"vs/base/browser/dom",
|
||
|
"vs/base/browser/fastDomNode",
|
||
|
"vs/base/browser/globalMouseMoveMonitor",
|
||
|
"vs/base/browser/touch",
|
||
|
"vs/base/browser/ui/list/rowCache",
|
||
|
"vs/base/browser/ui/widget",
|
||
|
"vs/base/browser/ui/scrollbar/scrollbarArrow",
|
||
|
"vs/base/browser/ui/scrollbar/abstractScrollbar",
|
||
|
"vs/base/browser/ui/scrollbar/horizontalScrollbar",
|
||
|
"vs/base/browser/ui/scrollbar/verticalScrollbar",
|
||
|
"vs/base/common/process",
|
||
|
"vs/base/common/path",
|
||
|
"vs/base/common/range",
|
||
|
"vs/base/browser/ui/list/rangeMap",
|
||
|
"vs/base/common/scrollable",
|
||
|
"vs/base/common/stopwatch",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/browser/ui/octiconLabel/octiconLabel",
|
||
|
"vs/base/common/extpath",
|
||
|
"vs/base/common/filters",
|
||
|
"vs/base/common/glob",
|
||
|
"vs/base/common/mime",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/objects",
|
||
|
"vs/base/browser/ui/highlightedlabel/highlightedLabel",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/marshalling",
|
||
|
"vs/base/browser/htmlContentRenderer",
|
||
|
"vs/base/common/resources",
|
||
|
"vs/base/common/labels",
|
||
|
"vs/base/common/worker/simpleWorker",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenViewer",
|
||
|
"vs/base/parts/tree/browser/tree",
|
||
|
"vs/base/parts/tree/browser/treeDefaults",
|
||
|
"vs/base/parts/tree/browser/treeDnd",
|
||
|
"vs/base/parts/tree/browser/treeModel",
|
||
|
"vs/base/parts/tree/browser/treeViewModel",
|
||
|
"vs/base/worker/defaultWorkerFactory",
|
||
|
"vs/css!vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/css!vs/base/browser/ui/aria/aria",
|
||
|
"vs/css!vs/base/browser/ui/checkbox/checkbox",
|
||
|
"vs/base/browser/ui/checkbox/checkbox",
|
||
|
"vs/css!vs/base/browser/ui/contextview/contextview",
|
||
|
"vs/base/browser/ui/contextview/contextview",
|
||
|
"vs/css!vs/base/browser/ui/countBadge/countBadge",
|
||
|
"vs/base/browser/ui/countBadge/countBadge",
|
||
|
"vs/css!vs/base/browser/ui/findinput/findInput",
|
||
|
"vs/css!vs/base/browser/ui/findinput/findInputCheckboxes",
|
||
|
"vs/css!vs/base/browser/ui/iconLabel/iconlabel",
|
||
|
"vs/base/browser/ui/iconLabel/iconLabel",
|
||
|
"vs/css!vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/css!vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
||
|
"vs/css!vs/base/browser/ui/list/list",
|
||
|
"vs/css!vs/base/browser/ui/menu/menu",
|
||
|
"vs/css!vs/base/browser/ui/progressbar/progressbar",
|
||
|
"vs/base/browser/ui/progressbar/progressbar",
|
||
|
"vs/css!vs/base/browser/ui/sash/sash",
|
||
|
"vs/base/browser/ui/sash/sash",
|
||
|
"vs/css!vs/base/browser/ui/scrollbar/media/scrollbars",
|
||
|
"vs/base/browser/ui/scrollbar/scrollableElement",
|
||
|
"vs/base/browser/ui/list/listView",
|
||
|
"vs/base/parts/tree/browser/treeView",
|
||
|
"vs/css!vs/base/browser/ui/splitview/splitview",
|
||
|
"vs/base/browser/ui/splitview/splitview",
|
||
|
"vs/css!vs/base/browser/ui/tree/media/tree",
|
||
|
"vs/css!vs/base/parts/quickopen/browser/quickopen",
|
||
|
"vs/css!vs/base/parts/tree/browser/tree",
|
||
|
"vs/base/parts/tree/browser/treeImpl",
|
||
|
"vs/css!vs/editor/browser/controller/textAreaHandler",
|
||
|
"vs/css!vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
|
||
|
"vs/css!vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight",
|
||
|
"vs/css!vs/editor/browser/viewParts/decorations/decorations",
|
||
|
"vs/css!vs/editor/browser/viewParts/glyphMargin/glyphMargin",
|
||
|
"vs/css!vs/editor/browser/viewParts/indentGuides/indentGuides",
|
||
|
"vs/css!vs/editor/browser/viewParts/lineNumbers/lineNumbers",
|
||
|
"vs/css!vs/editor/browser/viewParts/lines/viewLines",
|
||
|
"vs/css!vs/editor/browser/viewParts/linesDecorations/linesDecorations",
|
||
|
"vs/css!vs/editor/browser/viewParts/marginDecorations/marginDecorations",
|
||
|
"vs/css!vs/editor/browser/viewParts/minimap/minimap",
|
||
|
"vs/css!vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
|
||
|
"vs/css!vs/editor/browser/viewParts/rulers/rulers",
|
||
|
"vs/css!vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
|
||
|
"vs/css!vs/editor/browser/viewParts/selections/selections",
|
||
|
"vs/css!vs/editor/browser/viewParts/viewCursors/viewCursors",
|
||
|
"vs/css!vs/editor/browser/widget/media/diffEditor",
|
||
|
"vs/css!vs/editor/browser/widget/media/diffReview",
|
||
|
"vs/css!vs/editor/browser/widget/media/editor",
|
||
|
"vs/css!vs/editor/browser/widget/media/tokens",
|
||
|
"vs/css!vs/editor/contrib/bracketMatching/bracketMatching",
|
||
|
"vs/css!vs/editor/contrib/clipboard/clipboard",
|
||
|
"vs/css!vs/editor/contrib/codeAction/lightBulbWidget",
|
||
|
"vs/css!vs/editor/contrib/codelens/codelensWidget",
|
||
|
"vs/css!vs/editor/contrib/colorPicker/colorPicker",
|
||
|
"vs/css!vs/editor/contrib/dnd/dnd",
|
||
|
"vs/css!vs/editor/contrib/find/findWidget",
|
||
|
"vs/css!vs/editor/contrib/folding/folding",
|
||
|
"vs/css!vs/editor/contrib/goToDefinition/goToDefinitionMouse",
|
||
|
"vs/css!vs/editor/contrib/gotoError/media/gotoErrorWidget",
|
||
|
"vs/css!vs/editor/contrib/hover/hover",
|
||
|
"vs/css!vs/editor/contrib/links/links",
|
||
|
"vs/css!vs/editor/contrib/message/messageController",
|
||
|
"vs/css!vs/editor/contrib/parameterHints/parameterHints",
|
||
|
"vs/css!vs/editor/contrib/referenceSearch/media/peekViewWidget",
|
||
|
"vs/css!vs/editor/contrib/referenceSearch/media/referencesWidget",
|
||
|
"vs/css!vs/editor/contrib/rename/renameInputField",
|
||
|
"vs/css!vs/editor/contrib/snippet/snippetSession",
|
||
|
"vs/css!vs/editor/contrib/suggest/media/suggest",
|
||
|
"vs/css!vs/editor/contrib/zoneWidget/zoneWidget",
|
||
|
"vs/css!vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp",
|
||
|
"vs/css!vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard",
|
||
|
"vs/css!vs/editor/standalone/browser/inspectTokens/inspectTokens",
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/editorQuickOpen",
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/gotoLine",
|
||
|
"vs/css!vs/editor/standalone/browser/quickOpen/quickOutline",
|
||
|
"vs/css!vs/editor/standalone/browser/standalone-tokens",
|
||
|
"vs/css!vs/platform/contextview/browser/contextMenuHandler",
|
||
|
"vs/editor/browser/config/charWidthReader",
|
||
|
"vs/editor/browser/config/elementSizeObserver",
|
||
|
"vs/editor/browser/core/editorState",
|
||
|
"vs/editor/browser/editorDom",
|
||
|
"vs/editor/browser/services/abstractCodeEditorService",
|
||
|
"vs/editor/common/config/editorZoom",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/browser/controller/textAreaState",
|
||
|
"vs/editor/browser/widget/diffNavigator",
|
||
|
"vs/editor/common/core/editOperation",
|
||
|
"vs/editor/common/commands/trimTrailingWhitespaceCommand",
|
||
|
"vs/editor/common/core/rgba",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/browser/controller/textAreaInput",
|
||
|
"vs/editor/common/commands/replaceCommand",
|
||
|
"vs/editor/common/commands/surroundSelectionCommand",
|
||
|
"vs/editor/common/core/stringBuilder",
|
||
|
"vs/editor/browser/view/viewLayer",
|
||
|
"vs/editor/common/core/token",
|
||
|
"vs/editor/common/core/uint",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/editor/common/controller/wordCharacterClassifier",
|
||
|
"vs/editor/common/diff/diffComputer",
|
||
|
"vs/editor/common/editorAction",
|
||
|
"vs/editor/common/editorCommon",
|
||
|
"vs/editor/browser/editorBrowser",
|
||
|
"vs/editor/common/model",
|
||
|
"vs/editor/common/model/editStack",
|
||
|
"vs/editor/common/model/indentationGuesser",
|
||
|
"vs/editor/common/model/intervalTree",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase",
|
||
|
"vs/editor/common/model/textModelEvents",
|
||
|
"vs/editor/common/model/textModelSearch",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer",
|
||
|
"vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder",
|
||
|
"vs/editor/common/model/wordHelper",
|
||
|
"vs/editor/common/modes/abstractMode",
|
||
|
"vs/editor/common/modes/languageConfiguration",
|
||
|
"vs/editor/common/modes/languageSelector",
|
||
|
"vs/editor/common/modes/linkComputer",
|
||
|
"vs/editor/common/modes/supports",
|
||
|
"vs/editor/common/modes/supports/characterPair",
|
||
|
"vs/editor/common/modes/supports/indentRules",
|
||
|
"vs/editor/common/modes/supports/inplaceReplaceSupport",
|
||
|
"vs/editor/common/modes/supports/onEnter",
|
||
|
"vs/editor/common/modes/supports/richEditBrackets",
|
||
|
"vs/editor/common/modes/supports/electricCharacter",
|
||
|
"vs/editor/common/modes/languageConfigurationRegistry",
|
||
|
"vs/editor/common/modes/supports/tokenization",
|
||
|
"vs/editor/common/modes/tokenizationRegistry",
|
||
|
"vs/editor/common/standalone/promise-polyfill/polyfill",
|
||
|
"vs/editor/common/standalone/standaloneEnums",
|
||
|
"vs/editor/common/standalone/standaloneBase",
|
||
|
"vs/editor/common/view/overviewZoneManager",
|
||
|
"vs/editor/common/view/renderingContext",
|
||
|
"vs/editor/browser/viewParts/lines/rangeUtil",
|
||
|
"vs/editor/common/view/viewContext",
|
||
|
"vs/editor/common/view/viewEventDispatcher",
|
||
|
"vs/editor/common/view/viewEvents",
|
||
|
"vs/editor/common/viewLayout/lineDecorations",
|
||
|
"vs/editor/common/viewLayout/viewLineRenderer",
|
||
|
"vs/editor/common/viewLayout/viewLinesViewportData",
|
||
|
"vs/editor/common/viewLayout/whitespaceComputer",
|
||
|
"vs/editor/common/viewLayout/linesLayout",
|
||
|
"vs/editor/common/viewModel/prefixSumComputer",
|
||
|
"vs/editor/common/model/mirrorTextModel",
|
||
|
"vs/editor/common/services/editorSimpleWorker",
|
||
|
"vs/editor/common/viewModel/viewEventHandler",
|
||
|
"vs/editor/browser/view/dynamicViewOverlay",
|
||
|
"vs/editor/browser/view/viewPart",
|
||
|
"vs/editor/browser/viewParts/contentWidgets/contentWidgets",
|
||
|
"vs/editor/browser/viewParts/decorations/decorations",
|
||
|
"vs/editor/browser/viewParts/glyphMargin/glyphMargin",
|
||
|
"vs/editor/browser/viewParts/linesDecorations/linesDecorations",
|
||
|
"vs/editor/browser/viewParts/margin/margin",
|
||
|
"vs/editor/browser/viewParts/marginDecorations/marginDecorations",
|
||
|
"vs/editor/browser/viewParts/overlayWidgets/overlayWidgets",
|
||
|
"vs/editor/browser/viewParts/overviewRuler/overviewRuler",
|
||
|
"vs/editor/browser/viewParts/viewZones/viewZones",
|
||
|
"vs/editor/common/viewModel/viewModel",
|
||
|
"vs/editor/common/viewLayout/viewLayout",
|
||
|
"vs/editor/common/viewModel/viewModelDecorations",
|
||
|
"vs/editor/contrib/caretOperations/moveCaretCommand",
|
||
|
"vs/editor/contrib/codeAction/codeActionTrigger",
|
||
|
"vs/editor/contrib/codeAction/codeActionWidget",
|
||
|
"vs/editor/contrib/colorPicker/colorPickerModel",
|
||
|
"vs/editor/contrib/comment/blockCommentCommand",
|
||
|
"vs/editor/contrib/comment/lineCommentCommand",
|
||
|
"vs/editor/contrib/dnd/dragAndDropCommand",
|
||
|
"vs/editor/contrib/find/findState",
|
||
|
"vs/editor/contrib/find/replaceAllCommand",
|
||
|
"vs/editor/contrib/find/replacePattern",
|
||
|
"vs/editor/contrib/folding/foldingRanges",
|
||
|
"vs/editor/contrib/folding/foldingModel",
|
||
|
"vs/editor/contrib/folding/hiddenRangeModel",
|
||
|
"vs/editor/contrib/folding/syntaxRangeProvider",
|
||
|
"vs/editor/contrib/folding/intializingRangeProvider",
|
||
|
"vs/editor/contrib/format/formattingEdit",
|
||
|
"vs/editor/contrib/goToDefinition/clickLinkGesture",
|
||
|
"vs/editor/contrib/hover/hoverOperation",
|
||
|
"vs/editor/contrib/hover/hoverWidgets",
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand",
|
||
|
"vs/editor/contrib/indentation/indentUtils",
|
||
|
"vs/editor/contrib/linesOperations/copyLinesCommand",
|
||
|
"vs/editor/contrib/linesOperations/sortLinesCommand",
|
||
|
"vs/editor/contrib/smartSelect/bracketSelections",
|
||
|
"vs/editor/contrib/smartSelect/wordSelections",
|
||
|
"vs/editor/contrib/snippet/snippetParser",
|
||
|
"vs/editor/contrib/suggest/wordDistance",
|
||
|
"vs/editor/standalone/common/monarch/monarchCommon",
|
||
|
"vs/editor/standalone/common/monarch/monarchCompile",
|
||
|
"vs/nls!vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/base/browser/ui/actionbar/actionbar",
|
||
|
"vs/nls!vs/base/browser/ui/aria/aria",
|
||
|
"vs/base/browser/ui/aria/aria",
|
||
|
"vs/nls!vs/base/browser/ui/findinput/findInput",
|
||
|
"vs/nls!vs/base/browser/ui/findinput/findInputCheckboxes",
|
||
|
"vs/base/browser/ui/findinput/findInputCheckboxes",
|
||
|
"vs/nls!vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/base/browser/ui/inputbox/inputBox",
|
||
|
"vs/base/browser/ui/findinput/findInput",
|
||
|
"vs/nls!vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
||
|
"vs/nls!vs/base/browser/ui/list/listWidget",
|
||
|
"vs/base/browser/ui/list/listWidget",
|
||
|
"vs/nls!vs/base/browser/ui/menu/menu",
|
||
|
"vs/base/browser/ui/menu/menu",
|
||
|
"vs/nls!vs/base/browser/ui/tree/abstractTree",
|
||
|
"vs/base/browser/ui/tree/abstractTree",
|
||
|
"vs/base/browser/ui/tree/dataTree",
|
||
|
"vs/base/browser/ui/tree/objectTree",
|
||
|
"vs/base/browser/ui/tree/asyncDataTree",
|
||
|
"vs/nls!vs/base/common/keybindingLabels",
|
||
|
"vs/base/common/keybindingLabels",
|
||
|
"vs/base/browser/ui/keybindingLabel/keybindingLabel",
|
||
|
"vs/nls!vs/base/common/severity",
|
||
|
"vs/base/common/severity",
|
||
|
"vs/nls!vs/base/parts/quickopen/browser/quickOpenModel",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenModel",
|
||
|
"vs/nls!vs/base/parts/quickopen/browser/quickOpenWidget",
|
||
|
"vs/base/parts/quickopen/browser/quickOpenWidget",
|
||
|
"vs/nls!vs/editor/browser/controller/coreCommands",
|
||
|
"vs/nls!vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/nls!vs/editor/browser/widget/diffEditorWidget",
|
||
|
"vs/nls!vs/editor/browser/widget/diffReview",
|
||
|
"vs/nls!vs/editor/common/config/commonEditorConfig",
|
||
|
"vs/nls!vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/config/editorOptions",
|
||
|
"vs/editor/common/config/fontInfo",
|
||
|
"vs/editor/contrib/suggest/completionModel",
|
||
|
"vs/nls!vs/editor/common/modes/modesRegistry",
|
||
|
"vs/nls!vs/editor/common/standaloneStrings",
|
||
|
"vs/editor/common/standaloneStrings",
|
||
|
"vs/nls!vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/nls!vs/editor/contrib/bracketMatching/bracketMatching",
|
||
|
"vs/nls!vs/editor/contrib/caretOperations/caretOperations",
|
||
|
"vs/nls!vs/editor/contrib/caretOperations/transpose",
|
||
|
"vs/nls!vs/editor/contrib/clipboard/clipboard",
|
||
|
"vs/nls!vs/editor/contrib/codeAction/codeActionCommands",
|
||
|
"vs/nls!vs/editor/contrib/comment/comment",
|
||
|
"vs/nls!vs/editor/contrib/contextmenu/contextmenu",
|
||
|
"vs/nls!vs/editor/contrib/cursorUndo/cursorUndo",
|
||
|
"vs/nls!vs/editor/contrib/find/findController",
|
||
|
"vs/nls!vs/editor/contrib/find/findWidget",
|
||
|
"vs/nls!vs/editor/contrib/folding/folding",
|
||
|
"vs/nls!vs/editor/contrib/fontZoom/fontZoom",
|
||
|
"vs/nls!vs/editor/contrib/format/format",
|
||
|
"vs/nls!vs/editor/contrib/format/formatActions",
|
||
|
"vs/nls!vs/editor/contrib/goToDefinition/goToDefinitionCommands",
|
||
|
"vs/nls!vs/editor/contrib/goToDefinition/goToDefinitionMouse",
|
||
|
"vs/nls!vs/editor/contrib/gotoError/gotoError",
|
||
|
"vs/nls!vs/editor/contrib/gotoError/gotoErrorWidget",
|
||
|
"vs/nls!vs/editor/contrib/hover/hover",
|
||
|
"vs/nls!vs/editor/contrib/hover/modesContentHover",
|
||
|
"vs/nls!vs/editor/contrib/inPlaceReplace/inPlaceReplace",
|
||
|
"vs/nls!vs/editor/contrib/linesOperations/linesOperations",
|
||
|
"vs/nls!vs/editor/contrib/links/links",
|
||
|
"vs/nls!vs/editor/contrib/message/messageController",
|
||
|
"vs/nls!vs/editor/contrib/multicursor/multicursor",
|
||
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHints",
|
||
|
"vs/nls!vs/editor/contrib/parameterHints/parameterHintsWidget",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referenceSearch",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesController",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/editor/contrib/referenceSearch/referencesModel",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesTree",
|
||
|
"vs/nls!vs/editor/contrib/referenceSearch/referencesWidget",
|
||
|
"vs/nls!vs/editor/contrib/rename/rename",
|
||
|
"vs/nls!vs/editor/contrib/rename/renameInputField",
|
||
|
"vs/nls!vs/editor/contrib/smartSelect/smartSelect",
|
||
|
"vs/nls!vs/editor/contrib/snippet/snippetVariables",
|
||
|
"vs/nls!vs/editor/contrib/suggest/suggestController",
|
||
|
"vs/nls!vs/editor/contrib/suggest/suggestWidget",
|
||
|
"vs/nls!vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode",
|
||
|
"vs/nls!vs/editor/contrib/tokenization/tokenization",
|
||
|
"vs/nls!vs/editor/contrib/wordHighlighter/wordHighlighter",
|
||
|
"vs/nls!vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/nls!vs/platform/keybinding/common/abstractKeybindingService",
|
||
|
"vs/nls!vs/platform/list/browser/listService",
|
||
|
"vs/nls!vs/platform/markers/common/markers",
|
||
|
"vs/nls!vs/platform/theme/common/colorRegistry",
|
||
|
"vs/platform/accessibility/common/accessibilityService",
|
||
|
"vs/platform/extensions/common/extensions",
|
||
|
"vs/platform/files/common/files",
|
||
|
"vs/platform/instantiation/common/descriptors",
|
||
|
"vs/platform/instantiation/common/extensions",
|
||
|
"vs/platform/instantiation/common/graph",
|
||
|
"vs/platform/instantiation/common/instantiation",
|
||
|
"vs/editor/browser/services/bulkEditService",
|
||
|
"vs/editor/browser/services/codeEditorService",
|
||
|
"vs/editor/common/services/editorWorkerService",
|
||
|
"vs/editor/common/services/markersDecorationService",
|
||
|
"vs/editor/common/services/modeService",
|
||
|
"vs/editor/common/services/modelService",
|
||
|
"vs/editor/common/modes/languageFeatureRegistry",
|
||
|
"vs/editor/common/modes",
|
||
|
"vs/editor/common/core/lineTokens",
|
||
|
"vs/editor/common/modes/nullMode",
|
||
|
"vs/editor/common/model/textModelTokens",
|
||
|
"vs/editor/common/model/textModel",
|
||
|
"vs/editor/common/controller/cursorCommon",
|
||
|
"vs/editor/common/commands/shiftCommand",
|
||
|
"vs/editor/common/controller/cursorColumnSelection",
|
||
|
"vs/editor/common/controller/cursorMoveOperations",
|
||
|
"vs/editor/common/controller/cursorDeleteOperations",
|
||
|
"vs/editor/common/controller/cursorTypeOperations",
|
||
|
"vs/editor/common/controller/cursorWordOperations",
|
||
|
"vs/editor/common/controller/cursorMoveCommands",
|
||
|
"vs/editor/common/controller/oneCursor",
|
||
|
"vs/editor/common/controller/cursorCollection",
|
||
|
"vs/editor/common/controller/cursor",
|
||
|
"vs/editor/common/modes/textToHtmlTokenizer",
|
||
|
"vs/editor/common/services/resolverService",
|
||
|
"vs/editor/common/services/resourceConfiguration",
|
||
|
"vs/editor/common/view/minimapCharRenderer",
|
||
|
"vs/editor/common/view/runtimeMinimapCharRenderer",
|
||
|
"vs/editor/common/viewModel/splitLinesCollection",
|
||
|
"vs/editor/common/viewModel/characterHardWrappingLineMapper",
|
||
|
"vs/editor/common/viewModel/viewModelImpl",
|
||
|
"vs/editor/contrib/folding/foldingDecorations",
|
||
|
"vs/editor/contrib/folding/indentRangeProvider",
|
||
|
"vs/editor/contrib/linesOperations/moveLinesCommand",
|
||
|
"vs/editor/contrib/zoneWidget/zoneWidget",
|
||
|
"vs/editor/standalone/common/monarch/monarchLexer",
|
||
|
"vs/editor/standalone/browser/colorizer",
|
||
|
"vs/editor/standalone/common/standaloneThemeService",
|
||
|
"vs/platform/accessibility/common/accessibility",
|
||
|
"vs/platform/clipboard/common/clipboardService",
|
||
|
"vs/platform/commands/common/commands",
|
||
|
"vs/editor/browser/services/openerService",
|
||
|
"vs/editor/contrib/links/getLinks",
|
||
|
"vs/platform/contextkey/common/contextkey",
|
||
|
"vs/editor/common/editorContextKeys",
|
||
|
"vs/editor/contrib/suggest/suggestAlternatives",
|
||
|
"vs/editor/contrib/suggest/wordContextKey",
|
||
|
"vs/platform/actions/common/actions",
|
||
|
"vs/platform/actions/common/menuService",
|
||
|
"vs/platform/contextview/browser/contextView",
|
||
|
"vs/platform/dialogs/common/dialogs",
|
||
|
"vs/platform/instantiation/common/serviceCollection",
|
||
|
"vs/platform/instantiation/common/instantiationService",
|
||
|
"vs/platform/keybinding/common/abstractKeybindingService",
|
||
|
"vs/platform/keybinding/common/baseResolvedKeybinding",
|
||
|
"vs/platform/keybinding/common/keybinding",
|
||
|
"vs/platform/keybinding/common/keybindingResolver",
|
||
|
"vs/platform/keybinding/common/resolvedKeybindingItem",
|
||
|
"vs/platform/keybinding/common/usLayoutResolvedKeybinding",
|
||
|
"vs/platform/label/common/label",
|
||
|
"vs/platform/layout/browser/layoutService",
|
||
|
"vs/platform/contextview/browser/contextViewService",
|
||
|
"vs/platform/log/common/log",
|
||
|
"vs/editor/common/services/editorWorkerServiceImpl",
|
||
|
"vs/editor/common/services/webWorker",
|
||
|
"vs/platform/markers/common/markers",
|
||
|
"vs/platform/markers/common/markerService",
|
||
|
"vs/platform/notification/common/notification",
|
||
|
"vs/platform/opener/common/opener",
|
||
|
"vs/editor/contrib/markdown/markdownRenderer",
|
||
|
"vs/editor/contrib/hover/modesGlyphHover",
|
||
|
"vs/platform/progress/common/progress",
|
||
|
"vs/platform/registry/common/platform",
|
||
|
"vs/editor/common/modes/modesRegistry",
|
||
|
"vs/editor/common/services/getIconClasses",
|
||
|
"vs/platform/jsonschemas/common/jsonContributionRegistry",
|
||
|
"vs/platform/configuration/common/configurationRegistry",
|
||
|
"vs/editor/common/config/commonEditorConfig",
|
||
|
"vs/editor/browser/config/configuration",
|
||
|
"vs/editor/browser/view/viewOverlays",
|
||
|
"vs/editor/browser/viewParts/viewCursors/viewCursor",
|
||
|
"vs/editor/common/services/languagesRegistry",
|
||
|
"vs/editor/common/services/modeServiceImpl",
|
||
|
"vs/platform/configuration/common/configuration",
|
||
|
"vs/editor/common/services/modelServiceImpl",
|
||
|
"vs/platform/configuration/common/configurationModels",
|
||
|
"vs/platform/contextkey/browser/contextKeyService",
|
||
|
"vs/platform/keybinding/common/keybindingsRegistry",
|
||
|
"vs/platform/browser/contextScopedHistoryWidget",
|
||
|
"vs/platform/storage/common/storage",
|
||
|
"vs/editor/contrib/codelens/codeLensCache",
|
||
|
"vs/editor/contrib/suggest/suggestMemory",
|
||
|
"vs/platform/telemetry/common/telemetry",
|
||
|
"vs/editor/browser/editorExtensions",
|
||
|
"vs/editor/browser/controller/coreCommands",
|
||
|
"vs/editor/browser/view/viewController",
|
||
|
"vs/editor/contrib/caretOperations/caretOperations",
|
||
|
"vs/editor/contrib/caretOperations/transpose",
|
||
|
"vs/editor/contrib/clipboard/clipboard",
|
||
|
"vs/editor/contrib/codeAction/codeAction",
|
||
|
"vs/editor/contrib/codeAction/codeActionModel",
|
||
|
"vs/editor/contrib/codeAction/lightBulbWidget",
|
||
|
"vs/editor/contrib/codelens/codelens",
|
||
|
"vs/editor/contrib/colorPicker/color",
|
||
|
"vs/editor/contrib/colorPicker/colorDetector",
|
||
|
"vs/editor/contrib/comment/comment",
|
||
|
"vs/editor/contrib/contextmenu/contextmenu",
|
||
|
"vs/editor/contrib/cursorUndo/cursorUndo",
|
||
|
"vs/editor/contrib/dnd/dnd",
|
||
|
"vs/editor/contrib/folding/folding",
|
||
|
"vs/editor/contrib/fontZoom/fontZoom",
|
||
|
"vs/editor/contrib/format/format",
|
||
|
"vs/editor/contrib/format/formatActions",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinition",
|
||
|
"vs/editor/contrib/hover/getHover",
|
||
|
"vs/editor/contrib/linesOperations/linesOperations",
|
||
|
"vs/editor/contrib/parameterHints/provideSignatureHelp",
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsModel",
|
||
|
"vs/editor/contrib/quickOpen/quickOpen",
|
||
|
"vs/editor/contrib/smartSelect/smartSelect",
|
||
|
"vs/editor/contrib/suggest/suggest",
|
||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode",
|
||
|
"vs/editor/contrib/tokenization/tokenization",
|
||
|
"vs/editor/contrib/wordOperations/wordOperations",
|
||
|
"vs/editor/contrib/wordPartOperations/wordPartOperations",
|
||
|
"vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard",
|
||
|
"vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast",
|
||
|
"vs/platform/theme/common/colorRegistry",
|
||
|
"vs/editor/contrib/rename/renameInputField",
|
||
|
"vs/platform/theme/common/styler",
|
||
|
"vs/editor/standalone/browser/quickOpen/quickOpenEditorWidget",
|
||
|
"vs/platform/contextview/browser/contextMenuHandler",
|
||
|
"vs/platform/theme/common/themeService",
|
||
|
"vs/editor/browser/services/codeEditorServiceImpl",
|
||
|
"vs/editor/browser/viewParts/editorScrollbar/editorScrollbar",
|
||
|
"vs/editor/browser/viewParts/lines/viewLine",
|
||
|
"vs/editor/browser/controller/mouseTarget",
|
||
|
"vs/editor/browser/controller/mouseHandler",
|
||
|
"vs/editor/browser/controller/pointerHandler",
|
||
|
"vs/editor/browser/view/viewOutgoingEvents",
|
||
|
"vs/editor/browser/viewParts/lines/viewLines",
|
||
|
"vs/editor/browser/viewParts/minimap/minimap",
|
||
|
"vs/editor/browser/viewParts/scrollDecoration/scrollDecoration",
|
||
|
"vs/editor/browser/viewParts/selections/selections",
|
||
|
"vs/editor/common/view/editorColorRegistry",
|
||
|
"vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight",
|
||
|
"vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight",
|
||
|
"vs/editor/browser/viewParts/indentGuides/indentGuides",
|
||
|
"vs/editor/browser/viewParts/lineNumbers/lineNumbers",
|
||
|
"vs/editor/browser/controller/textAreaHandler",
|
||
|
"vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler",
|
||
|
"vs/editor/browser/viewParts/rulers/rulers",
|
||
|
"vs/editor/browser/viewParts/viewCursors/viewCursors",
|
||
|
"vs/editor/browser/view/viewImpl",
|
||
|
"vs/editor/browser/widget/codeEditorWidget",
|
||
|
"vs/editor/browser/widget/diffReview",
|
||
|
"vs/editor/browser/widget/diffEditorWidget",
|
||
|
"vs/editor/browser/widget/embeddedCodeEditorWidget",
|
||
|
"vs/editor/common/services/markerDecorationsServiceImpl",
|
||
|
"vs/editor/contrib/bracketMatching/bracketMatching",
|
||
|
"vs/editor/contrib/codelens/codelensWidget",
|
||
|
"vs/editor/contrib/codelens/codelensController",
|
||
|
"vs/editor/contrib/colorPicker/colorPickerWidget",
|
||
|
"vs/editor/contrib/find/findDecorations",
|
||
|
"vs/editor/contrib/find/findModel",
|
||
|
"vs/editor/contrib/find/findOptionsWidget",
|
||
|
"vs/editor/contrib/find/findWidget",
|
||
|
"vs/editor/contrib/find/findController",
|
||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace",
|
||
|
"vs/editor/contrib/links/links",
|
||
|
"vs/editor/contrib/message/messageController",
|
||
|
"vs/editor/contrib/codeAction/codeActionCommands",
|
||
|
"vs/editor/contrib/codeAction/codeActionContributions",
|
||
|
"vs/editor/contrib/multicursor/multicursor",
|
||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget",
|
||
|
"vs/editor/contrib/parameterHints/parameterHints",
|
||
|
"vs/editor/contrib/referenceSearch/peekViewWidget",
|
||
|
"vs/editor/contrib/referenceSearch/referencesTree",
|
||
|
"vs/editor/contrib/rename/rename",
|
||
|
"vs/editor/contrib/suggest/suggestWidget",
|
||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter",
|
||
|
"vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp",
|
||
|
"vs/editor/standalone/browser/inspectTokens/inspectTokens",
|
||
|
"vs/editor/standalone/browser/quickOpen/editorQuickOpen",
|
||
|
"vs/editor/standalone/browser/quickOpen/gotoLine",
|
||
|
"vs/editor/standalone/browser/quickOpen/quickCommand",
|
||
|
"vs/editor/standalone/browser/quickOpen/quickOutline",
|
||
|
"vs/editor/standalone/browser/standaloneCodeServiceImpl",
|
||
|
"vs/editor/standalone/common/themes",
|
||
|
"vs/editor/standalone/browser/standaloneThemeServiceImpl",
|
||
|
"vs/platform/contextview/browser/contextMenuService",
|
||
|
"vs/platform/list/browser/listService",
|
||
|
"vs/editor/contrib/referenceSearch/referencesWidget",
|
||
|
"vs/editor/contrib/gotoError/gotoErrorWidget",
|
||
|
"vs/editor/contrib/gotoError/gotoError",
|
||
|
"vs/editor/contrib/hover/modesContentHover",
|
||
|
"vs/editor/contrib/hover/hover",
|
||
|
"vs/editor/contrib/referenceSearch/referencesController",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionCommands",
|
||
|
"vs/editor/contrib/goToDefinition/goToDefinitionMouse",
|
||
|
"vs/editor/contrib/referenceSearch/referenceSearch",
|
||
|
"vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch",
|
||
|
"vs/platform/workspace/common/workspace",
|
||
|
"vs/editor/standalone/browser/simpleServices",
|
||
|
"vs/editor/standalone/browser/standaloneCodeEditor",
|
||
|
"vs/editor/standalone/browser/standaloneServices",
|
||
|
"vs/editor/standalone/browser/standaloneEditor",
|
||
|
"vs/editor/standalone/browser/standaloneLanguages",
|
||
|
"vs/editor/editor.api",
|
||
|
"vs/platform/workspaces/common/workspaces",
|
||
|
"vs/editor/contrib/snippet/snippetVariables",
|
||
|
"vs/editor/contrib/snippet/snippetSession",
|
||
|
"vs/editor/contrib/snippet/snippetController2",
|
||
|
"vs/editor/contrib/suggest/suggestModel",
|
||
|
"vs/editor/contrib/suggest/suggestController",
|
||
|
"vs/editor/editor.all",
|
||
|
"vs/editor/editor.main"
|
||
|
],
|
||
|
"vs/base/common/worker/simpleWorker": [
|
||
|
"vs/base/common/arrays",
|
||
|
"vs/base/common/diff/diffChange",
|
||
|
"vs/base/common/diff/diff",
|
||
|
"vs/base/common/errors",
|
||
|
"vs/base/common/functional",
|
||
|
"vs/base/common/iterator",
|
||
|
"vs/base/common/keyCodes",
|
||
|
"vs/base/common/lifecycle",
|
||
|
"vs/base/common/linkedList",
|
||
|
"vs/base/common/event",
|
||
|
"vs/base/common/cancellation",
|
||
|
"vs/base/common/platform",
|
||
|
"vs/base/common/strings",
|
||
|
"vs/base/common/types",
|
||
|
"vs/base/common/uri",
|
||
|
"vs/base/common/worker/simpleWorker",
|
||
|
"vs/editor/common/core/position",
|
||
|
"vs/editor/common/core/range",
|
||
|
"vs/editor/common/core/selection",
|
||
|
"vs/editor/common/core/token",
|
||
|
"vs/editor/common/core/uint",
|
||
|
"vs/editor/common/core/characterClassifier",
|
||
|
"vs/editor/common/diff/diffComputer",
|
||
|
"vs/editor/common/model/wordHelper",
|
||
|
"vs/editor/common/modes/linkComputer",
|
||
|
"vs/editor/common/modes/supports/inplaceReplaceSupport",
|
||
|
"vs/editor/common/standalone/promise-polyfill/polyfill",
|
||
|
"vs/editor/common/standalone/standaloneEnums",
|
||
|
"vs/editor/common/standalone/standaloneBase",
|
||
|
"vs/editor/common/viewModel/prefixSumComputer",
|
||
|
"vs/editor/common/model/mirrorTextModel",
|
||
|
"vs/editor/common/services/editorSimpleWorker"
|
||
|
]
|
||
|
}
|
||
|
}
|