In a diagnostic group, mark the highest-severity diagnostic as primary
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
401b59be5c
commit
0e51365770
7 changed files with 100 additions and 63 deletions
|
@ -257,6 +257,7 @@ message Diagnostic {
|
|||
Severity severity = 3;
|
||||
string message = 4;
|
||||
uint64 group_id = 5;
|
||||
bool is_primary = 6;
|
||||
enum Severity {
|
||||
None = 0;
|
||||
Error = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue