Seems like the Emitter's onDidAddListener event isn't triggered. I couldn't find any place in the code that fires this function. We might need to call it in the Emitter.event getter.
|
onDidAddListener?: Function; |
This may also cause some leak checks to be ineffective.
Seems like the
Emitter'sonDidAddListenerevent isn't triggered. I couldn't find any place in the code that fires this function. We might need to call it in theEmitter.eventgetter.vscode/src/vs/base/common/event.ts
Line 785 in 9955224
This may also cause some leak checks to be ineffective.