Skip to content

No vertical scrollbar appears the 1st time completion resolve occurs #72587

@sean-mcmanus

Description

@sean-mcmanus
  • VSCode Version: 1.33.1
  • OS Version: Windows

Steps to Reproduce:

  1. Install the C/C++ extension. It's not a C/C++ extension bug,
    but it doesn't repro with TypeScript.
  2. Use the code below in a .cpp file, and use Ctrl+Space to invoke completion after "test1".
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    // lots of text lots of text lots of text lots of text lots of text lots of text lots of text lots of text
    int test1;
    test1

image

Bug: No vertical scroll bar appears so the text isn't viewable.
The vertical scrollbar re-appears the 2nd time completion occurs,
but the bug starts reproing again after a Reload Window.

This is the expected result:
image

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buggood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiessuggestIntelliSense, Auto CompleteverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions