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
444 stars 49 forks source link

[BUG]: command ‘jsoncrack-vscode.start’ not found #34

Open monupurohit opened 1 year ago

monupurohit commented 1 year ago

Issue description

Installed the json crack extinction Open sample json file Selected the json crack icon Getting error : command ‘jsoncrack-vscode.start’ not found

Media & Screenshots

No response

Operating system

Priority this issue should have

Low (slightly annoying)

antscribano commented 1 year ago

Bug is partially solved when updating to the latest version of Visual Studio Code (1.83.1)

In this case the error message is not shown, instead a Visual Studio Code dialog is showing up:

image

I guess this message appears becausa my json file is huge, but I had no chance to test this at the moment.

Thank you