Hello,
I am developing a custom board based on the nRF54L15.
Every time I do RTT connection from the extension i have been asked to prompt the target device (nRF54L15M33 in my case).
Is there a way to avoid it and set it as default into the workspace?
I have tried with the Command extension but it still asks the Target device. Here my command json:
"commands.commands": {
"nrf-terminal.startTerminal": {
"command": "nrf-terminal.startTerminal",
"args": {
"connectionType": "rtt",
"device": "nRF54L15_M33",
"memoryAddress": "auto"
}
}
}
When I run it it prompts:

Any idea?
Thanks!