Changes list

nRF Connect for VS Code

tags
nRF Connect for VS Code

The Changes tab lists Kconfig options that you have modified. These are the changes to Kconfig options between the project configuration files used for the current build configuration (prj_<file-name>.conf and Kconfig fragments) and the build configuration's .config file.

For more information, see How to review and revert changes.

Kconfig GUI Changes tab with a list of random changes

When you hover over each Kconfig option in the Changes tab, several buttons appear.

Kconfig option buttons in the Changes tab

Button Description
Reset Value Revert the setting of the Kconfig option to the value set when you opened the GUI. This button only appears if you made a change to a Kconfig option.
Jump to Item Reveals the particular symbol in the treeview.
Jump to Definition Opens the Kconfig file where a particular symbol is defined.
View Information Toggles on the node description and updates the navigation breadcrumb.