-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Allow fully overriding check and fmt commands #3825
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
Conversation
Build failed |
|
bors r+ |
editors/code/package.json
Outdated
| "items": { | ||
| "type": "string" | ||
| }, | ||
| "markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command must include `--message=format=json`." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this actually a requirement? Or do you just need JSON output?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need json output, which typically means --message=format=json. I guess I can phrase this better
|
bors r+ |
|
Already running a review |
Canceled |
|
bors r+ |
Build succeeded |
bors r+
🤖