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
monaco-editor version: 0.25.0 Browser: Edge 91 OS: Windows 10 Playground code that reproduces the issue:
/** @deprecated Use `bar()` instead */functionfoo(){}
If you hover over a symbol that is marked with @deprecated in JSDoc or use the suggest widget, the deprecated field in the markdown shows [object Object]. The same is true for all other tags except @param.
@param definitions seem to work fine
The text was updated successfully, but these errors were encountered:
spahnke
changed the title
@deprecated hover shows [object Object]
Description of all JSDoc tags except @param in hovers shows [object Object]
Jun 11, 2021
monaco-editor version: 0.25.0
Browser: Edge 91
OS: Windows 10
Playground code that reproduces the issue:
If you hover over a symbol that is marked with
@deprecated
in JSDoc or use the suggest widget, the deprecated field in the markdown shows[object Object]
. The same is true for all other tags except@param
.@param
definitions seem to work fineThe text was updated successfully, but these errors were encountered: