mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-20 07:12:43 +01:00
* Makes a few TS Extension Types Disposable **Bug** TS Extension currently registers many different calls with VSCode but does not handle the disposable result returned from these calls. **Fix** For some of these registrations, make sure we correctly dispose of them when the extension is deactivated. * Fix a few more cases * Cover a few more case