make c-isms to hint
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ class SkillLanguageServer(LanguageServer):
|
|||||||
Position(row, col + 1),
|
Position(row, col + 1),
|
||||||
),
|
),
|
||||||
f"c-ism detected: change to `( {tok}`",
|
f"c-ism detected: change to `( {tok}`",
|
||||||
DiagnosticSeverity.Warning,
|
DiagnosticSeverity.Hint,
|
||||||
)
|
)
|
||||||
|
|
||||||
def diagnose(self, doc: TextDocument) -> None:
|
def diagnose(self, doc: TextDocument) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user