fix showUnused not work
This commit is contained in:
parent
ee7f86fdf9
commit
da55c11b9f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export class DiagnosticsManager {
|
||||||
.filter(x => {
|
.filter(x => {
|
||||||
if (!enabled) {
|
if (!enabled) {
|
||||||
// Still show unused
|
// Still show unused
|
||||||
return x.tags && x.tags.includes(1)
|
return x.code == 6133
|
||||||
}
|
}
|
||||||
return enabled
|
return enabled
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue