vscode-statusbar-json-path
vscode-statusbar-json-path copied to clipboard
StatusBar JSONPath
Shows the path to the selected JSON Property in the StatusBar.

⚠️ Only works for registered JSON files. (json, jsonc, asl, ssm-json)
If you want to alias a JSON like file, add this to your config.json
"files.associations": {
"*.myjson": "json"
}