TypeFox / monaco-components

Monaco Editor and Language Client Wrapper, plus Monaco Editor React Component
MIT License
42 stars 13 forks source link

Check that all resources are properly closed when swapping editors #8

Closed kaisalmen closed 2 years ago

kaisalmen commented 2 years ago

7 introduced a dispose method and this triggered the question if all resources are properly disposed and re-init when swapEditors is called.