In addition to the messaging the nRF Connect SDK build system provides for DeviceTree source files, the nRF DeviceTree extension displays additional warnings and suggestions to avoid common configuration issues and typos. Unfortunately, some of these warnings are triggered on system on chip (SoC) specific DeviceTree files in the nRF Connect SDK, which generally are not within the application developer's control. These warnings end up cluttering the VS Code diagnostics view, causing unnecessary noise for users.
Instead of showing these diagnostics for all applications, the extension will now only show DeviceTree diagnostics for the currently opened file. This provides more focused and relevant diagnostic information, whether you are contributing to the nRF Connect SDK or just working on your application.