jsoncrack-vscode icon indicating copy to clipboard operation
jsoncrack-vscode copied to clipboard

Add support for files.associations

Open jseward opened this issue 2 years ago • 0 comments

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

jseward avatar Oct 08 '22 23:10 jseward