New board extensions not supported by VSCode nRF extension?

Hello

When following the guidline of a new way to extend boards, VSCode "Add Build Configuration" is blank. Am I doing something wrong or this is not yet supported by nRF VSCode extension?

Attached is a sample project with the following "board.yaml":

board:
  extend: nrf52840dk
  variants:
    - name: test
      qualifier: nrf52840

extended_board_test.zip

Parents Reply
  • Hi

    These versions that I listed in this thread two months ago, it was before the fix. I definitely updated the plugins and tried with new versions.

    To be sure, I tested it again.

    I have the following versions now:
    -/
    nRF Connect for VS Code Extension Pack
    v2024.9.5

    nRF Connect for VS Code
    v2025.1.127

    nRF DeviceTree
    v2024.12.15

    nRF Kconfig
    v2024.12.13

    nRF Terminal
    v2024.9.14

    nRF Connect SDK
    v2.9.0
    /-

    And my sample project still fails exatcly the same as described before.

Children
Related