leointeg
leointeg copied to clipboard
Put all disposables generated with vscode.windows.xxx method calls into context.subscriptions
Put them all in the context.subscriptions disposable array so that they are cleanly destroyd.
Most important if the extension is going to refresh/reload itself somehow.