MopeSWTP-SS21 / MopeSWTP

MIT License
1 stars 0 forks source link

getDocumentation returns Modelica-Array instead of HTML-String #124

Open CSchoel opened 3 years ago

CSchoel commented 3 years ago

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 {}).