[Bug] JSON Schema: markdownDescription rendered by hover but not in the suggestion details #4209
Closed
1 of 2 tasks
Labels
bug
Issue identified by VS Code Team member as probable bug
languages-basic
verified
Verification succeeded
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
https://microsoft.github.io/monaco-editor/playground.html?source=v0.44.0#XQAAAAKQAwAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw4b6edHDvqPO_68xRV--3NT2MM2834uyP1NFQSuE5MZ_Nq3KbJ8knXgkBtVcJlXvFpqi52nEJOlHHOW4TnpixJdt1LWadSDDzk_yi19xmFJNMskikeS2E_YG9wvp5Jt4Lpt9c9ATGWrgOSRS2rgR9K_qvQYsnk-OsXhTdW-pFYg0t-byPbeao-mnu48nwbQmq1mh5PlY4U_a9xMUkEC649ZOQIqyzc9mEBiJH7vsT8lWL453MoHyfvKzmkrsP27yaMdeHWFco2JBjA9oD74oKe4P6gvgcKQF9q5LDR-vfDmA1dOIhj-bUXpGCBZ_8-DMfW92oLbZdKYMKu2Hi6Yux8bcmpkOWgrj91T8oKHh4-DnGfYIL0ZjKQL9FD1WFCEAPq4YXsOXuJiyhRqjocuf2g93DHCKtbmFJsUOVnYTi8m-tUgWVOtUxJRL4zvoQEvy8cx0EhlLrO9O0YQbMAJKe8dvojeAgyT9lucMzDVPdNd45npt6Mc_NgHa0iRCWrKZ1j5UMVN3dX3mp7C-7uYnOhEVmZm95lFAnCMGOdQb121UrOaSvbxLJ9zSsFGZL8BXRHl5pu9aLkVOwg5IF4hZrN2qCiT79mdde
Monaco Editor Playground Code
Reproduction Steps
Case 1: hover the
hello
property in the editorCase 2: put the cursor inside the
hello
key, press Ctrl-Space to trigger the suggestion box and Ctrl-Space once again to show the detailsActual (Problematic) Behavior
Case 1: the markdown documentation is displayed correctly
Case 2: suggestion details do not appear at all
Expected Behavior
In both cases, the same properly formatted description should be shown
Additional Context
Please note that if I provide both
description
andmarkdownDescription
, the former is displayed in suggestion details and the latter - on hoverThanks for your great work!
The text was updated successfully, but these errors were encountered: