Launch debug session in vscode with JLink and armcc toolchain

Hello everyone,

I would like to launch a debug session in vscode. My executable is compiled with ARMCC V5 toolchain. I followed this guide : Arm Keil Studio Visual Studio Code Extensions User Guide

But it explain how to debug with CMSIS-DAP but I would like to use JLinkRTT logger, and also I have another project with JLink and I would like to not have to change probe config each time.

I found some guide explaining how to use JLink but with arm-none-gcc toolchain. 

Could someone help me? I don't know where to look for now

Thank you very much