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 b1dfa16 commit d3b0b8aCopy full SHA for d3b0b8a
CodeFormatLib/src/LuaCodeFormat.cpp
@@ -31,6 +31,7 @@ void LuaCodeFormat::UpdateCodeStyle(const std::string &workspaceUri, const std::
31
}
32
33
void LuaCodeFormat::UpdateDiagnosticStyle(InfoTree &tree) {
34
+ _diagnosticStyle = LuaDiagnosticStyle();
35
_diagnosticStyle.ParseTree(tree);
36
_diagnosticStyle.code_style_check = true;
37
_diagnosticStyle.name_style_check = true;
0 commit comments