Mbed Studio and cli2

Hi,
I am currently developing using VsCode and mbed-tools (cli2)
I’d like to switch to Mbed Studio as it is the official IDE for Mbed.
But, I can’t find a way to use mbed cli2 instand of cli1 in Mbed Studio

In my actual config (VsCode + Jlink), I have a file “tasks.json” with the compilation tool to use

    "args": ["compile", "-m", "NUCLEO_F429ZI", "-t", "GCC_ARM"],
    "linux": {
        "command": "mbed-tools"
    },

How can i achieve the same with mbed-studio ?

Regards,

Sébastien

1 Like