vscode-statusbar-json-path icon indicating copy to clipboard operation
vscode-statusbar-json-path copied to clipboard

StatusBar JSONPath

Shows the path to the selected JSON Property in the StatusBar.

JSONPath

⚠️ 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"
}