mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
@@ -62,9 +62,9 @@
|
||||
"./vs/base/common/idGenerator.ts",
|
||||
"./vs/base/common/iterator.ts",
|
||||
"./vs/base/common/jsonSchema.ts",
|
||||
"./vs/base/common/keyCodes.ts",
|
||||
"./vs/base/common/keybindingLabels.ts",
|
||||
"./vs/base/common/keybindingParser.ts",
|
||||
"./vs/base/common/keyCodes.ts",
|
||||
"./vs/base/common/labels.ts",
|
||||
"./vs/base/common/lifecycle.ts",
|
||||
"./vs/base/common/linkedList.ts",
|
||||
@@ -125,8 +125,8 @@
|
||||
"./vs/editor/browser/core/editorState.ts",
|
||||
"./vs/editor/browser/editorBrowser.ts",
|
||||
"./vs/editor/browser/editorDom.ts",
|
||||
"./vs/editor/browser/editorExtensions.ts",
|
||||
"./vs/editor/browser/editorExtensions",
|
||||
"./vs/editor/browser/editorExtensions.ts",
|
||||
"./vs/editor/browser/services/abstractCodeEditorService.ts",
|
||||
"./vs/editor/browser/services/bulkEditService.ts",
|
||||
"./vs/editor/browser/services/codeEditorService.ts",
|
||||
@@ -236,10 +236,10 @@
|
||||
"./vs/editor/common/services/editorWorkerService.ts",
|
||||
"./vs/editor/common/services/editorWorkerServiceImpl.ts",
|
||||
"./vs/editor/common/services/languagesRegistry.ts",
|
||||
"./vs/editor/common/services/modelService.ts",
|
||||
"./vs/editor/common/services/modelServiceImpl.ts",
|
||||
"./vs/editor/common/services/modeService.ts",
|
||||
"./vs/editor/common/services/modeServiceImpl.ts",
|
||||
"./vs/editor/common/services/modelService.ts",
|
||||
"./vs/editor/common/services/modelServiceImpl.ts",
|
||||
"./vs/editor/common/services/resolverService.ts",
|
||||
"./vs/editor/common/services/resourceConfiguration.ts",
|
||||
"./vs/editor/common/services/resourceConfigurationImpl.ts",
|
||||
@@ -293,20 +293,20 @@
|
||||
"./vs/editor/contrib/folding/indentRangeProvider.ts",
|
||||
"./vs/editor/contrib/folding/intializingRangeProvider.ts",
|
||||
"./vs/editor/contrib/folding/syntaxRangeProvider.ts",
|
||||
"./vs/editor/contrib/folding/test/syntaxFold.test.ts",
|
||||
"./vs/editor/contrib/folding/test/indentRangeProvider.test.ts",
|
||||
"./vs/editor/contrib/folding/test/indentFold.test.ts",
|
||||
"./vs/editor/contrib/folding/test/hiddenRangeModel.test.ts",
|
||||
"./vs/editor/contrib/folding/test/foldingRanges.test.ts",
|
||||
"./vs/editor/contrib/folding/test/foldingModel.test.ts",
|
||||
"./vs/editor/contrib/folding/test/foldingRanges.test.ts",
|
||||
"./vs/editor/contrib/folding/test/hiddenRangeModel.test.ts",
|
||||
"./vs/editor/contrib/folding/test/indentFold.test.ts",
|
||||
"./vs/editor/contrib/folding/test/indentRangeProvider.test.ts",
|
||||
"./vs/editor/contrib/folding/test/syntaxFold.test.ts",
|
||||
"./vs/editor/contrib/fontZoom/fontZoom.ts",
|
||||
"./vs/editor/contrib/goToDefinition/clickLinkGesture.ts",
|
||||
"./vs/editor/contrib/goToDefinition/goToDefinition.ts",
|
||||
"./vs/editor/contrib/hover/getHover.ts",
|
||||
"./vs/editor/contrib/hover/hoverOperation.ts",
|
||||
"./vs/editor/contrib/hover/hoverWidgets.ts",
|
||||
"./vs/editor/contrib/indentation/indentUtils.ts",
|
||||
"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
|
||||
"./vs/editor/contrib/indentation/indentUtils.ts",
|
||||
"./vs/editor/contrib/linesOperations/copyLinesCommand.ts",
|
||||
"./vs/editor/contrib/linesOperations/deleteLinesCommand.ts",
|
||||
"./vs/editor/contrib/linesOperations/sortLinesCommand.ts",
|
||||
@@ -321,8 +321,8 @@
|
||||
"./vs/editor/contrib/wordPartOperations/wordPartOperations.ts",
|
||||
"./vs/editor/editor.worker.ts",
|
||||
"./vs/editor/standalone/browser/colorizer.ts",
|
||||
"./vs/editor/standalone/browser/inspectTokens/inspectTokens.ts",
|
||||
"./vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.ts",
|
||||
"./vs/editor/standalone/browser/inspectTokens/inspectTokens.ts",
|
||||
"./vs/editor/standalone/browser/standaloneCodeServiceImpl.ts",
|
||||
"./vs/editor/standalone/browser/standaloneThemeServiceImpl.ts",
|
||||
"./vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast.ts",
|
||||
@@ -344,6 +344,7 @@
|
||||
"./vs/editor/test/common/modes/supports/javascriptOnEnterRules.ts",
|
||||
"./vs/editor/test/common/modesTestUtils.ts",
|
||||
"./vs/editor/test/common/view/minimapCharRendererFactory.ts",
|
||||
"./vs/editor/test/common/viewModel/testViewModel.ts",
|
||||
"./vs/monaco.d.ts",
|
||||
"./vs/nls.d.ts",
|
||||
"./vs/nls.mock.ts",
|
||||
@@ -360,6 +361,7 @@
|
||||
"./vs/platform/download/common/download.ts",
|
||||
"./vs/platform/editor/common/editor.ts",
|
||||
"./vs/platform/environment/common/environment.ts",
|
||||
"./vs/platform/extensionManagement/common/extensionManagement.ts",
|
||||
"./vs/platform/extensions/common/extensionHost.ts",
|
||||
"./vs/platform/extensions/common/extensions.ts",
|
||||
"./vs/platform/extensions/node/extensionValidator.ts",
|
||||
@@ -379,6 +381,7 @@
|
||||
"./vs/platform/keybinding/common/keybindingsRegistry.ts",
|
||||
"./vs/platform/keybinding/common/resolvedKeybindingItem.ts",
|
||||
"./vs/platform/keybinding/common/usLayoutResolvedKeybinding.ts",
|
||||
"./vs/platform/keybinding/test/common/mockKeybindingService.ts",
|
||||
"./vs/platform/lifecycle/common/lifecycle.ts",
|
||||
"./vs/platform/localizations/common/localizations.ts",
|
||||
"./vs/platform/log/common/bufferLog.ts",
|
||||
@@ -394,14 +397,15 @@
|
||||
"./vs/platform/opener/common/opener.ts",
|
||||
"./vs/platform/output/node/outputAppender.ts",
|
||||
"./vs/platform/progress/common/progress.ts",
|
||||
"./vs/platform/quickinput/common/quickInput.ts",
|
||||
"./vs/platform/quickOpen/common/quickOpen.ts",
|
||||
"./vs/platform/quickinput/common/quickInput.ts",
|
||||
"./vs/platform/registry/common/platform.ts",
|
||||
"./vs/platform/search/common/search.ts",
|
||||
"./vs/platform/state/common/state.ts",
|
||||
"./vs/platform/statusbar/common/statusbar.ts",
|
||||
"./vs/platform/storage/common/storage.ts",
|
||||
"./vs/platform/telemetry/common/telemetry.ts",
|
||||
"./vs/platform/telemetry/common/telemetryService.ts",
|
||||
"./vs/platform/telemetry/common/telemetryUtils.ts",
|
||||
"./vs/platform/telemetry/node/telemetryNodeUtils.ts",
|
||||
"./vs/platform/theme/common/colorRegistry.ts",
|
||||
@@ -478,8 +482,8 @@
|
||||
"./vs/workbench/services/scm/common/scm.ts",
|
||||
"./vs/workbench/services/scm/common/scmService.ts",
|
||||
"./vs/workbench/services/search/node/search.ts",
|
||||
"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
|
||||
"./vs/workbench/services/textMate/electron-browser/TMHelper.ts",
|
||||
"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
|
||||
"./vs/workbench/services/themes/common/colorThemeSchema.ts",
|
||||
"./vs/workbench/services/themes/common/fileIconThemeSchema.ts",
|
||||
"./vs/workbench/services/themes/common/workbenchThemeService.ts",
|
||||
|
||||
Reference in New Issue
Block a user