We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0c090 commit bdb3cf3Copy full SHA for bdb3cf3
include/CodeService/FormatElement/DiagnosisContext.h
@@ -19,6 +19,8 @@ class DiagnosisContext: public FormatContext
19
20
void SetLineMaxLength(int line, int character);
21
22
+ void DiagnoseLine();
23
+
24
std::vector<LuaDiagnosisInfo> GetDiagnosisInfos();
25
private:
26
std::vector<LuaDiagnosisInfo> _diagnosisInfos;
0 commit comments