My extension uses vscode’s EventEmitter for communication between components.
However I recently ran into a github issues titled “Stop using EventEmitter”
https://github.com/microsoft/vscode/issues/38417
To add to that – I could not find EventEmitter definition in the repository source code, and I can’t find a way to use the new “Emitter” referenced on the github issue.
So I am confused whether I should continue to use EventEmitter or not.