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
Initial use-case for an error block is in the Resources view for any "direct" connections that return a FAILED connection status, starting with #944:
So far we've only used markdown in tooltip content, but VS Code also supports tooltips with HTML (when enabled by the extension). We may be able to add some better styling to the error block based on available tags and attributes.
Any adjustments to our existing tooltips will likely need to explicitly set supportHtml for the MarkdownString instance or override the default:
Initial use-case for an error block is in the Resources view for any "direct" connections that return a
FAILED
connection status, starting with #944:So far we've only used markdown in tooltip content, but VS Code also supports tooltips with HTML (when enabled by the extension). We may be able to add some better styling to the error block based on available tags and attributes.
Any adjustments to our existing tooltips will likely need to explicitly set
supportHtml
for the MarkdownString instance or override the default:vscode/src/models/main.ts
Lines 42 to 61 in 1cd92f7
The text was updated successfully, but these errors were encountered: