You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value of the getDocumentation JSON-RPC-call (which should be available as document/executeCommand BTW), is of the form {"<html>....</html>", "", ""}. This is not the HTML-String that we would need to display a nice HTML documentation in a client like vscode. The return value should therefore be restricted to the actual HTML-String (first element of the Modelica-Array denoted by {}).
The text was updated successfully, but these errors were encountered:
The return value of the
getDocumentation
JSON-RPC-call (which should be available asdocument/executeCommand
BTW), is of the form{"<html>....</html>", "", ""}
. This is not the HTML-String that we would need to display a nice HTML documentation in a client like vscode. The return value should therefore be restricted to the actual HTML-String (first element of the Modelica-Array denoted by{}
).The text was updated successfully, but these errors were encountered: