Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't register as formatter? #84

Open
mgzenitech opened this issue Feb 14, 2024 · 1 comment
Open

Doesn't register as formatter? #84

mgzenitech opened this issue Feb 14, 2024 · 1 comment

Comments

@mgzenitech
Copy link

It looks like this extension does not register itself as formatter.

"Format Document" does not trigger anything.

Maybe it would be pretty easy to register itself as a proper formatter?

{
  "json.format.enable": false,
  "[json]": {
    "editor.defaultFormatter": "richie5um2.vscode-sort-json"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "richie5um2.vscode-sort-json"
  }
}

@richie5um
Copy link
Owner

Thanks for the comment and the config. I haven't updated this extension for a long time, so probably a few things I need to fix up. I'll add to my todo list and hope to get to it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants