-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Labels
bugIssue 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 opportunitiessuggestIntelliSense, Auto CompleteIntelliSense, Auto CompleteverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.33.1
- OS Version: Windows
Steps to Reproduce:
- Install the C/C++ extension. It's not a C/C++ extension bug,
but it doesn't repro with TypeScript. - 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
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.
Does this issue occur when all extensions are disabled?: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue 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 opportunitiessuggestIntelliSense, Auto CompleteIntelliSense, Auto CompleteverifiedVerification succeededVerification succeeded

