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
Due to microsoft/vscode#197124 introducing a new CSS variable --vscode-textPreformat-background, all code blocks rendered in Markdown context have a background color set. But the way the IntelliCode API Usage Examples extension renders its snippets, this background color is also applied to all the text in the snippet, visually looking like the entire snippet is always selected:
As a solution, the gaia-results.css could override the background-color property to transparent in the pre code style:
Due to microsoft/vscode#197124 introducing a new CSS variable
--vscode-textPreformat-background
, all code blocks rendered in Markdown context have a background color set. But the way the IntelliCode API Usage Examples extension renders its snippets, this background color is also applied to all the text in the snippet, visually looking like the entire snippet is always selected:As a solution, the
gaia-results.css
could override thebackground-color
property to transparent in thepre code
style:Which will then look like below, which is the expected behaviour I assume.
The text was updated successfully, but these errors were encountered: