VS Code DeviceTree Extension Incorrect DTS File

I am using NRF Connect for VS Code on Ubuntu 24.02 with an adafruit nrf52840 feather express. When attempting to use the DeviceTree Extension, the wrong dts file is listed in context files so I am unable to view the Device Tree. The dts file should be adafruit_feather_nrf52840.dts, but the extension thinks it is adafruit_feather_nrf52840_nrf52840.dts. Is there anyway to load the correct dts file for the DeviceTree viewer?

Related