AykutSarac / jsoncrack-vscode

VS Code extension of JSON Crack. Convert your JSON files into graphs with a single click and view them onto graphs.
https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode
MIT License
407 stars 45 forks source link

Add support for files.associations #6

Open jseward opened 1 year ago

jseward commented 1 year ago

Feature

Would be great if it also picked up all of my custom file associations to identify files with custom extensions as being json files.

in .vscode/settings.json

{
  "files.associations": {
    "*.gltf": "json"
  }
}

Alternative solutions or implementations

No response

Other context

No response