mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 00:59:16 +00:00
fix json property description on vscode
This commit is contained in:
@@ -569,7 +569,7 @@ public class SchemaBuilder {
|
|||||||
.replace("</h>", "");
|
.replace("</h>", "");
|
||||||
String hDesc = d.toString("<br>");
|
String hDesc = d.toString("<br>");
|
||||||
prop.put("type", type);
|
prop.put("type", type);
|
||||||
prop.put("description", d.toString("\n"));
|
prop.put("description", desc);
|
||||||
prop.put("x-intellij-html-description", hDesc);
|
prop.put("x-intellij-html-description", hDesc);
|
||||||
return buildSnippet(prop, k.getType());
|
return buildSnippet(prop, k.getType());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user