-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Issue Type: Bug
Steps to Reproduce:
- Attempt to add Reviewers to a Private Repo Pull Request by pressing the plus symbol in the pull request
- Action doesn't happen, notification of
Cannot read property 'filter' of undefined
Source: Github Pull Requests (Extension)
On inspection with Developer Console of VSCode, the error comes from:
onDidNotificationChange(e) {
0 === e.kind && (this.triggerAriaAlert(e.item),
e.item.severity === r.Severity.Error && (e.item.message.original instanceof Error ? console.error(e.item.message.original) : console.error(o.toErrorMessage(e.item.message.value, !0))))
}Extension version: 0.7.0
VS Code version: Code 1.34.0 (a622c65b2c713c890fcf4fbf07cf34049d5fe758, 2019-05-15T21:59:37.030Z)
OS version: Windows_NT x64 10.0.17763
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (12 x 2592) |
| GPU Status | 2d_canvas: enabled checker_imaging: disabled_off flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: disabled_software rasterization: enabled surface_synchronization: enabled_on video_decode: enabled webgl: enabled webgl2: enabled |
| Load (avg) | undefined |
| Memory (System) | 31.74GB (16.84GB free) |
| Process Argv | --folder-uri file:///c%3A/Users/george/dev/lender-admin |
| Screen Reader | no |
| VM | 0% |
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 bug