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 529fad0 commit 4e8a51bCopy full SHA for 4e8a51b
robotcode/language_server/robotframework/parts/code_action.py
@@ -280,9 +280,10 @@ async def collect(
280
"robotcode.showDocumentation",
281
[
282
f"http://localhost:{self._documentation_server_port}"
283
- f"/?name={entry.import_name}#{kw_doc.name}"
+ f"/?name={entry.import_name}"
284
f"{args}"
285
f"&basedir={document.uri.to_path().parent}"
286
+ f"#{kw_doc.name}"
287
],
288
),
289
)
0 commit comments