mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Adopt initialisation order changes (#243090)
Adopt initialisation order changes (#243049)
This commit is contained in:
@@ -56,10 +56,8 @@ const ignored = new Set([
|
||||
'vs/workbench/contrib/debug/common/debugStorage.ts',
|
||||
'vs/workbench/contrib/debug/common/debugModel.ts',
|
||||
'vs/workbench/api/common/extHostCommands.ts',
|
||||
'vs/server/node/remoteExtensionHostAgentServer.ts',
|
||||
'vs/editor/browser/view/viewLayer.ts',
|
||||
'vs/editor/browser/controller/editContext/textArea/textAreaEditContextInput.ts',
|
||||
'vs/editor/browser/widget/codeEditor/codeEditorWidget.ts',
|
||||
'vs/platform/accessibilitySignal/browser/accessibilitySignalService.ts',
|
||||
'vs/editor/browser/widget/diffEditor/utils.ts',
|
||||
'vs/editor/browser/observableCodeEditor.ts',
|
||||
@@ -72,12 +70,10 @@ const ignored = new Set([
|
||||
'vs/editor/browser/widget/diffEditor/features/gutterFeature.ts',
|
||||
'vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.ts',
|
||||
'vs/editor/browser/widget/diffEditor/diffEditorWidget.ts',
|
||||
'vs/editor/contrib/colorPicker/browser/colorDetector.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdapter.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.ts',
|
||||
'vs/editor/contrib/zoneWidget/browser/zoneWidget.ts',
|
||||
'vs/editor/contrib/inlayHints/browser/inlayHintsController.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/model/changeRecorder.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.ts',
|
||||
@@ -97,9 +93,7 @@ const ignored = new Set([
|
||||
'vs/editor/contrib/inlineCompletions/browser/view/inlineCompletionsView.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.ts',
|
||||
'vs/editor/contrib/multicursor/browser/multicursor.ts',
|
||||
'vs/editor/contrib/placeholderText/browser/placeholderTextContribution.ts',
|
||||
'vs/editor/contrib/sectionHeaders/browser/sectionHeaders.ts',
|
||||
'vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.ts',
|
||||
'vs/workbench/browser/parts/statusbar/statusbarPart.ts',
|
||||
'vs/workbench/contrib/chat/common/promptSyntax/parsers/basePromptParser.ts',
|
||||
@@ -145,13 +139,7 @@ const ignored = new Set([
|
||||
'vs/workbench/services/authentication/browser/authenticationExtensionsService.ts',
|
||||
'vs/workbench/services/textMate/browser/backgroundTokenization/textMateWorkerTokenizerController.ts',
|
||||
'vs/workbench/services/textMate/browser/textMateTokenizationFeatureImpl.ts',
|
||||
'vs/workbench/contrib/preferences/browser/preferencesWidgets.ts',
|
||||
'vs/workbench/contrib/preferences/browser/preferencesRenderers.ts',
|
||||
'vs/workbench/contrib/preferences/browser/keybindingsEditorContribution.ts',
|
||||
'vs/workbench/contrib/notebook/browser/services/notebookServiceImpl.ts',
|
||||
'vs/workbench/contrib/debug/browser/callStackEditorContribution.ts',
|
||||
'vs/workbench/contrib/debug/browser/debugHover.ts',
|
||||
'vs/workbench/contrib/debug/browser/debugEditorContribution.ts',
|
||||
'vs/workbench/contrib/notebook/browser/contrib/multicursor/notebookMulticursor.ts',
|
||||
'vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate.ts',
|
||||
'vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.ts',
|
||||
|
||||
Reference in New Issue
Block a user