Hello,
After updating Visual Studio Code, I started facing an issue with the nRF Connect for VS Code extension. When I try to build my project, the toolchain is detected correctly, but the SDK is shown as “???” instead of the actual SDK version.
However, the SDK path appears to be correct. In the Select SDK dialog, I can see my SDK installations (for example C:\Test\v2.7.0, C:\Test\v2.5.0, etc.), but they all appear as:
??? [nrf] C:\Test\v2.7.0
Before updating VS Code, everything was working properly and the SDK version was displayed normally.
Details:
VS Code version: (1.110)
nRF Connect SDK versions installed: v2.7.0, v2.5.0, v2.2.0
Issue:
Toolchain is detected
SDK location is correct
SDK name/version shows as ???
Build fails due to SDK not being recognized
Has anyone experienced this issue after a VS Code update? Any suggestions on how to fix the SDK detection?
Thank you.