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
403 stars 44 forks source link

Add VS Code settings #9

Open mattrosno opened 1 year ago

mattrosno commented 1 year ago

Feature

Maybe I missed it, but is there a way to add VS Code user settings like:

{
  "AykutSarac.jsoncrack-vscode": {
    "lightmode": true
  }
}

I'm specifically looking to use "expand": false in VS Code so the nodes all render the same width, like how the editor works. Thanks!

Alternative solutions or implementations

No response

Other context

No response

A-0-5 commented 1 year ago

One other suggestion would be to also add an orientation switch like top-down, bottom-up, left-right, right-left. This feature request is being tracked in #5

AykutSarac commented 1 year ago

Hi, lightmode is now supported and changed through user theme. Hoping to bring rotate layout and similar features soon.