From c7b0144a476cee8e01508f94adebec12448dc8f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:00:52 +0000 Subject: [PATCH 1/2] Initial plan From d15987e393ed532b5d6460afedbc5b87a83161c8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:07:39 +0000 Subject: [PATCH 2/2] Fix blurry text in LightBulb preview by changing TextFormattingMode to Ideal Co-authored-by: CyrusNajmabadi <4564579+CyrusNajmabadi@users.noreply.github.com> --- src/VisualStudio/Core/Def/PreviewPane/PreviewPane.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VisualStudio/Core/Def/PreviewPane/PreviewPane.xaml b/src/VisualStudio/Core/Def/PreviewPane/PreviewPane.xaml index 7ebc899c77c66..9005cbfe3d4b5 100644 --- a/src/VisualStudio/Core/Def/PreviewPane/PreviewPane.xaml +++ b/src/VisualStudio/Core/Def/PreviewPane/PreviewPane.xaml @@ -7,7 +7,7 @@ xmlns:vsui="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0" xmlns:pp="clr-namespace:Microsoft.VisualStudio.LanguageServices.Implementation.PreviewPane" x:ClassModifier="internal" mc:Ignorable="d" - Focusable="True" IsTabStop="False" TextOptions.TextFormattingMode="Display" + Focusable="True" IsTabStop="False" TextOptions.TextFormattingMode="Ideal" Foreground="{DynamicResource {x:Static vsui:EnvironmentColors.PanelTextBrushKey}}" d:DesignHeight="300" d:DesignWidth="400" x:Name="ThisPane"