clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
592 stars 97 forks source link

Clear All Decorations in `dispose` #608

Closed Baricus closed 3 months ago

Baricus commented 3 months ago

This PR fixes issue #600, by calling dispose for the decorationType member of InactiveRegionsFeature objects during their own disposal. Doing so removes the applied decorations, preventing them from persisting after the the extension is stopped or restarted.