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 570b52c commit 862f43cCopy full SHA for 862f43c
fortls/__init__.py
@@ -114,7 +114,7 @@ def debug_diagnostics(args, server):
114
if len(results) == 0:
115
print("\nNo errors or warnings")
116
else:
117
- print("\nReported errors or warnings:")
+ print("\nReported Diagnostics:")
118
for diag in results:
119
sline = diag["range"]["start"]["line"]
120
message = diag["message"]
0 commit comments