Skip to content

Conversation

@plemarquand
Copy link
Contributor

Description

Clean up the codebase so that it uses the built in vscode.Disposable.from to dispose multiple disposables at the same time. This replaces our own compositeDisposable method.

Docs here: https://code.visualstudio.com/api/references/vscode-api#Disposable

Tasks

  • Required tests have been written
  • Documentation has been updated
  • Added an entry to CHANGELOG.md if applicable

Clean up the codebase so that it uses the built in
`vscode.Disposable.from` to dispose multiple disposables at the same
time. This replaces our own `compositeDisposable` method.

Docs here: https://code.visualstudio.com/api/references/vscode-api#Disposable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant