Show only disk-based diagnostics in ProjectDiagnosticsEditor
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
304afc1813
commit
b9d1ca4341
7 changed files with 46 additions and 42 deletions
|
@ -304,10 +304,10 @@ message Diagnostic {
|
|||
Severity severity = 3;
|
||||
string message = 4;
|
||||
optional string code = 5;
|
||||
optional string source = 6;
|
||||
uint64 group_id = 7;
|
||||
bool is_primary = 8;
|
||||
bool is_valid = 9;
|
||||
uint64 group_id = 6;
|
||||
bool is_primary = 7;
|
||||
bool is_valid = 8;
|
||||
bool is_disk_based = 9;
|
||||
|
||||
enum Severity {
|
||||
None = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue