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
The size of Quick Info is strange, the summary words are not wrapped. They are all displayed in one line.
Steps to Reproduce
Create a C# file and write a method/class with long summary
Hover over the method name.
/// <summary>/// Arthur summons 3 shields that circle around him, /// enemies that are struck by the shield will receive 145/163/181/199/217/235 (+80% physical bonus) Physical Damage. /// Shields last for 5 seconds./// </summary>publicoverridevoidOnUpdate(){}
Expected Behavior
The Quick Info window should properly display the summary like what it does in JavaScript.
Actual Behavior
Quick Info window size is not adjusted properly.
Logs
C# log
Post the output from Output-->C# here
C# LSP Trace Logs
Post the output from Output-->C# LSP Trace Logs here. Requires `dotnet.server.trace` to be set to `Trace`
VSCode version: 1.81.1 C# Extension: 2.0.436 Using OmniSharp: false
Dotnet Information
Error running dotnet --info: Error: Command failed: C:\Program Files\dotnet\dotnet.exe --info
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Type: Bug
Issue Description
The size of Quick Info is strange, the summary words are not wrapped. They are all displayed in one line.
Steps to Reproduce
Expected Behavior
The Quick Info window should properly display the summary like what it does in JavaScript.
Actual Behavior
Quick Info window size is not adjusted properly.
Logs
C# log
C# LSP Trace Logs
Environment information
VSCode version: 1.81.1
C# Extension: 2.0.436
Using OmniSharp: false
Dotnet Information
Error running dotnet --info: Error: Command failed: C:\Program Files\dotnet\dotnet.exe --info 'C:\Program' is not recognized as an internal or external command, operable program or batch file.'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Visual Studio Code Extensions
Extension version: 2.0.436
VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:22:42.175Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: