Selecting in the context menu -> Find All implementations
generates the following error:
root ERROR [hosted-plugin: 29023] Promise rejection not handled in one second: **TypeError: Cannot read property 'items' of undefined** , reason: TypeError: Cannot read property 'items' of undefined
root ERROR [hosted-plugin: 29023] With stack trace: TypeError: Cannot read property 'items' of undefined
at g (/home/lmcbout/theia/theia/plugins/vscode-references-view/extension/dist/extension.js:1:8294)
at process._tickCallback (internal/process/next_tick.js:68:7)
@lmcbout the command still works correctly for me (it displays the implementations), is the same case for you?
quick-view-service.tsQuickOpenModel
@vince-fugnitto Yes, it display some information, but there is still the error log on the console. The priority to fix it is low since it returns some data
@vince-fugnitto Yes, it display some information, but there is still the error log on the console. The priority to fix it is low since it returns some data
It looks like it still works, I鈥檓 not sure when the error is reported it is likely only when there are no implementations available. The logging should not be harmful.
Getting rid of such logging is good as well, plus sometimes it reveals some incompatibilities to support VS Code extensions, then it should be fixed.
I cannot reproduce the error on the console any longer, the find all implementations functionality still works correctly.