NRF Terminal in VS Code

Hi,

I’m currently trying out zephyr on ruuvitag using Visual Studio Code as the IDE.

Although there’s a bit of a learning curve, mostly it’s going well enough. I can build, flash and debug from within VS Code. Peripherals seem to be working (at least I can make LEDs flash and read the acceleration).

But what I just don’t seem to be able to make work is getting the NRF Terminal view to show console output from the application, which is really a problem during development.

Has anybody managed to get this to work?