mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user