I am trying to write an extension to copy the text / path shown in vscode breadcrumb (marked in blue in picture). But I am unable to find any vscode api to read that. Any help with that?
I am guessing that you have problem getting the JSON property key path from root to your desired property key, I have recently run into this problem as well with my translations JSON files.
I wrote my own extension for vs code to get the path from root the child. Please give it a try and let me know if it solved your problem. Click here! check it out and download.
P.S: I didn't publish this in market place yet, since I have test runs to do. But this is a completely functional version.