Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request Treeview ThemeIcon returns exception #68446

Closed
st-schneider opened this issue Feb 11, 2019 · 4 comments
Closed

Pull request Treeview ThemeIcon returns exception #68446

st-schneider opened this issue Feb 11, 2019 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) important Issue identified as high-priority

Comments

@st-schneider
Copy link

Issue Type: Bug

when I try to look up the changed files I get this.

image

Extension version: 0.4.0
VS Code version: Code - Insiders 1.32.0-insider (7ff2398, 2019-02-11T11:40:52.304Z)
OS version: Darwin x64 17.7.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz (8 x 2800)
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: enabled
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 3
Memory (System) 16.00GB (0.05GB free)
Process Argv -psn_0_19132990
Screen Reader no
VM 0%
@st-schneider
Copy link
Author

image

@rebornix rebornix transferred this issue from microsoft/vscode-pull-request-github Feb 11, 2019
@rebornix rebornix changed the title Pull request containing files returns exception Pull request Treeview ThemeIcon returns exception Feb 11, 2019
@rebornix
Copy link
Member

rebornix commented Feb 11, 2019

We can see the same exception when running Find All References, which probably use ThemeIcon as well.

While debugging the extension I found

image

Above explains why iconPath instanceof ThemeIcon is always false https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/api/node/extHostTreeViews.ts#L473

@rebornix
Copy link
Member

It seems #68121 is the trigger.

@rebornix rebornix assigned jrieken and unassigned joaomoreno Feb 11, 2019
@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority labels Feb 11, 2019
@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 12, 2019
@vscodebot
Copy link

vscodebot bot commented Feb 12, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Feb 12, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

4 participants