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

Update decoration type for inactive-regions when settings change #613

Closed roife closed 2 months ago

roife commented 3 months ago

At present, when changing the 'inactive-regions' settings, users need to restart VSCode for the changes to take effect. This PR makes the extension automatically applies these effects upon detecting user modifications to the settings, enhancing user experience.