Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Remove unused IDisposable array #5

Closed
wants to merge 1 commit into from

Conversation

rcjsuen
Copy link
Contributor

@rcjsuen rcjsuen commented Apr 15, 2018

There is an IDisposable[] that gets created in jsonMode.ts but it doesn't seem to serve any purpose. It should be removed instead.

See microsoft/monaco-editor#738.

The IDisposables created by the registration of language providers
were originally stored in an array. However, that array is not
actually used anywhere in the code so it should be removed instead.

Signed-off-by: Remy Suen <[email protected]>
@aeschli
Copy link
Contributor

aeschli commented Apr 16, 2018

I'd rather leave it... No harm but a good reminder that disposables are returned by the various registrations

@aeschli aeschli closed this Apr 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants