jsoncrack-vscode
jsoncrack-vscode copied to clipboard
Add support for files.associations
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