You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,9 @@ For detailed configuration options, see:
95
95
```json
96
96
{
97
97
"diagnostics": {
98
-
"undefined-global": false
98
+
"disable" : [
99
+
"undefined-global"
100
+
]
99
101
}
100
102
}
101
103
```
@@ -124,7 +126,7 @@ For detailed configuration options, see:
124
126
125
127
**English**: The Rust implementation provides better performance, memory safety, and cross-platform compatibility compared to the previous .NET and Java versions.
0 commit comments