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 2d50cd2 commit e753056Copy full SHA for e753056
fortls/__init__.py
@@ -102,7 +102,7 @@ def debug_rootpath(args, server):
102
103
104
def debug_diagnostics(args, server):
105
- print('\nTesting "textDocument/publishDiagnostics" notification:')
+ print('\nTesting "textDocument/publishDiagnostics" request:')
106
check_request_params(args, loc_needed=False)
107
server.serve_onSave({"params": {"textDocument": {"uri": args.debug_filepath}}})
108
results, _ = server.get_diagnostics(args.debug_filepath)
0 commit comments