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: crates/emmylua_code_analysis/resources/schema.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,12 @@
46
46
"severity": {}
47
47
}
48
48
},
49
+
"doc": {
50
+
"$ref": "#/$defs/EmmyrcDoc",
51
+
"default": {
52
+
"privateName": []
53
+
}
54
+
},
49
55
"documentColor": {
50
56
"$ref": "#/$defs/EmmyrcDocumentColor",
51
57
"default": {
@@ -542,6 +548,19 @@
542
548
}
543
549
}
544
550
},
551
+
"EmmyrcDoc": {
552
+
"type": "object",
553
+
"properties": {
554
+
"privateName": {
555
+
"description": "Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.",
/// Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.
0 commit comments