-
Notifications
You must be signed in to change notification settings - Fork 38.1k
Closed
Labels
bracket-pair-guidesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Issue Type: Bug
Demonstration
- Set the editor language to C++
- Set
editor.guides.bracketPairsHorizontaltotrue - Set
editor.wrappingIndenttosame - Type/paste the Sample code below
- Resize the editor window so that it is narrower than the line of code provided
- Note that the horizontal bracket underline stops at the end of the first line, when the (soft-wrapped) line break occurs.
Verification
- Change
editor.wrappingIndenttoindent - Note that the horizontal bracket underline now continues onto the wrapped second line.
Sample code demonstrating problem
void SomeClassImplementation::my_really_long_function_name(SomeClassImplementation input_instance, const SomeOtherClass& parameter_instance) { }VS Code version: Code 1.67.0 (57fd6d0, 2022-05-04T12:08:42.978Z)
OS version: Linux x64 5.17.4-200.fc35.x86_64
Restricted Mode: No
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (4 x 3192) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: disabled_off direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: disabled_off opengl: enabled_on rasterization: disabled_software raw_draw: disabled_off_ok skia_renderer: enabled_on video_decode: disabled_software video_encode: disabled_software vulkan: disabled_off webgl: enabled webgl2: enabled |
| Load (avg) | 7, 6, 6 |
| Memory (System) | 19.50GB (1.32GB free) |
| Process Argv | misc-utils/hardlink.1.adoc --crash-reporter-id 70502e77-0823-4a70-9602-0e2581de41fd |
| Screen Reader | no |
| VM | 0% |
| DESKTOP_SESSION | gnome |
| XDG_CURRENT_DESKTOP | GNOME |
| XDG_SESSION_DESKTOP | gnome |
| XDG_SESSION_TYPE | x11 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bracket-pair-guidesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded