VimHax
VimHax
## Environment data - Language Server version: 2022.7.20 - OS and version: Fedora Linux 36 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.10.5 ## Code Snippet ```python...
Since there is an event for when the window gets resized I think it would be nice if there's also an event for when the window gets moved by the...
To enhance #4558 this PR extends `IReactionDisposer` with the [`Disposable` interface](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html#using-declarations-and-explicit-resource-management) so that TypeScript does not complain when using the disposable. ### Code change checklist - [x] Added/updated unit tests...