We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clang-format can work with JSON, but it seems the plugin doesn't alllow it.
Indeed, if I set the following in the settings.json:
"[json]": { "editor.defaultFormatter": "xaver.clang-format" }
I have the following error:
I think this is related to #146 as it seems to just be a configuration issue
Edit: it seems it has already be done by #139, but no update in marketplace like described in #113
Edit 2: For those who wants to have it working, you can install the fork https://github.com/seaube/vscode-clang-format instead
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clang-format can work with JSON, but it seems the plugin doesn't alllow it.
Indeed, if I set the following in the settings.json:
I have the following error:
I think this is related to #146 as it seems to just be a configuration issue
Edit: it seems it has already be done by #139, but no update in marketplace like described in #113
Edit 2: For those who wants to have it working, you can install the fork https://github.com/seaube/vscode-clang-format instead
The text was updated successfully, but these errors were encountered: