VSCode - Event that fires when a non-text file has been opened / selected
In VSCode there is an event when the active text editor has been changed: onDidChangeActiveTextEditor , it doesn't fire when a file that isn't a text file is opened (for example an image). I searched the VSCode API, and googled it, but didn't find anything. Although the onDidChangeActiveTextEditor event does fire when a text file is selected and then you select an image file, it doesn't fire when you have an image file selected and you select another image file. So my question is is there an event that will fire when any file is selected in the explorer, or am I overlooking something with