nrf-connect.remoteDevices

nRF Connect for VS Code

tags
nRF Connect for VS Code

This configuration setting lets you specify a list of remote J-Link devices that can be accessed over the network. This allows you to flash and debug applications on devices connected to remote J-Link debuggers over the network.

Remote devices configured in this setting are automatically enumerated and appear in the Connected Devices View after launching and configuring a remote J-Link server. See How to add remote devices for more information.

The setting is a JSON array, in which each entry should be a string containing the IP address and port of the remote J-Link device in the format IP:PORT. For example:

{
  "nrf-connect.remoteDevices":[`192.168.1.55:19020`]
}

Note

Real-time monitoring of device connection and disconnection is not available for remote devices, as the extension cannot detect when a remote device is physically connected or disconnected from the J-Link debugger. You may need to manually refresh the Connected Devices View to see connection status changes.