Skip to content

fix (DuoChat): Add missing CSS class for inline markdown highlighting

Dylan Bernardi requested to merge db/fix-inline-markdown-duoChat into main

Description

This MR introduces a missing CSS class that applies styling to inline markdown text.

This MR does not address the ongoing issue of supporting high contrast themes better (Duo Chat syntax highlighting unreadable with hi... (#1484)).

Related Issues

Resolves: [VS Code] [Duo Chat] Fix in-line markdown highl... (#1629 - closed)

How has this been tested?

To test this, checkout this branch and build the extension locally. Request a message from DuoChat and the syntax highlighting for inline markdown will match theme better than before!

Before the changes in this MR:

image

Screenshots (if appropriate)

The new classes are displaying text properly below:

Dark Theme Light Theme
image image

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Dylan Bernardi

Merge request reports

Loading