I have a problem to configure JLink remote client in VS Code IDE to remote debug nrf9160 dk. There is no examples of exactly remote config on Segger and VS Code docs, so it's not clear how to setup it.
There is launch.json file in VS Code, that contains configuration like this
but it is not clear how to set server address, port number and pass, may be something else..
USB debug works okay with cortex-debug or nRF Debug backend. Remote debug works okay in Segger Embedded Studio IDE. But how to config remote debug in VS Code it is a question.