Each of the extensions that make the nRF Connect for VS Code extension set offers a variety of settings and commands that let you customize the extension behavior.
Overview of all settings and commands
For a full overview of settings and commands, click the Extensions icon from the Activity Bar. Then, click the extension's name and open the Feature Contributions tab.
Access to commands
You can access all of the commands from Visual Studio Code's Command Palette. To open the Command Palette, click on View > Command Palette from the top menu bar.
Access to settings
You can access all of the settings from Visual Studio Code's Settings editor. To open Settings, click on File > Preferences > Settings from the top menu bar.
Access to launch.json
You can edit some settings in the launch.json file, which contains debug configurations for Visual Studio Code. To access launch.json, hover over Debug in the Actions View and click on the cogwheel icon called Configuring Debugging.
If launch.json does not exist yet, Visual Studio Code will create one with default configurations.
For more information about customizing debug configurations in launch.json, see How to customize launch and debug configurations.