adopt ensureNoDisposablesAreLeakedInTestSuite (#239536)

* adopt

* fix import change

* remove disposablestore and organize imports

* fix disposable leak error

* more disposables fix

* rename to code actions disposable

---------

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
This commit is contained in:
Justin Chen
2025-02-04 14:37:31 -08:00
committed by GitHub
parent c18871a3c0
commit 363d424f91
4 changed files with 44 additions and 35 deletions

View File

@@ -219,7 +219,6 @@ export default tseslint.config(
{
// Files should (only) be removed from the list they adopt the leak detector
'exclude': [
'src/vs/editor/contrib/codeAction/test/browser/codeActionModel.test.ts',
'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',