Skip to content

Commit e753056

Browse files
committed
chore: reformated debug_diagnostics message
1 parent 2d50cd2 commit e753056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def debug_rootpath(args, server):
102102

103103

104104
def debug_diagnostics(args, server):
105-
print('\nTesting "textDocument/publishDiagnostics" notification:')
105+
print('\nTesting "textDocument/publishDiagnostics" request:')
106106
check_request_params(args, loc_needed=False)
107107
server.serve_onSave({"params": {"textDocument": {"uri": args.debug_filepath}}})
108108
results, _ = server.get_diagnostics(args.debug_filepath)

0 commit comments

Comments
 (0)