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
_progress.Report(newConversionProgress("WARNING: Skipping all further formatting, you can increase the timeout for this in Tools -> Options -> Code Converter."))
Copy file name to clipboardExpand all lines: Vsix/ConverterOptionsPage.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ internal sealed class ConverterOptionsPage : DialogPage
24
24
25
25
[Category(SettingsPageCategory)]
26
26
[DisplayName("Comment and formatting timeout (minutes)")]
27
-
[Description("Positioning comments correctly, and formatting and tidying up the result can take a very long time for large files. Set this to how many minutes you're willing to wait.")]
27
+
[Description("Roslyn formatting can take a very long time for large files and has no progress updates. Set this to the maximum you're willing to wait without any indication of progress.")]
0 commit comments