PlatformIO svd_path

Hi,
I created a custom platform and board.
I added svd path in myboard.json file like that :

“debug”: {
“openocd_chipname”: “at91same51n19”,
“openocd_target”: “atsame5x”,
“svd_path”: “ATSAME51N19A.svd”
},

But that doesn’t create a svdPath in launch.json file.
it only works when i add “debug_svd_path” in platformio.ini file.

I would like to know what to do.

Kevin