microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 453 forks source link

Fix file watchers for includes #4172

Closed gcampbell-msft closed 19 hours ago

gcampbell-msft commented 1 week ago

Fixes #3963.

We weren't updating file watchers on the fly, we were only updating them on initialization. This ensures that when includes are added and updated, or renamed, we handle these cases.

gcampbell-msft commented 2 days ago

@paulmaybee Ping for review 👍