You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codelens for references uses the guru tool behind the scenes to provide references.
When guru fails, the codelens shows "0 references" instead of alluding to the fact that the tool has failed behind the scenes
The console shows failures from guru with details on the command being called with args as well as a call stack. The call stack is related to node and the child process that was spawned for guru and is pointless
The codelens for references uses the
gurutool behind the scenes to provide references.When
gurufails, the codelens shows "0 references" instead of alluding to the fact that the tool has failed behind the scenesThe console shows failures from
guruwith details on the command being called with args as well as a call stack. The call stack is related to node and the child process that was spawned forguruand is pointlesscc Jeffrey Richter (@JeffreyRichter)