mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
debt: finish adopting ensureNoDisposablesAreLeakedInTestSuite (#249678)
Closes #200091 Notably makes `raceCancellablePromises` itself be cancellable to allow for composition, and make `Event.toPromise` cancellable too.
This commit is contained in:
@@ -223,20 +223,7 @@ export default tseslint.config(
|
||||
{
|
||||
// Files should (only) be removed from the list they adopt the leak detector
|
||||
'exclude': [
|
||||
'src/vs/platform/configuration/test/common/configuration.test.ts',
|
||||
'src/vs/platform/opener/test/common/opener.test.ts',
|
||||
'src/vs/platform/registry/test/common/platform.test.ts',
|
||||
'src/vs/platform/workspace/test/common/workspace.test.ts',
|
||||
'src/vs/platform/workspaces/test/electron-main/workspaces.test.ts',
|
||||
'src/vs/workbench/contrib/bulkEdit/test/browser/bulkCellEdits.test.ts',
|
||||
'src/vs/workbench/contrib/chat/test/common/chatWordCounter.test.ts',
|
||||
'src/vs/workbench/contrib/extensions/test/common/extensionQuery.test.ts',
|
||||
'src/vs/workbench/contrib/notebook/test/browser/notebookExecutionService.test.ts',
|
||||
'src/vs/workbench/contrib/notebook/test/browser/notebookExecutionStateService.test.ts',
|
||||
'src/vs/workbench/contrib/tasks/test/common/problemMatcher.test.ts',
|
||||
'src/vs/workbench/services/commands/test/common/commandService.test.ts',
|
||||
'src/vs/workbench/services/userActivity/test/browser/domActivityTracker.test.ts',
|
||||
'src/vs/workbench/test/browser/quickAccess.test.ts'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user