mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 06:09:20 +01:00
a017fdeb41
* 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