mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
This commit is contained in:
@@ -24,24 +24,7 @@ const TS_CONFIG_PATH = path.join(__dirname, '../../', 'src', 'tsconfig.json');
|
||||
|
||||
const ignored = new Set([
|
||||
'vs/base/common/arrays.ts',
|
||||
'vs/platform/workspace/common/workspace.ts',
|
||||
'vs/platform/files/node/watcher/nodejs/nodejsWatcherLib.ts',
|
||||
'vs/platform/storage/common/storage.ts',
|
||||
'vs/platform/state/node/stateService.ts',
|
||||
'vs/platform/workspaces/electron-main/workspacesManagementMainService.ts',
|
||||
'vs/platform/windows/electron-main/windowImpl.ts',
|
||||
'vs/platform/auxiliaryWindow/electron-main/auxiliaryWindow.ts',
|
||||
'vs/base/parts/storage/node/storage.ts',
|
||||
'vs/platform/storage/electron-main/storageMainService.ts',
|
||||
'vs/platform/backup/electron-main/backupMainService.ts',
|
||||
'vs/platform/files/node/diskFileSystemProviderServer.ts',
|
||||
'vs/platform/native/electron-main/nativeHostMainService.ts',
|
||||
'vs/platform/menubar/electron-main/menubarMainService.ts',
|
||||
'vs/platform/windows/electron-main/windowsStateHandler.ts',
|
||||
'vs/platform/windows/electron-main/windowsMainService.ts',
|
||||
'vs/platform/workspaces/electron-main/workspacesMainService.ts',
|
||||
'vs/platform/extensionManagement/common/extensionsScannerService.ts',
|
||||
'vs/platform/utilityProcess/electron-main/utilityProcessWorkerMainService.ts',
|
||||
'vs/platform/configuration/common/configurations.ts',
|
||||
'vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer.ts',
|
||||
'vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.ts',
|
||||
@@ -127,7 +110,6 @@ const ignored = new Set([
|
||||
'vs/workbench/browser/parts/editor/editorStatus.ts',
|
||||
'vs/workbench/browser/parts/editor/editorPart.ts',
|
||||
'vs/workbench/browser/parts/editor/editorParts.ts',
|
||||
'vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart.ts',
|
||||
'vs/workbench/services/textfile/common/textFileEditorModel.ts',
|
||||
'vs/workbench/services/history/browser/historyService.ts',
|
||||
'vs/workbench/services/notification/common/notificationService.ts',
|
||||
@@ -173,31 +155,23 @@ const ignored = new Set([
|
||||
'vs/workbench/contrib/editSessions/browser/editSessionsStorageService.ts',
|
||||
'vs/workbench/contrib/accessibilitySignals/browser/editorTextPropertySignalsContribution.ts',
|
||||
'vs/workbench/contrib/inlineCompletions/browser/inlineCompletionLanguageStatusBarContribution.ts',
|
||||
'vs/workbench/browser/parts/dialogs/dialogHandler.ts',
|
||||
'vs/workbench/browser/parts/notifications/notificationsCenter.ts',
|
||||
'vs/workbench/browser/parts/notifications/notificationsToasts.ts',
|
||||
'vs/workbench/services/storage/browser/storageService.ts',
|
||||
'vs/workbench/services/textfile/common/textFileEditorModelManager.ts',
|
||||
'vs/workbench/services/textfile/browser/textFileService.ts',
|
||||
'vs/workbench/services/extensionManagement/common/webExtensionManagementService.ts',
|
||||
'vs/workbench/services/workingCopy/common/workingCopyBackupTracker.ts',
|
||||
'vs/workbench/contrib/welcomeDialog/browser/welcomeWidget.ts',
|
||||
'vs/code/browser/workbench/workbench.ts',
|
||||
'vs/workbench/electron-sandbox/window.ts',
|
||||
'vs/platform/storage/common/storageService.ts',
|
||||
'vs/workbench/services/files/electron-sandbox/diskFileSystemProvider.ts',
|
||||
'vs/code/electron-utility/sharedProcess/contrib/codeCacheCleaner.ts',
|
||||
'vs/code/electron-utility/sharedProcess/contrib/languagePackCachedDataCleaner.ts',
|
||||
'vs/editor/standalone/browser/quickInput/standaloneQuickInputService.ts',
|
||||
'vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsWordInsertView.ts',
|
||||
'vs/platform/files/node/watcher/parcel/parcelWatcher.ts',
|
||||
'vs/platform/terminal/node/ptyService.ts',
|
||||
'vs/workbench/services/host/electron-sandbox/nativeHostService.ts',
|
||||
'vs/workbench/services/integrity/electron-sandbox/integrityService.ts',
|
||||
'vs/workbench/api/common/extHostLanguageFeatures.ts',
|
||||
'vs/workbench/api/common/extHostFileSystemEventService.ts',
|
||||
'vs/workbench/api/common/extHostSearch.ts',
|
||||
'vs/workbench/api/node/extHostDiskFileSystemProvider.ts',
|
||||
'vs/workbench/test/common/workbenchTestServices.ts',
|
||||
'vs/workbench/test/browser/workbenchTestServices.ts',
|
||||
'vs/workbench/contrib/testing/test/common/testStubs.ts',
|
||||
|
||||
Reference in New Issue
Block a user