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

Activate extension when editor has json #12

Closed ReneSchumacher closed 1 year ago

ReneSchumacher commented 1 year ago

The current version of the extension is only activated when editing a json file stored on disk. This PR activates the extension whenever json content is edited (e.g., in a temporary editor window that has not been saved) based on the editor language ID.