Assign diagnostics a group_id based on their related_information
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
2d6285a6e1
commit
78bbb83448
@@ -256,6 +256,7 @@ message Diagnostic {
|
||||
uint64 end = 2;
|
||||
Severity severity = 3;
|
||||
string message = 4;
|
||||
uint64 group_id = 5;
|
||||
enum Severity {
|
||||
None = 0;
|
||||
Error = 1;
|
||||
|
||||
Reference in New Issue
Block a user